github.com/df-mc/dragonfly@v0.9.13/server/block/model/doc.go (about) 1 // Package model has world.BlockModel implementations for each world.Block implementation in the block package. These 2 // models may be reused by blocks that share the same model. 3 // Some block models require additional fields and knowledge about the surrounding blocks to calculate the correct 4 // model. 5 package model