-
Notifications
You must be signed in to change notification settings - Fork 18
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
Showing
27 changed files
with
365 additions
and
180 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
87 changes: 85 additions & 2 deletions
87
src/generated/resources/assets/allomancy/items/mistcloak.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 |
---|---|---|
@@ -1,6 +1,89 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak" | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_quartz_trim" | ||
}, | ||
"when": "minecraft:quartz" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_iron_trim" | ||
}, | ||
"when": "minecraft:iron" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_netherite_trim" | ||
}, | ||
"when": "minecraft:netherite" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_redstone_trim" | ||
}, | ||
"when": "minecraft:redstone" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_copper_trim" | ||
}, | ||
"when": "minecraft:copper" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_gold_trim" | ||
}, | ||
"when": "minecraft:gold" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_emerald_trim" | ||
}, | ||
"when": "minecraft:emerald" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_diamond_trim" | ||
}, | ||
"when": "minecraft:diamond" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_lapis_trim" | ||
}, | ||
"when": "minecraft:lapis" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_amethyst_trim" | ||
}, | ||
"when": "minecraft:amethyst" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak_resin_trim" | ||
}, | ||
"when": "minecraft:resin" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:model", | ||
"model": "allomancy:item/mistcloak" | ||
}, | ||
"property": "minecraft:trim_material" | ||
} | ||
} |
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
File renamed without changes.
74 changes: 73 additions & 1 deletion
74
src/generated/resources/assets/allomancy/models/item/koloss_blade.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
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_amethyst_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_amethyst" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_copper_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_copper" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_diamond_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_diamond" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_emerald_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_emerald" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_gold_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_gold" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_iron_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_iron" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_lapis_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_lapis" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_netherite_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_netherite" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_quartz_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_quartz" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_redstone_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_redstone" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/allomancy/models/item/mistcloak_resin_trim.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "allomancy:item/mistcloak", | ||
"layer1": "minecraft:trims/items/chestplate_trim_resin" | ||
} | ||
} |
File renamed without changes.
3 changes: 2 additions & 1 deletion
3
src/generated/resources/data/minecraft/tags/item/trimmable_armor.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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"values": [ | ||
"allomancy:aluminum_helmet" | ||
"allomancy:aluminum_helmet", | ||
"allomancy:mistcloak" | ||
] | ||
} |
Oops, something went wrong.