Improved SurfaceRule Handling
This commit is contained in:
parent
e08d85b605
commit
bdf30109f6
16 changed files with 266 additions and 161 deletions
|
@ -1,20 +1,16 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
#Loom
|
||||
loom_version=0.11-SNAPSHOT
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version= 1.19-pre1
|
||||
loader_version= 0.14.5
|
||||
fabric_version = 0.52.4+1.19
|
||||
|
||||
minecraft_version=1.19-pre3
|
||||
loader_version=0.14.6
|
||||
fabric_version=0.53.4+1.19
|
||||
# Mod Properties
|
||||
mod_version = 2.0.0
|
||||
maven_group = org.betterx.bclib
|
||||
archives_base_name = bclib
|
||||
|
||||
mod_version=2.0.0
|
||||
maven_group=org.betterx.bclib
|
||||
archives_base_name=bclib
|
||||
# Dependencies
|
||||
patchouli_version = 50-FABRIC
|
||||
patchouli_version=50-FABRIC
|
||||
modmenu_version=4.0.0-beta.3
|
Loading…
Add table
Add a link
Reference in a new issue