Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // fruit mash
- {
- "side": "server",
- "op": "addmerge",
- "file": "game:blocktypes/wood/trough-small.json",
- "path": "/textures/contents-pressedmash-blueberry",
- "value": { "base": "block/wood/trough/large/fruitmash" }
- },
- {
- "side": "server",
- "op": "addmerge",
- "file": "game:blocktypes/wood/trough-small.json",
- "path": "/textures/contents-pressedmash-cranberry",
- "value": { "base": "block/wood/trough/large/fruitmash" }
- },
- {
- "side": "server",
- "op": "addmerge",
- "file": "game:blocktypes/wood/trough-small.json",
- "path": "/textures/contents-pressedmash-redcurrant",
- "value": { "base": "block/wood/trough/large/fruitmash" }
- },
- {
- "side": "server",
- "op": "addmerge",
- "file": "game:blocktypes/wood/trough-small.json",
- "path": "/textures/contents-pressedmash-blackcurrant",
- "value": { "base": "block/wood/trough/large/fruitmash" }
- },
- {
- "side": "server",
- "op": "addmerge",
- "file": "game:blocktypes/wood/trough-small.json",
- "path": "/attributes/contentConfig/-",
- "value":
- {
- "code": "fruitmash",
- "content":
- {
- "type": "item",
- "code": "game:pressedmash-*"
- },
- "quantityPerFillLevel": 1,
- "maxFillLevels": 8,
- "shapesPerFillLevel":
- [
- "block/wood/trough/small/grainfill1", "block/wood/trough/small/grainfill1",
- "block/wood/trough/small/grainfill2", "block/wood/trough/small/grainfill2",
- "block/wood/trough/small/grainfill3", "block/wood/trough/small/grainfill3",
- "block/wood/trough/small/grainfill4", "block/wood/trough/small/grainfill4"
- ],
- "textureCode": "*"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement