Custom blocks that can be placed in layers, like snow
Kasran opened this issue ยท 1 comments
Describe the feature
Hello! It would be helpful if KubeJS could add custom blocks that can be placed in layers, like the minecraft:snow
block.
I was inspired by the mod Create Deco, which adds "coinstacks" that can be placed on the ground in layers like snow to create variably-sized piles of coins. I was hoping, as part of recipe unification, that I could add custom coinstacks with the different types of coin added by Thermal Series.
Additional info
No response
This is now possible in 1.19.2 with custom registry objects, which allows you to create a registry object (like a block or item) based on another mods class.
Doing this with just KubeJS is not possible though, due to state dependent hitboxes not being possible, so I will leave this open.