Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "forge_marker": 1,
- "defaults": {
- "textures": {
- "plate": "placeableitems:blocks/plate"
- }
- },
- "variants": {
- "facing": {
- "d0": {"y": 0},
- "d45": {"transform": {"rotation": {"y": 45}} },
- "d90": {"y": 90},
- "d135": {"transform": {"rotation": {"y": 135}}},
- "d180": {"y": 180},
- "d225": {"transform": {"rotation": {"y": 225}}},
- "d270": {"y": 270},
- "d315": {"transform": {"rotation": {"y": 315}}}
- },
- "type=raw,position=down": [{
- "model": "placeableitems:fish/fish"
- }],
- "type=raw,position=up": [{
- "model": "placeableitems:fish/fish_up"
- }],
- "type=cooked,position=down": [{
- "model": "placeableitems:fish/fish_cooked"
- }],
- "type=cooked,position=up": [{
- "model": "placeableitems:fish/fish_up_cooked"
- }],
- "plated": {
- "true": { "submodel": "placeableitems:plate" },
- "false": {}
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement