Advertisement
caffeine314

Untitled

Mar 17th, 2025 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.64 KB | None | 0 0
  1.     // fruit mash
  2.     {
  3.         "side": "server",
  4.         "op": "addmerge",
  5.         "file": "game:blocktypes/wood/trough-small.json",
  6.         "path": "/textures/contents-pressedmash-blueberry",
  7.         "value": { "base": "block/wood/trough/large/fruitmash" }        
  8.     },
  9.  
  10.     {
  11.         "side": "server",
  12.         "op": "addmerge",
  13.         "file": "game:blocktypes/wood/trough-small.json",
  14.         "path": "/textures/contents-pressedmash-cranberry",
  15.         "value": { "base": "block/wood/trough/large/fruitmash" }        
  16.     },
  17.  
  18.     {
  19.         "side": "server",
  20.         "op": "addmerge",
  21.         "file": "game:blocktypes/wood/trough-small.json",
  22.         "path": "/textures/contents-pressedmash-redcurrant",
  23.         "value": { "base": "block/wood/trough/large/fruitmash" }        
  24.     },
  25.  
  26.     {
  27.         "side": "server",
  28.         "op": "addmerge",
  29.         "file": "game:blocktypes/wood/trough-small.json",
  30.         "path": "/textures/contents-pressedmash-blackcurrant",
  31.         "value": { "base": "block/wood/trough/large/fruitmash" }        
  32.     },
  33.  
  34.     {
  35.         "side": "server",
  36.         "op": "addmerge",
  37.         "file": "game:blocktypes/wood/trough-small.json",
  38.         "path": "/attributes/contentConfig/-",
  39.         "value":
  40.           {
  41.                 "code": "fruitmash",
  42.                 "content":
  43.                 {
  44.                     "type": "item",
  45.                     "code": "game:pressedmash-*"
  46.                 },
  47.                 "quantityPerFillLevel": 1,
  48.                 "maxFillLevels": 8,
  49.                 "shapesPerFillLevel":
  50.                 [
  51.                     "block/wood/trough/small/grainfill1", "block/wood/trough/small/grainfill1",
  52.                     "block/wood/trough/small/grainfill2", "block/wood/trough/small/grainfill2",
  53.                     "block/wood/trough/small/grainfill3", "block/wood/trough/small/grainfill3",
  54.                     "block/wood/trough/small/grainfill4", "block/wood/trough/small/grainfill4"
  55.                 ],
  56.                 "textureCode": "*"
  57.             }
  58.     }
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement