Skip to content

Commit

Permalink
remove bamboo climbing override
Browse files Browse the repository at this point in the history
fixes #30
  • Loading branch information
OgelGames committed Jan 28, 2021
1 parent 7f3c8cf commit f6325a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ if minetest.get_modpath("farming") and farming.mod == "redo" then
dofile(MP.."/farming.lua")
end

if minetest.get_modpath("bamboo") then
-- bamboo/plant stuff
dofile(MP.."/plant_overrides.lua")
end

if minetest.get_modpath("jumpdrive") then
-- limit jumpdrive travel
dofile(MP.."/travel/jumpdrive.lua")
Expand Down
12 changes: 0 additions & 12 deletions plant_overrides.lua

This file was deleted.

0 comments on commit f6325a9

Please sign in to comment.