Removed color provider
This commit is contained in:
parent
2c8862a37b
commit
4040597a6d
475 changed files with 5411 additions and 7521 deletions
|
@ -1,21 +1,18 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version= 1.17.1
|
||||
yarn_mappings= 6
|
||||
loader_version= 0.11.6
|
||||
|
||||
minecraft_version=1.17.1
|
||||
yarn_mappings=6
|
||||
loader_version=0.11.6
|
||||
# Mod Properties
|
||||
mod_version = 0.10.2-pre
|
||||
maven_group = ru.betterend
|
||||
archives_base_name = better-end
|
||||
|
||||
mod_version=0.10.3-pre
|
||||
maven_group=ru.betterend
|
||||
archives_base_name=better-end
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
patchouli_version = 55-FABRIC-SNAPSHOT
|
||||
fabric_version = 0.36.1+1.17
|
||||
bclib_version = 0.2.0
|
||||
rei_version = 6.0.262-alpha
|
||||
canvas_version = 1.0.+
|
||||
patchouli_version=55-FABRIC-SNAPSHOT
|
||||
fabric_version=0.36.1+1.17
|
||||
bclib_version=0.2.1
|
||||
rei_version=6.0.262-alpha
|
||||
canvas_version=1.0.+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue