KubeJS

KubeJS

61M Downloads

Custom blocks that can be placed in layers, like snow

Kasran opened this issue ยท 1 comments

commented

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

commented

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.