Advertisement
Guest User

item recipe

a guest
Sep 24th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "type": "minecraft:crafting_shapeless",
  3.     "ingredients": [
  4.         {
  5.            "item":  "legomod:raw_plastic"
  6.         },
  7.         {
  8.            "item":  "legomod:raw_plastic"
  9.         },
  10.         {
  11.            "item":  "legomod:raw_plastic"
  12.         },
  13.         {
  14.            "item":  "legomod:lego_mold"
  15.         }
  16.        
  17.     ],
  18.    
  19.    
  20.     "result": {
  21.         "item": "legomod:lego",
  22.         "count": 1
  23.     }
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement