split mine gas out into a separate mod

This commit is contained in:
FaceDeer
2019-06-29 19:54:57 -06:00
parent a474ef31b4
commit 211afcc8c3
17 changed files with 162 additions and 64 deletions

View File

@ -9,8 +9,6 @@ if minetest.get_modpath("doc") then
oil_usage = S("Buckets of oil can be used as fuel.")
end
dofile(MP.."/gas.lua")
local oil_sounds = {footstep = {name = "oil_oil_footstep", gain = 0.2}}
minetest.register_node("oil:oil_source", {