mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-02 21:28:08 +01:00
Whitespace damage fixes.
This is cleaned up by `cleanfile` (from the linux kernel tree tool set).
This commit is contained in:
parent
6256427ce7
commit
138e078f1b
@ -103,4 +103,3 @@ homedecor.register("medicine_cabinet_open", {
|
||||
minetest.swap_node(pos, node)
|
||||
end,
|
||||
})
|
||||
|
||||
|
@ -3414,4 +3414,3 @@ end
|
||||
if (minetest.get_modpath("technic") and minetest.get_modpath("dye") and minetest.get_modpath("bees")) then
|
||||
technic.register_separating_recipe({ input = {"bees:wax 1"}, output = {"homedecor:oil_extract 2","dye:yellow 1"} })
|
||||
end
|
||||
|
||||
|
@ -301,4 +301,3 @@ if signs_modpath then
|
||||
signs_lib.register_fence_with_sign("homedecor:fence_brass", "homedecor:fence_brass_with_sign")
|
||||
signs_lib.register_fence_with_sign("homedecor:fence_wrought_iron", "homedecor:fence_wrought_iron_with_sign")
|
||||
end
|
||||
|
||||
|
@ -359,4 +359,3 @@ function homedecor.place_banister(itemstack, placer, pointed_thing)
|
||||
itemstack:take_item()
|
||||
return itemstack
|
||||
end
|
||||
|
||||
|
@ -57,6 +57,3 @@ mt.__index = function(table, key)
|
||||
error("unexpected datatype " .. tostring(type(ref)) .. " while looking for " .. key)
|
||||
end
|
||||
setmetatable(homedecor.nodebox, mt)
|
||||
|
||||
|
||||
|
||||
|
@ -112,4 +112,3 @@ function homedecor.stop_particle_spawner(pos)
|
||||
this_spawner_meta:set_int("active", nil)
|
||||
this_spawner_meta:set_int("sound", nil)
|
||||
end
|
||||
|
||||
|
@ -49,4 +49,3 @@ for i in ipairs(shutters) do
|
||||
end
|
||||
|
||||
minetest.register_alias("homedecor:shutter_purple", "homedecor:shutter_violet")
|
||||
|
||||
|
@ -89,4 +89,3 @@ if minetest.get_modpath("moreblocks") then
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user