Fixed Version
This commit is contained in:
BIN
Box more! for plank redux 50/42/icon.png
Normal file
BIN
Box more! for plank redux 50/42/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
6
Box more! for plank redux 50/42/media/lua/server/fix.lua
Normal file
6
Box more! for plank redux 50/42/media/lua/server/fix.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local item = getScriptManager():FindItem("CrateOfPlanks",true) -- true means it will use Base.
|
||||
item:setActualWeight(10)
|
||||
local item2 = getScriptManager():FindItem("BoxOfScrapWood",true) -- true means it will use Base.
|
||||
item2:setActualWeight(3)
|
||||
local item3 = getScriptManager():FindItem("CrateOfTreeBranches",true) -- true means it will use Base.
|
||||
item3:setActualWeight(10)
|
||||
6
Box more! for plank redux 50/42/mod.info
Normal file
6
Box more! for plank redux 50/42/mod.info
Normal file
@@ -0,0 +1,6 @@
|
||||
name=Box more! 50% Wood Weight Compatibility Patch
|
||||
icon=icon.png
|
||||
poster=poster.png
|
||||
require=\ReducedWoodWeight2x41,\Boxmore
|
||||
id=Boxmoreplankfix2
|
||||
description=Patch for those with the 50% wood weight mod
|
||||
BIN
Box more! for plank redux 50/42/poster.png
Normal file
BIN
Box more! for plank redux 50/42/poster.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
BIN
Box more! for plank redux 50/icon.png
Normal file
BIN
Box more! for plank redux 50/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
5
Box more! for plank redux 50/mod.info
Normal file
5
Box more! for plank redux 50/mod.info
Normal 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
|
||||
BIN
Box more! for plank redux 50/poster.png
Normal file
BIN
Box more! for plank redux 50/poster.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user