#Need help with blocks

7 messages · Page 1 of 1 (latest)

leaden depot
#

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

late cobaltBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

leaden depot
#

only worked partially

novel bobcatBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue!
This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should create a new post for unrelated issues.

glass coyote
#

Since you fixed it