Skip to content

Commit

Permalink
links to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Nov 16, 2023
1 parent 5c994e5 commit 4c71fdb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#https://mvn.devos.one/#/snapshots/io/github/fabricators_of_create/Porting-Lib/Porting-Lib
port_lib_version=2.1.1096
port_lib_modules = accessors,base,entity,extensions,fake_players,networking,obj_loader,tags,transfer

# https://modrinth.com/mod/cloth-config/version/8.3.103+fabric
cloth_config_version = 8.3.103

# https://modrinth.com/mod/sodium/versions
sodium_version = mc1.19.2-0.4.4
15 changes: 13 additions & 2 deletions fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
loader_platform=Fabric
create_version=0.5.1-c-build.1160+mc1.19.2
# https://github.com/Fabricators-of-Create/Create/blob/mc1.18/fabric/dev/gradle.properties
# https://github.com/Fabricators-of-Create/Create/blob/4724359545de070788221dbb6387c31e582e9d45/gradle.properties#L24
config_api_id=4143545
# https://github.com/Fabricators-of-Create/Create/blob/4724359545de070788221dbb6387c31e582e9d45/gradle.properties#L25
forge_config_api_port_version=4.2.9
# https://github.com/CafeteriaGuild/fake-player-api/blob/1.19/gradle.properties
fake_player_api_version=0.4.0
# https://maven.tterrag.com/com/jozufozu/flywheel/Flywheel-Fabric
# https://github.com/JamiesWhiteShirt/reach-entity-attributes/tags
reach_entity_attributes_version=2.3.0
# https://github.com/Fabricators-of-Create/Create/blob/4724359545de070788221dbb6387c31e582e9d45/gradle.properties#L32C14-L32C14
registrate_version=1.1.58-MC1.19.2

forge_tags_version=2.1
# https://github.com/Fabricators-of-Create/Create/blob/4724359545de070788221dbb6387c31e582e9d45/gradle.properties#L33
milk_lib_version=1.0.51
# https://github.com/Fabricators-of-Create/Create/blob/4724359545de070788221dbb6387c31e582e9d45/gradle.properties#L35
port_lib_version=2.1.1096
port_lib_modules = accessors,base,entity,extensions,fake_players,networking,obj_loader,tags,transfer
night_config_core_version=3.6.3
Expand All @@ -17,14 +23,19 @@ jsr305_version=3.0.2
# https://modrinth.com/mod/no-indium/
no_indium_version=1.1.0+1.19

#https://modrinth.com/mod/sodium/versions
sodium_version = mc1.19.2-0.4.4

#https://modrinth.com/mod/cc-restitched/versions
cc_restitched_version = 1.101.2+1.19.1

kotlin_fabric_version = 1.10.10+kotlin.1.9.10

# https://modrinth.com/mod/indium/version/1.0.9+mc1.19.2
indium_version = 1.0.9+mc1.19.2

# https://linkie.shedaniel.me/dependencies?loader=fabric&version=1.19.2
modmenu_version = 4.2.0-beta.2

# https://linkie.shedaniel.me/dependencies?loader=fabric&version=1.19.2
cloth_config_version = 8.3.103
3 changes: 3 additions & 0 deletions forge/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ kotlin_version = 3.12.0
cloth_config_version = 8.3.103

#Compat
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create
create_version = 0.5.1.e-44
flywheel_version = 0.6.10-20
registrate_version = MC1.19-1.1.5
cc_tweaked_version = 1.19.2-1.101.3
#Extra
# https://modrinth.com/mod/tis3d/version/MC1.19.2-forge-1.7.4
tis3d_version = MC1.19.2-forge-1.7.4
# https://modrinth.com/mod/embeddium/versions
embeddium_version = 0.2.9+mc1.19.2

0 comments on commit 4c71fdb

Please sign in to comment.