Compare commits

..

No commits in common. "main" and "v1.0.4" have entirely different histories.
main ... v1.0.4

3 changed files with 9 additions and 9 deletions

View File

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

View File

@ -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.19 minecraft_version=1.18
yarn_mappings=1.19+build.4 yarn_mappings=1.18+build.1
loader_version=0.14.8 loader_version=0.12.8
# Mod Properties # Mod Properties
mod_version = 1.0.5 mod_version = 1.0.4
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.56.0+1.19 fabric_version=0.44.0+1.18

View File

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