Skip to content

Commit

Permalink
gtm update (#789)
Browse files Browse the repository at this point in the history
* update manifest

gt 1.4.4 time baby
yeah baby
thats what ive been waiting for
lets goo

* fixing stuff

slight "startup" error

---------

Co-authored-by: Spicierspace153 <[email protected]>
  • Loading branch information
Spicierspace153 and Spicierspace153 authored Sep 27, 2024
1 parent 9f152f4 commit 2aa5d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/_initial.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const JSONObject = Java.loadClass('com.google.gson.JsonObject')
//Required to use fluid tags in gregtech recipes
const FluidIngredientJS = Java.loadClass('com.gregtechceu.gtceu.integration.kjs.recipe.components.GTRecipeComponents$FluidIngredientJS')
//Required for the rock breaker
const RockBreakerCondition = Java.loadClass("com.gregtechceu.gtceu.common.recipe.RockBreakerCondition")
const RockBreakerCondition = Java.loadClass("com.gregtechceu.gtceu.common.recipe.condition.RockBreakerCondition")

// Tier enums for easier data handling
const TIER_ULV = 0; // ulv
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"required": true
},
{
"fileID": 5549669,
"fileID": 5760232,
"projectID": 64578,
"required": true
},
Expand Down Expand Up @@ -606,7 +606,7 @@
"required": true
},
{
"fileID": 5713445,
"fileID": 5753724,
"projectID": 890405,
"required": true
},
Expand Down Expand Up @@ -676,7 +676,7 @@
"required": true
},
{
"fileID": 5729021,
"fileID": 5757749,
"projectID": 626676,
"required": true
},
Expand Down Expand Up @@ -921,7 +921,7 @@
"required": true
},
{
"fileID": 5656013,
"fileID": 5757540,
"projectID": 984851,
"required": true
},
Expand Down

0 comments on commit 2aa5d61

Please sign in to comment.