Update models to 1.21.4

1.21.4 1.0.2-1.21.4
DavidDGTNT 2024-12-30 15:27:57 -06:00
parent 28e9f7f8cd
commit 492cd316fe
8 changed files with 42 additions and 6 deletions

View File

@ -4,14 +4,14 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.2
yarn_mappings=1.21.2+build.1
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.4
loader_version=0.16.9
# Mod Properties
mod_version = 1.0.2-1.21.2
mod_version = 1.0.2-1.21.4
maven_group = me.daviddgtnt
archives_base_name = stringtools
# Dependencies
fabric_version=0.106.1+1.21.2
fabric_version=0.114.0+1.21.4

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "stringtools",
"version": "1.0.2-1.21.2",
"version": "1.0.2-1.21.4",
"name": "String Tools",
"description": "Single use tools made out of string!",
@ -26,7 +26,7 @@
"depends": {
"fabricloader": ">=0.16.9",
"fabric-api": "*",
"minecraft": "~1.21.2",
"minecraft": "~1.21.4",
"java": ">=21"
}
}