Don't Starve

Don't Starve

136 ratings
Easier Planting
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
27.454 KB
May 30, 2019 @ 10:10am
1 Change Note ( view )

Subscribe to download
Easier Planting

Description
Simple fix that prevents item from being sent back to inventory when planting fails
15 Comments
Uthman Skeppes Jun 11, 2023 @ 11:06am 
Bug report:
wood fences/gates placement ignores camera rotation resulting in all fences/gates placed at the same angle.


Fix:
In modmain.lua, replace lines:

if action then
self:DoAction(action)
end

With:

if action then
if self.deployplacer ~= nil and action.action == GLOBAL.ACTIONS.DEPLOY then
action.rotation = self.deployplacer.Transform:GetRotation()
end
self:DoAction(action)
end
Ajeita a Coluna ai Meu Nobre Jul 3, 2021 @ 8:04am 
Can you please make this mod on Don't Starve Together?
yoyoku Jan 10, 2020 @ 11:57pm 
good~
ShadyDax Jul 31, 2019 @ 7:31am 
can you make same mod for ds together? <3
ItzJustHayden Jun 17, 2019 @ 7:50am 
Can you make it so objects don't block placement?
Nyjuianlan Jun 14, 2019 @ 11:02pm 
描述:简单的修复,防止在种植失败时将商品送回库存
Embrace Chum Jun 9, 2019 @ 2:15am 
very handy
HighCanFly Jun 7, 2019 @ 10:32am 
GOD THX
toke_smoke Jun 5, 2019 @ 6:54pm 
help fred
隔絕 Jun 3, 2019 @ 10:59pm 
Cool, very good MOD