Advertisement
Pentasis

Untitled

Feb 16th, 2025
149
0
26 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.   "ingredientPattern": "_C_,CSC,_C_",
  3.   "ingredients": {
  4.     "C": {
  5.       "type": "item",
  6.       "code": "game:cloth-*",
  7.       "name": "color",
  8.       "allowedVariants": ["plain", "blue", "brown", "gray", "black", "green", "orange", "pink", "purple", "red", "white", "yellow"]
  9.     },
  10.     "S": {
  11.       "type": "item",
  12.       "code": "game:sewingkit"
  13.     }
  14.   },
  15.   "width": 3,
  16.   "height": 3,
  17.   "output": {
  18.     "type": "block",
  19.     "code": "clothblock-{color}"
  20.   }
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement