Advertisement
Guest User

card_printer.json

a guest
Apr 1st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.55 KB | None | 0 0
  1. {
  2.     "forge_marker": 1,
  3.     "defaults": {
  4.        
  5.         "__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
  6.         "textures": {
  7.          "white_shulker_box": "blocks/white_shulker_box",
  8.         "stone_slab_top": "blocks/stone_slab_top",
  9.         "cyan_concrete": "blocks/concrete_cyan",
  10.         "cauldron_side": "blocks/cauldron_side",
  11.         "printer2": "duelcraft:blocks/printer2",
  12.         "cardsheet": "duelcraft:blocks/cardsheet",
  13.         "new texture": "duelcraftblocks/printer1",
  14.         "magenta_concrete": "blocks/concrete_magenta",
  15.         "yellow_terracotta": "blocks/hardened_clay_stained_yellow",
  16.         "redstone_lamp_on": "blocks/redstone_lamp_on",
  17.         "magenta_terracotta": "blocks/hardened_clay_stained_magenta",
  18.         "black_terracotta": "blocks/hardened_clay_stained_black"
  19.            
  20.         },
  21.         "model": "duelcraft:card_printer"
  22.     },
  23.     "variants": {
  24.         "inventory": [{
  25.             "model": "duelcraft:card_printer"
  26.         }],
  27.        
  28.         "normal": {"model": "duelcraft:card_printer"},
  29.        
  30.         "facing=north": {
  31.             "model": "duelcraft:card_printer"
  32.            
  33.         },
  34.         "facing=south": {
  35.             "model": "duelcraft:card_printer",
  36.             "y": 180
  37.            
  38.         },
  39.         "facing=east": {
  40.             "model": "duelcraft:card_printer",
  41.             "y": 90
  42.            
  43.         },
  44.         "facing=west": {
  45.             "model": "duelcraft:card_printer",
  46.             "y": 270
  47.         }
  48.     }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement