forked from lishid/OpenInv
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Empty textures are a problem, may resort to copying in default textures if I can't figure it out.
- Loading branch information
Showing
25 changed files
with
817 additions
and
414 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,19 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "openinv:item/crafting_output" | ||
}, | ||
"when": "openinv:custom" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:block/crafting_table" | ||
}, | ||
"property": "minecraft:custom_model_data" | ||
} | ||
} |
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,19 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "openinv:item/drop" | ||
}, | ||
"when": "openinv:custom" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:block/dropper" | ||
}, | ||
"property": "minecraft:custom_model_data" | ||
} | ||
} |
174 changes: 174 additions & 0 deletions
174
resource-pack/assets/minecraft/items/leather_boots.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,174 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "openinv:item/empty_boots" | ||
}, | ||
"when": "openinv:custom" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_quartz_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:quartz" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_iron_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:iron" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_netherite_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:netherite" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_redstone_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:redstone" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_copper_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:copper" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_gold_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:gold" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_emerald_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:emerald" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_diamond_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:diamond" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_lapis_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:lapis" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_amethyst_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:amethyst" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots_resin_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:resin" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_boots", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"property": "minecraft:trim_material" | ||
}, | ||
"property": "minecraft:custom_model_data" | ||
} | ||
} |
174 changes: 174 additions & 0 deletions
174
resource-pack/assets/minecraft/items/leather_chestplate.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,174 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "openinv:item/empty_chestplate" | ||
}, | ||
"when": "openinv:custom" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:select", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_quartz_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:quartz" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_iron_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:iron" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_netherite_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:netherite" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_redstone_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:redstone" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_copper_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:copper" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_gold_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:gold" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_emerald_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:emerald" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_diamond_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:diamond" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_lapis_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:lapis" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_amethyst_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:amethyst" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate_resin_trim", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"when": "minecraft:resin" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:model", | ||
"model": "minecraft:item/leather_chestplate", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:dye", | ||
"default": -6265536 | ||
} | ||
] | ||
}, | ||
"property": "minecraft:trim_material" | ||
}, | ||
"property": "minecraft:custom_model_data" | ||
} | ||
} |
Oops, something went wrong.