Fixed Version

This commit is contained in:
2026-02-19 16:49:31 -05:00
parent 5e29f14a45
commit ab93b2152d
51 changed files with 5334 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,7 @@
local script =
"{ inputs { item 1200 [Base.BlowTorch] mode:destroy flags[Prop2],} }"
local recipe = getScriptManager():getCraftRecipe("PackBoxOfWeldingTorches")
recipe:getInputs():clear()
recipe:Load("PackBoxOfWeldingTorches", script)

View File

@@ -0,0 +1,6 @@
name=Box more! Propane Torch Fix Compatibility Patch
icon=icon.png
poster=poster.png
require=\UBPropFix,\Boxmore
id=Boxmoretorchfix
description=Patch for those with the propane torch fix mod

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB