TheGreyGhost / MinecraftByExample

Working sample code for the basic concepts in Minecraft and Forge.
Other
1.24k stars 187 forks source link

[Suggestion] Multiblock Structures #68

Open FireTamer81 opened 3 years ago

FireTamer81 commented 3 years ago

I am currently attempting to add a custom modeled block into the game, but I came across an issue. Apparently, you cannot add in blocks larger than the 1x1x1 format without it being some sort of multiblock like doors and grass.

Basically just another model example, but for "large blocks" if you will with all of the voxel shapes and... things.

TheGreyGhost commented 3 years ago

Howdy Thanks for the suggestion; I'll give it some thought for the next update. Cheers TGG