-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add more gaslighting that probably doesn't work but i'm too tired to …
…check
- Loading branch information
1 parent
293f96d
commit 70a7100
Showing
83 changed files
with
767 additions
and
449 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
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/quenched_allay.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "hexcasting:block/quenched_allay" | ||
} | ||
} | ||
} |
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
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/cherry_staff.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld_rod", | ||
"textures": { | ||
"layer0": "hexcasting:item/staves/cherry" | ||
} | ||
} |
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
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
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
20 changes: 20 additions & 0 deletions
20
Common/src/generated/resources/assets/hexcasting/models/item/mindsplice_staff.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,20 @@ | ||
{ | ||
"parent": "minecraft:item/handheld_rod", | ||
"overrides": [ | ||
{ | ||
"model": "hexcasting:item/mindsplice_staff", | ||
"predicate": { | ||
"hexcasting:funny_level": 0.0 | ||
} | ||
}, | ||
{ | ||
"model": "hexcasting:item/cherry_staff", | ||
"predicate": { | ||
"hexcasting:funny_level": 2.0 | ||
} | ||
} | ||
], | ||
"textures": { | ||
"layer0": "hexcasting:item/staves/mindsplice" | ||
} | ||
} |
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
28 changes: 28 additions & 0 deletions
28
Common/src/generated/resources/assets/hexcasting/models/item/quenched_allay_shard.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,28 @@ | ||
{ | ||
"overrides": [ | ||
{ | ||
"model": "hexcasting:item/quenched_shard_0", | ||
"predicate": { | ||
"hexcasting:variant": 0.0 | ||
} | ||
}, | ||
{ | ||
"model": "hexcasting:item/quenched_shard_1", | ||
"predicate": { | ||
"hexcasting:variant": 1.0 | ||
} | ||
}, | ||
{ | ||
"model": "hexcasting:item/quenched_shard_2", | ||
"predicate": { | ||
"hexcasting:variant": 2.0 | ||
} | ||
}, | ||
{ | ||
"model": "hexcasting:item/quenched_shard_3", | ||
"predicate": { | ||
"hexcasting:variant": 3.0 | ||
} | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/quenched_shard_0.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "hexcasting:item/quenched_shard_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/quenched_shard_1.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "hexcasting:item/quenched_shard_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/quenched_shard_2.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "hexcasting:item/quenched_shard_2" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/quenched_shard_3.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "hexcasting:item/quenched_shard_3" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
Common/src/generated/resources/assets/hexcasting/models/item/quenched_staff.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,28 @@ | ||
{ | ||
"overrides": [ | ||
{ | ||
"model": "hexcasting:item/staves/quenched_0", | ||
"predicate": { | ||
"hexcasting:variant": 0.0 | ||
} | ||
}, | ||
{ | ||
"model": "hexcasting:item/staves/quenched_1", | ||
"predicate": { | ||
"hexcasting:variant": 1.0 | ||
} | ||
}, | ||
{ | ||
"model": "hexcasting:item/staves/quenched_2", | ||
"predicate": { | ||
"hexcasting:variant": 2.0 | ||
} | ||
}, | ||
{ | ||
"model": "hexcasting:item/staves/quenched_3", | ||
"predicate": { | ||
"hexcasting:variant": 3.0 | ||
} | ||
} | ||
] | ||
} |
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
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/staves/quenched_0.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld_rod", | ||
"textures": { | ||
"layer0": "hexcasting:item/staves/quenched_0" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/staves/quenched_1.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld_rod", | ||
"textures": { | ||
"layer0": "hexcasting:item/staves/quenched_1" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/staves/quenched_2.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld_rod", | ||
"textures": { | ||
"layer0": "hexcasting:item/staves/quenched_2" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Common/src/generated/resources/assets/hexcasting/models/item/staves/quenched_3.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld_rod", | ||
"textures": { | ||
"layer0": "hexcasting:item/staves/quenched_3" | ||
} | ||
} |
Oops, something went wrong.