Skip to content

Commit

Permalink
Trapdoor, Door and Sculk Sensor BlockModelTypes (#157)
Browse files Browse the repository at this point in the history
* remove unused model definitions

* Add Trapdoor Block Model Types

* Add Door Block Model Types

* Add Sculk Sensor Block Model Types
  • Loading branch information
tomalbrc authored Oct 17, 2024
1 parent f9bbc3a commit e8bf139
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,28 @@ public enum BlockModelType {
BIOME_PLANT_BLOCK,
KELP_BLOCK,
CACTUS_BLOCK,
SCULK_SENSOR_BLOCK,
SCULK_SENSOR_BLOCK_WATERLOGGED,
TRIPWIRE_BLOCK,
TRIPWIRE_BLOCK_FLAT,
TOP_SLAB,
TOP_SLAB_WATERLOGGED,
BOTTOM_SLAB,
BOTTOM_SLAB_WATERLOGGED
BOTTOM_SLAB_WATERLOGGED,
TOP_TRAPDOOR,
BOTTOM_TRAPDOOR,
NORTH_TRAPDOOR,
EAST_TRAPDOOR,
SOUTH_TRAPDOOR,
WEST_TRAPDOOR,
TOP_TRAPDOOR_WATERLOGGED,
BOTTOM_TRAPDOOR_WATERLOGGED,
NORTH_TRAPDOOR_WATERLOGGED,
EAST_TRAPDOOR_WATERLOGGED,
SOUTH_TRAPDOOR_WATERLOGGED,
WEST_TRAPDOOR_WATERLOGGED,
NORTH_DOOR,
EAST_DOOR,
SOUTH_DOOR,
WEST_DOOR
}
Loading

0 comments on commit e8bf139

Please sign in to comment.