Compare commits
No commits in common. "1.0.4-1.21.4" and "1.0.3-1.21.3" have entirely different histories.
1.0.4-1.21
...
1.0.3-1.21
4 changed files with 8 additions and 14 deletions
|
@ -4,14 +4,14 @@ org.gradle.parallel=true
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.4
|
||||
yarn_mappings=1.21.4+build.8
|
||||
loader_version=0.16.10
|
||||
minecraft_version=1.21.3
|
||||
yarn_mappings=1.21.3+build.2
|
||||
loader_version=0.16.9
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.0.4
|
||||
mod_version=1.0.3
|
||||
maven_group=net.chaoticbyte.hardboiled
|
||||
archives_base_name=hardboiled
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.118.5+1.21.4
|
||||
fabric_version=0.107.0+1.21.3
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "hardboiled:item/hardboiled_egg"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "hardboiled:item/hardboiled_egg"
|
||||
}
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
"mixins": [],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.10",
|
||||
"minecraft": "1.21.4",
|
||||
"fabricloader": ">=0.16.9",
|
||||
"minecraft": "1.21.3",
|
||||
"java": ">=21",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue