Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewperiut committed Mar 5, 2025
1 parent 987e158 commit 69e0e36
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 127 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": [ "1.20.4" ],
"minecraft": [ "1.20", "1.20.1", "1.20.2" ],
"architectury": "*",
"fabric-api": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ side = "BOTH"
[[dependencies.factory_blocks]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.3,1.20.4]"
versionRange = "[1.20,1.20.2]"
ordering = "NONE"
side = "BOTH"

Expand Down
15 changes: 6 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
org.gradle.jvmargs=-Xmx2048M

enabled_platforms=fabric,neoforge,forge
enabled_platforms=fabric,forge

mod_version=1.4.0
maven_group=com.periut.factoryblocks
archives_name=factory_blocks

# https://www.curseforge.com/minecraft/mc-mods/architectury-api
architectury_version=11.1.17
architectury_version=9.2.14

# https://fabricmc.net/develop/
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.3
fabric_loader_version=0.16.9
fabric_api_version=0.97.0+1.20.4
fabric_api_version=0.92.3+1.20.1
#---

# https://projects.neoforged.net/neoforged/neoforge
neoforge_version=20.4.234

forge_version=1.20.4-49.2.0
forge_version=1.20.1-47.4.0
57 changes: 0 additions & 57 deletions neoforge/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion neoforge/gradle.properties

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions neoforge/src/main/resources/META-INF/mods.toml

This file was deleted.

Binary file not shown.
6 changes: 0 additions & 6 deletions neoforge/src/main/resources/pack.mcmeta

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pluginManagement {

include("common")
include("fabric")
include("neoforge")
include("forge")

rootProject.name = "factory_blocks"

0 comments on commit 69e0e36

Please sign in to comment.