Update dependencies and code for Minecraft 1.21.4

This commit is contained in:
ChaoticByte 2025-03-16 10:52:31 +01:00
parent 5df8395298
commit 50ab5f9a7e
No known key found for this signature in database
4 changed files with 14 additions and 8 deletions

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "hardboiled:item/hardboiled_egg"
}
}

View file

@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "hardboiled:item/hardboiled_egg"
}

View file

@ -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": "*"
},