2 Commits

Author SHA1 Message Date
0079c721cc 1.21.1 support 2024-08-11 18:56:15 +02:00
7e299caed0 using all chests for recipes instead of standard chest only 2024-07-23 09:32:25 +02:00
5 changed files with 8 additions and 12 deletions

View File

@ -12,11 +12,7 @@
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>

View File

@ -4,14 +4,14 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.2
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.15.11
# Mod Properties
mod_version=1.21.0.2
mod_version=1.21.1.0
maven_group=de.jottyfan.quickiemod
archives_base_name=quickiemod
# Dependencies
fabric_version=0.100.0+1.21
fabric_version=0.102.1+1.21.1

View File

@ -10,7 +10,7 @@
"item": "quickiemod:speedingot"
},
"c": {
"item": "minecraft:chest"
"tag": "c:chests"
}
},
"result": {

View File

@ -10,7 +10,7 @@
"item": "quickiemod:speedpowder"
},
"s": {
"item": "minecraft:chest"
"tag": "c:chests"
}
},
"result": {

View File

@ -30,7 +30,7 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
"minecraft": "~1.21.1",
"java": ">=21",
"fabric-api": "*"
},