a bunch of small tweaks

This commit is contained in:
Pyritie 2025-10-07 01:20:10 +01:00
parent 7973b44cba
commit 3fb490fe04
9 changed files with 54 additions and 22 deletions

View file

@ -11,5 +11,5 @@ const registerSandwormRecipes = (event) => {
.itemOutputs('sandworm_mod:thumper')
.duration(200)
.circuit(10)
.EUt(GTValues.VA[GTValues.EV]*2);
.EUt(GTValues.VA[GTValues.EV]);
}