Initial Commit

This commit is contained in:
2022-09-11 08:11:04 +02:00
commit 083da3ece7
23 changed files with 917 additions and 0 deletions

View 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
}
}
]
}

View 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
}
}
]
}

View 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"
}
]
}