Update dependencies and code for Minecraft 1.21.4
This commit is contained in:
parent
5df8395298
commit
50ab5f9a7e
4 changed files with 14 additions and 8 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "hardboiled:item/hardboiled_egg"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "hardboiled:item/hardboiled_egg"
|
||||
}
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
"mixins": [],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.9",
|
||||
"minecraft": "1.21.3",
|
||||
"fabricloader": ">=0.16.10",
|
||||
"minecraft": "1.21.4",
|
||||
"java": ">=21",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue