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,6 @@
local item = getScriptManager():FindItem("CrateOfPlanks",true) -- true means it will use Base.
item:setActualWeight(5)
local item2 = getScriptManager():FindItem("BoxOfScrapWood",true) -- true means it will use Base.
item2:setActualWeight(1.5)
local item3 = getScriptManager():FindItem("CrateOfTreeBranches",true) -- true means it will use Base.
item3:setActualWeight(5)

View File

@@ -0,0 +1,7 @@
name=Box more! 25% Wood Weight Compatibility Patch
icon=icon.png
poster=poster.png
require=\ReducedWoodWeight25p41,\Boxmore
incompatible=\Boxmoreplankfix2
id=Boxmoreplankfix
description=Patch for those with the 25% wood weight mod

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,5 @@
name=Box more! 25% Wood Weight Compatibility Patch
icon=icon.png
poster=poster.png
id=Boxmoreplankfix
description=Patch for those with the 25% wood weight mod

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB