Update Fabric API version and move versions to properties.

This commit is contained in:
drcrazy 2021-08-19 13:33:26 +03:00
parent e81a924459
commit 2bc4886cc0
3 changed files with 41 additions and 30 deletions

View file

@ -2,8 +2,8 @@ apply plugin: "com.matthewprenger.cursegradle"
group = 'RebornCore'
minecraft {
accessWidener = file("src/main/resources/reborncore.accesswidener")
loom {
accessWidenerPath = file("src/main/resources/reborncore.accesswidener")
}
def ENV = System.getenv()