Compare commits

...

4 Commits
v1.0.4 ... main

Author SHA1 Message Date
Andrew Lalis fe22e15bf5 Update to 1.19 2022-06-17 09:02:11 +02:00
Zero 21ae0d8e4d Update for MC v1.18.2 2022-06-14 10:47:09 -04:00
Zero ada5e5dc92
Merge pull request from JamesYeoman/patch-1
Update fabric mappings to 1.18.1
2022-01-12 15:07:50 -05:00
James Yeoman 0316596c6e
Update fabric mappings to 1.18.1 2021-12-20 20:15:01 +00:00
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
}

View File

@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.8
minecraft_version=1.19
yarn_mappings=1.19+build.4
loader_version=0.14.8
# Mod Properties
mod_version = 1.0.4
mod_version = 1.0.5
maven_group = net.fabricmc
archives_base_name = trample-disabler
# Dependencies
# 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.19

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "trampledisablerfabric",
"version": "1.0.4",
"version": "1.0.5",
"name": "Trample Disabler",
"description": "Disables farmland trampling",
@ -27,9 +27,9 @@
],
"depends": {
"fabricloader": ">=0.11.3",
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": "1.18.x",
"minecraft": "1.19.x",
"java": ">=17"
}
}