Advertisement
Guest User

item/block jsons of a fence gate

a guest
Dec 27th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. Fence gates require 4 block model jsons. The vanilla parents required are "fence_gate_closed", "fence_gate_open", "wall_gate_closed" and "wall_gate_open"
  2.  
  3. {
  4.     "parent": "block/fence_gate_closed",
  5.     "textures": {
  6.         "texture": "flower_bundle:blocks/charred_planks"
  7.     }
  8. }
  9.  
  10. ---------------------------------------------------------
  11. The item json just uses the closed fence gate model
  12.  
  13. {
  14.   "parent": "flower_bundle:block/charred_fence_gate"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement