Creepinson

CustomThings Mod - Custom Blocks JSON Format

Jun 17th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Here's the example JSON:
  2. {"type":"normal","blockAction":{},"blockName":"Test Block","hasCreativeTab":true,"creativeTabName":"misc","material":"wood","registeredBlockName":"test_block"}
  3.  
  4. The properties go like this:
  5. Types:
  6.  
  7.  
  8. Block Actions:
  9. These allow you to add triggers and actions to your block such as when they right-click on it. This is not currently added.
  10.  
  11. Creative Tab Name:
  12. The all lowercase name of the creative tab your block goes in.
  13. NOTE: Use underscores and not spaces!
  14.  
  15. Block Name:
  16. The name of your block in game. Spaces and uppercase names are allowed.
  17.  
  18. Registered Block Name:
  19. The block name when it is being added to the game (NO SPACES, use underscores!)
  20.  
  21. Materials:
  22. Lowercase with no spaces (use underscores):
  23. air
  24. grass
  25. ground
  26. wood
  27. rock
  28. iron
  29. anvil
  30. water
  31. lava
  32. leaves
  33. plants
  34. vine
  35. sponge
  36. cloth
  37. fire
  38. sand
  39. circuits
  40. carpet
  41. glass
  42. redstone_light
  43. tnt
  44. coral
  45. ice
  46. packed_ice
  47. snow
  48. crafted_snow
  49. cactus
  50. clay
  51. gourd
  52. dragon_egg
  53. portal
  54. cake
  55. web
Add Comment
Please, Sign In to add comment