File tree Expand file tree Collapse file tree
src/main/java/com/tcm/MineTale/block/workbenches/screen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
3838
3939 // Fabric API. This is technically optional, but you probably want it anyway.
40- modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version } "
40+ modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_api_version } "
4141
4242}
4343
Original file line number Diff line number Diff line change 11# Done to increase the memory available to gradle.
2- org.gradle.jvmargs =-Xmx1G
2+ org.gradle.jvmargs =-Xmx4G
33org.gradle.parallel =true
44
55# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
@@ -8,13 +8,13 @@ org.gradle.configuration-cache=false
88# Fabric Properties
99# check these on https://fabricmc.net/develop
1010minecraft_version =1.21.11
11- loader_version =0.18.2
12- loom_version =1.14-SNAPSHOT
11+ loader_version =0.18.4
12+ loom_version =1.15-SNAPSHOT
13+
14+ # Fabric API
15+ fabric_api_version =0.141.2+1.21.11
1316
1417# Mod Properties
1518mod_version =1.0.0
1619maven_group =com.tcm
17- archives_base_name =MineTale
18-
19- # Dependencies
20- fabric_version =0.139.4+1.21.11
20+ archives_base_name =MineTale
Original file line number Diff line number Diff line change 11package com .tcm .MineTale .block .workbenches .screen ;
22
3- import com .tcm .MineTale .MineTale ;
43import com .tcm .MineTale .block .workbenches .menu .FurnaceWorkbenchMenu ;
54
65import net .minecraft .client .gui .GuiGraphics ;
You can’t perform that action at this time.
0 commit comments