generated from TropheusJ/quilt-template-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdc12d9
commit dda94bc
Showing
60 changed files
with
773 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:range_dispatch", | ||
"property": "portalcubed:prop_variant", | ||
"entries": [ | ||
{ | ||
"threshold": 0, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/open_beans" | ||
} | ||
}, | ||
{ | ||
"threshold": 1, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/open_beans" | ||
} | ||
}, | ||
{ | ||
"threshold": 2, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/closed_beans" | ||
} | ||
} | ||
] | ||
} | ||
} |
57 changes: 57 additions & 0 deletions
57
src/main/resources/assets/portalcubed/items/clipboard.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:range_dispatch", | ||
"property": "portalcubed:prop_variant", | ||
"entries": [ | ||
{ | ||
"threshold": 0, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/clipboard_blank" | ||
} | ||
}, | ||
{ | ||
"threshold": 1, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/clipboard_blank" | ||
} | ||
}, | ||
{ | ||
"threshold": 2, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/clipboard_chell" | ||
} | ||
}, | ||
{ | ||
"threshold": 3, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/clipboard_chicken" | ||
} | ||
}, | ||
{ | ||
"threshold": 4, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/clipboard_hazards" | ||
} | ||
}, | ||
{ | ||
"threshold": 5, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/clipboard_knee" | ||
} | ||
}, | ||
{ | ||
"threshold": 6, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/clipboard_text" | ||
} | ||
} | ||
] | ||
} | ||
} |
70 changes: 70 additions & 0 deletions
70
src/main/resources/assets/portalcubed/items/companion_cube.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:range_dispatch", | ||
"property": "portalcubed:prop_variant", | ||
"entries": [ | ||
{ | ||
"threshold": 0, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/christmas_companion_cube" | ||
} | ||
}, | ||
{ | ||
"threshold": 1, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/christmas_companion_cube_lit" | ||
} | ||
} | ||
] | ||
}, | ||
"when": [ | ||
"12-24", | ||
"12-25", | ||
"12-26" | ||
] | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:range_dispatch", | ||
"property": "portalcubed:prop_variant", | ||
"entries": [ | ||
{ | ||
"threshold": 0, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/companion_cube" | ||
} | ||
}, | ||
{ | ||
"threshold": 1, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/companion_cube_lit" | ||
} | ||
}, | ||
{ | ||
"threshold": 2, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/dirty_companion_cube" | ||
} | ||
}, | ||
{ | ||
"threshold": 3, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/dirty_companion_cube_lit" | ||
} | ||
} | ||
] | ||
}, | ||
"pattern": "MM-dd", | ||
"property": "minecraft:local_time" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:block/error" | ||
} | ||
} |
85 changes: 85 additions & 0 deletions
85
src/main/resources/assets/portalcubed/items/lil_pineapple.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:range_dispatch", | ||
"property": "portalcubed:prop_variant", | ||
"entries": [ | ||
{ | ||
"threshold": 0, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple" | ||
} | ||
}, | ||
{ | ||
"threshold": 1, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_ace" | ||
} | ||
}, | ||
{ | ||
"threshold": 2, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_agender" | ||
} | ||
}, | ||
{ | ||
"threshold": 3, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_aro" | ||
} | ||
}, | ||
{ | ||
"threshold": 4, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_bi" | ||
} | ||
}, | ||
{ | ||
"threshold": 5, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_genderfluid" | ||
} | ||
}, | ||
{ | ||
"threshold": 6, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_lesbian" | ||
} | ||
}, | ||
{ | ||
"threshold": 7, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_nonbinary" | ||
} | ||
}, | ||
{ | ||
"threshold": 8, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_pan" | ||
} | ||
}, | ||
{ | ||
"threshold": 9, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_trans" | ||
} | ||
}, | ||
{ | ||
"threshold": 10, | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "portalcubed:prop/lil_pineapple_proud" | ||
} | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.