-
Notifications
You must be signed in to change notification settings - Fork 15
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
1 parent
beb477e
commit e125fd7
Showing
9 changed files
with
106 additions
and
100 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 |
---|---|---|
@@ -1,40 +1,38 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx2G | ||
|
||
# Mod Properties | ||
mod_version = 1.5.0 | ||
maven_group = cc.tweaked_programs | ||
archives_base_name = cccbridge | ||
parchment_version = 2022.08.10 | ||
# Description | ||
copyright_year=2023 | ||
license=Apache-2.0 | ||
modloader=fabric | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/develop | ||
minecraft_version=1.19.2 | ||
loader_version=0.14. | ||
mc_version=1.19.2 | ||
loader_version=0.14.8 | ||
|
||
# Mod Properties | ||
mod_version=1.5.0 | ||
maven_group=cc.tweaked_programs | ||
archives_base_name=cccbridge | ||
parchment_version=2022.08.10 | ||
|
||
# Dependencies | ||
fabric_version=0.73.0 | ||
cc_version=v1.19.1-1.101.2-ccr | ||
create_version = 0.5.1-b-build.1079 | ||
cc_mc_version=1.19.1 | ||
cc_version=1.101.2 | ||
create_version=0.5.1-b-build.1079 | ||
create_version_production=0.5.1-b | ||
|
||
# Mappings | ||
yarn_mappings=1.19.2+build.28 | ||
# https://lambdaurora.dev/tools/import_quilt.html | ||
# qm_version = 21 | ||
# https://parchmentmc.org/docs/getting-started | ||
# parchment_version = 2022.11.27 | ||
# Mod Menu - https://modrinth.com/mod/modmenu/versions | ||
modmenu_version=4.1.2 | ||
# LazyDFU - https://modrinth.com/mod/lazydfu/versions | ||
lazydfu_version=0.1.3 | ||
|
||
# Development QOL | ||
# Recipe viewer: [ EMI | REI | disabled ] | ||
# DON'T USE REI, for some reason it is broken... | ||
# Also for some reason if you hit a entity THE GAME CRASHES???? Its creates fault btw. | ||
recipe_viewer = emi | ||
recipe_viewer=emi | ||
# REI - https://modrinth.com/mod/roughly-enough-items/versions | ||
rei_version = 9.1.580 | ||
rei_version=9.1.580 | ||
# EMI - https://modrinth.com/mod/emi/versions | ||
emi_version = 0.6.1+1.19.2 | ||
|
||
# Mod Menu - https://modrinth.com/mod/modmenu/versions | ||
modmenu_version = 4.1.2 | ||
# LazyDFU - https://modrinth.com/mod/lazydfu/versions | ||
lazydfu_version = 0.1.3 | ||
emi_version=0.6.1+1.19.2 |
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
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,42 +1,42 @@ | ||
modLoader="javafml" | ||
loaderVersion="[40,)" | ||
license="Apache-2.0" | ||
license="${license}" | ||
issueTrackerURL="https://github.com/tweaked-programs/cccbridge/issues/" | ||
|
||
[[mods]] | ||
modId="cccbridge" | ||
version="1.5.0" | ||
modId="${archives_base_name}" | ||
version="${version}-${modloader}" | ||
displayName="CC:C Bridge" | ||
updateJSONURL="" | ||
updateJSONURL="https://api.modrinth.com/updates/${archives_base_name}/forge_updates.json" | ||
displayURL="https://tweaked-programs.cc/" | ||
logoFile= "icon.png" | ||
credits="Thanks for this mod goes out to agnor99, who understands modding much better!" | ||
logoFile= "iconHD.png" | ||
credits="Thanks to agnor99, who understands modding much better!" | ||
authors="Sammy L. Koch & Luke A. Hanssen" | ||
description='''This mod adds compatibility between the ComputerCraft and Create mod! | ||
Copyright 2023 Sammy L. Koch''' | ||
Copyright ${copyright_year} Sammy L. Koch''' | ||
|
||
[[dependencies.cccbridge]] | ||
[[dependencies.${archives_base_name}]] | ||
modId="forge" | ||
mandatory=true | ||
versionRange="[43,)" | ||
versionRange="[${forge_version},)" | ||
ordering="NONE" # NONE; BEFORE; AFTER | ||
side="BOTH" | ||
[[dependencies.cccbridge]] | ||
[[dependencies.${archives_base_name}]] | ||
modId="minecraft" | ||
mandatory=true | ||
versionRange="[1.19.2,)" | ||
versionRange="[${mc_version},)" | ||
ordering="NONE" | ||
side="BOTH" | ||
[[dependencies.cccbridge]] | ||
[[dependencies.${archives_base_name}]] | ||
modId="create" | ||
mandatory=true | ||
versionRange="[0.5.1.b,)" | ||
versionRange="[${create_version_production},)" | ||
ordering="NONE" | ||
side="BOTH" | ||
[[dependencies.cccbridge]] | ||
[[dependencies.${archives_base_name}]] | ||
modId="computercraft" | ||
mandatory=true | ||
versionRange="[1.101.2,)" | ||
versionRange="[${cc_version},)" | ||
ordering="NONE" | ||
side="BOTH" |