Use WunderLib from WoVer
This commit is contained in:
parent
b087ef198e
commit
4632d38d46
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ loom_version=1.4-SNAPSHOT
|
|||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=1.20.4
|
||||
loader_version=0.15.2
|
||||
loader_version=0.15.3
|
||||
fabric_version=0.91.3+1.20.4
|
||||
# Mod Properties
|
||||
mod_version=20.30.2
|
||||
|
|
|
@ -17,7 +17,7 @@ def allowLocalLibUse = true
|
|||
def allowLocalLibInConsoleMode = false
|
||||
|
||||
//The path were to look for the local BCLib
|
||||
def WunderLibPath = '../WunderLib'
|
||||
def WunderLibPath = '../WorldWeaver/WunderLib'
|
||||
|
||||
|
||||
// #### Logic ####
|
||||
|
|
Loading…
Reference in a new issue