Skip to content

Commit

Permalink
精錬系素材追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarri6343 committed Aug 17, 2023
1 parent 11ec442 commit 550f8d8
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/minecraft/models/item/gravel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parent": "minecraft:block/gravel",
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "tradecore:gravel_dust"
}
]
}
11 changes: 11 additions & 0 deletions assets/minecraft/models/item/iron_ore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parent": "minecraft:block/iron_ore",
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "tradecore:meteoric_iron_ore"
}
]
}
23 changes: 23 additions & 0 deletions assets/minecraft/models/item/sand.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parent": "minecraft:block/sand",
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "tradecore:sand_dust"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "tradecore:sandgold"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "tradecore:ash"
}
]
}
6 changes: 6 additions & 0 deletions assets/tradecore/models/ash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "tradecore:item/ash"
}
}
6 changes: 6 additions & 0 deletions assets/tradecore/models/gravel_dust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "tradecore:item/gravel_dust"
}
}
6 changes: 6 additions & 0 deletions assets/tradecore/models/meteoric_iron_ore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "tradecore:item/meteoric_iron_ore"
}
}
6 changes: 6 additions & 0 deletions assets/tradecore/models/sand_dust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "tradecore:item/sand_dust"
}
}
6 changes: 6 additions & 0 deletions assets/tradecore/models/sandgold.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "tradecore:item/sandgold"
}
}
Binary file added assets/tradecore/textures/item/ash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tradecore/textures/item/gravel_dust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tradecore/textures/item/meteoric_iron_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tradecore/textures/item/sand_dust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tradecore/textures/item/sandgold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tradecore/textures/ui/furnace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 550f8d8

Please sign in to comment.