Skip to content

Commit

Permalink
fix grim reaper recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
last8kings authored Mar 4, 2024
1 parent 4164d8d commit 0dd64c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groovy/postInit/mod/TechGuns.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ Globals.solders.each { key, val ->
.inputs([
item('techguns:itemshared', 39) * 8,
item('techguns:itemshared', 36),
item('minecraft:flint_and_steel') * 4,
item('minecraft:flint_and_steel'),
metaitem('ringSteel') * 4,
metaitem('cover.screen'),
ore('circuitHv') * 4,
Expand Down Expand Up @@ -1335,4 +1335,4 @@ GunStatTweaker.setWeaponStat("scar","DAMAGE_MIN", 12);

//Minigun (20 shots per second)
GunStatTweaker.setWeaponStat("minigun","DAMAGE", 5);
GunStatTweaker.setWeaponStat("minigun","DAMAGE_MIN", 4);
GunStatTweaker.setWeaponStat("minigun","DAMAGE_MIN", 4);

0 comments on commit 0dd64c3

Please sign in to comment.