Initial Commit
This commit is contained in:
17
assets/minecraft/models/item/carved_pumpkin.json
Normal file
17
assets/minecraft/models/item/carved_pumpkin.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"parent": "minecraft:block/carved_pumpkin",
|
||||
"overrides": [
|
||||
{
|
||||
"model": "malloc:item/big_bomb",
|
||||
"predicate": {
|
||||
"custom_model_data": 33197
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "malloc:item/bomb_target",
|
||||
"predicate": {
|
||||
"custom_model_data": 35197
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
14
assets/minecraft/models/item/iron_nugget.json
Normal file
14
assets/minecraft/models/item/iron_nugget.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/iron_nugget"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"model": "malloc:item/grist_coin",
|
||||
"predicate": {
|
||||
"custom_model_data": 93197
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
20
assets/minecraft/models/item/wooden_sword.json
Normal file
20
assets/minecraft/models/item/wooden_sword.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/wooden_sword"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"custom_model_data": 92197
|
||||
},
|
||||
"model": "malloc:item/dagger"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"custom_model_data": 99581
|
||||
},
|
||||
"model": "malloc:item/broadsword"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user