roberttkahelin8 / thingmajigs

A mod that adds decorations to your Minecraft Worlds.
Other
1 stars 1 forks source link

Rewrite torch placement system to match Vanilla #3

Closed roberttkahelin8 closed 1 year ago

roberttkahelin8 commented 1 year ago

Torch placement in the mod is currently a little 'janky' as they would say. Double sounds play and the block really does not do proper checks when placed in survival or creative mode, allowing them to be placed basically on any solid surface, sometimes including non-full blocks.

Goal: fix this 'janky' behavior and make it almost exactly the same as vanillas'.

roberttkahelin8 commented 1 year ago

Update: 1.6.3 adds custom torches that do not use the old method. This will be expanded to all torch blocks.

roberttkahelin8 commented 1 year ago

Closed issue as it is an easy fix.