Update for 1.17.1
This commit is contained in:
parent
1c860b0deb
commit
8ca8e8b026
|
@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version=1.17
|
minecraft_version=1.17.1
|
||||||
yarn_mappings=1.17+build.13
|
yarn_mappings=1.17.1+build.1
|
||||||
loader_version=0.11.6
|
loader_version=0.11.6
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.2
|
mod_version = 1.0.3
|
||||||
maven_group = net.fabricmc
|
maven_group = net.fabricmc
|
||||||
archives_base_name = trample-disabler
|
archives_base_name = trample-disabler
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
fabric_version=0.36.0+1.17
|
fabric_version=0.36.1+1.17
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "trampledisablerfabric",
|
"id": "trampledisablerfabric",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
|
|
||||||
"name": "Trample Disabler",
|
"name": "Trample Disabler",
|
||||||
"description": "Disables farmland trampling",
|
"description": "Disables farmland trampling",
|
||||||
|
|
Loading…
Reference in New Issue