I currently have several blocks added in my game but I need them to be able to be placed horizontally (as you'd be able to with a log normally), and I cannot find any resources on how I would do this.
event.create('rich_calcified_log')
.displayName('Rich Calcified Log')
.material('wood')
.hardness(2)
.resistance(2)
.tagBlock('minecraft:mineable/axe')
.tagBlock('minecraft:logs')
.tagBlock('minecraft:logs_that_burn')
.requiresTool(true)
I have textures and json files (to apply said textures) but im not sure where to go from here