TheGreyGhost / MinecraftByExample

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

Camo block does not work on other camo blocks #26

Closed mattparksjr closed 4 years ago

mattparksjr commented 7 years ago

If you try to make a wall with the camo blocks, the camo block does not show the other camo block's disguise. For example. If i place 1 stone and place a camo block on that, it turns to stone. But if i add ANOTHER camo block on the one i placed, the default stone texture is placed....

TheGreyGhost commented 7 years ago

That's strange, it's not supposed to do that. Thanks for letting me know. I'll have a look- unfortunately it may take some time (weeks) due to other stuff taking up my time at the moment

mattparksjr commented 7 years ago

I think it has an issue with getting the block state of another camo block

TheGreyGhost commented 4 years ago

I tried to fix this in 1.15.2 and decided that doing a proper fix would detract from the purpose of the example, so I changed the intent i.e. camo blocks won't copy from adjacent camo blocks.