-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
87 changed files
with
1,221 additions
and
1,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G | |
org.gradle.daemon = false | ||
|
||
# Core properties | ||
mod_version = 1.3.0 | ||
mod_version = 1.20.1.0 | ||
This comment has been minimized.
Sorry, something went wrong.
EDToaster
Author
Collaborator
|
||
mod_group = dev.murad.littlelogistics | ||
mod_id = littlelogistics | ||
mod_title = Little Logistics | ||
|
@@ -25,27 +25,30 @@ Acknowledgements:\n\ | |
For Entity Spring: https://github.com/jglrxavpok\n\ | ||
For logo help: https://github.com/tenmyouji\n\ | ||
For artwork: https://twitter.com/danfront2\n\ | ||
\n\ | ||
\n\ | ||
|
||
mod_url = https://littlelogistics.murad.dev | ||
mod_author = Murad Akhundov and EDToaster | ||
mod_license = LGPLv3 | ||
mod_icon_path = modbanner.png | ||
|
||
mc_version = 1.19.2 | ||
mc_version_range = [1.19,1.20) | ||
forge_version = 43.2.11 | ||
forge_version_range = [41,) | ||
mc_version = 1.20.1 | ||
mc_version_range = [1.20,1.21) | ||
forge_version = 47.1.1 | ||
forge_version_range = [47,) | ||
forge_gradle_version = [6.0.13, 6.2) | ||
|
||
# Mod dependencies | ||
jei_version = 9.5.0.132 | ||
patchouli_version = 1.18.2-66 | ||
patchouli_version_range = [1.18,) | ||
jei_version = 15.2.0.27 | ||
patchouli_version = 1.20.1-81-FORGE | ||
patchouli_version_range = [1.20,) | ||
|
||
# Mod compat | ||
create_version = mc1.18.2_v0.4.1+111 | ||
flywheel_version = 1.18-0.6.2.64 | ||
create_version = 4626108 | ||
|
||
# Mapping versions (official, parchment) | ||
mappings_channel = official | ||
mappings_version = 1.19 | ||
mappings_channel = parchment | ||
mappings_version = 2023.06.26-1.20.1 | ||
|
||
# Only for parchment | ||
parchment_gradle_version = 1+ | ||
This comment has been minimized.
Sorry, something went wrong. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
pluginManagement { | ||
repositories { | ||
maven { | ||
name = 'Forge' | ||
url = 'https://maven.minecraftforge.net' | ||
} | ||
maven { | ||
name = 'Parchment' | ||
url = 'https://maven.parchmentmc.org' | ||
} | ||
maven { | ||
name = 'Sponge' | ||
url = 'https://repo.spongepowered.org/repository/maven-public/' | ||
} | ||
gradlePluginPortal() | ||
} | ||
} | ||
|
||
This comment has been minimized.
Sorry, something went wrong.
EDToaster
Author
Collaborator
|
||
rootProject.name = mod_id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
plugin block is the new way to do things i guess, it's required for gradle > 8.0