AmmoniumX / AdminShop

Admin Shop Minecraft Mod
GNU Lesser General Public License v2.1
4 stars 4 forks source link

Block Rotation fixed; CustomDirectionalBlock.java removed #5

Closed BratrilliantG7 closed 1 year ago

BratrilliantG7 commented 1 year ago

Fixed the rotation issue by extending BaseEntityBlock instead of having to extend CustomDirectionalBlock and then implement EntityBlock. Then set the DirectionFacing in some BlockState calls to a horizontal direction, which forces the block to only face a horizontal direction.