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 {
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'fabric-loom' version '0.10-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.19
yarn_mappings=1.19+build.4
loader_version=0.14.8
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.8
# Mod Properties
mod_version = 1.0.5
mod_version = 1.0.4
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.56.0+1.19
fabric_version=0.44.0+1.18

View File

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