Update for MC v1.18.2
This commit is contained in:
parent
ada5e5dc92
commit
21ae0d8e4d
|
@ -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.18.1
|
minecraft_version=1.18.2
|
||||||
yarn_mappings=1.18.1+build.7
|
yarn_mappings=1.18.2+build.3
|
||||||
loader_version=0.12.12
|
loader_version=0.14.7
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.4
|
mod_version = 1.0.5
|
||||||
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.44.0+1.18
|
fabric_version=0.56.0+1.18.2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "trampledisablerfabric",
|
"id": "trampledisablerfabric",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
|
|
||||||
"name": "Trample Disabler",
|
"name": "Trample Disabler",
|
||||||
"description": "Disables farmland trampling",
|
"description": "Disables farmland trampling",
|
||||||
|
|
Loading…
Reference in New Issue