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
|
@ -4,14 +4,14 @@ org.gradle.parallel=true
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.3
|
||||
yarn_mappings=1.21.3+build.2
|
||||
loader_version=0.16.9
|
||||
minecraft_version=1.21.4
|
||||
yarn_mappings=1.21.4+build.8
|
||||
loader_version=0.16.10
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.0.3
|
||||
mod_version=1.0.4
|
||||
maven_group=net.chaoticbyte.hardboiled
|
||||
archives_base_name=hardboiled
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.107.0+1.21.3
|
||||
fabric_version=0.118.5+1.21.4
|
|
@ -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