File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/net/neganote/gtutilities/common/item Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11package net .neganote .gtutilities .common .item ;
22
3+ import com .gregtechceu .gtceu .GTCEu ;
34import com .gregtechceu .gtceu .api .GTValues ;
45import com .gregtechceu .gtceu .api .item .ComponentItem ;
56import com .gregtechceu .gtceu .api .item .component .ElectricStats ;
@@ -20,7 +21,7 @@ public class UtilToolItems {
2021
2122 static {
2223
23- if (UtilConfig .INSTANCE .features .customLuVToolsEnabled ) {
24+ if (UtilConfig .INSTANCE .features .customLuVToolsEnabled || GTCEu . isDataGen () ) {
2425 POWER_UNIT_LUV = REGISTRATE .item ("luv_power_unit" , ComponentItem ::create )
2526 .lang ("LuV Power Unit" )
2627 .properties (p -> p .stacksTo (8 ))
@@ -29,7 +30,7 @@ public class UtilToolItems {
2930 .register ();
3031 }
3132
32- if (UtilConfig .INSTANCE .features .customZPMToolsEnabled ) {
33+ if (UtilConfig .INSTANCE .features .customZPMToolsEnabled || GTCEu . isDataGen () ) {
3334 POWER_UNIT_ZPM = REGISTRATE .item ("zpm_power_unit" , ComponentItem ::create )
3435 .lang ("ZPM Power Unit" )
3536 .properties (p -> p .stacksTo (8 ))
You can’t perform that action at this time.
0 commit comments