1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-15 06:45:22 +01:00

Reverted moreblocks and maptools updates

This commit is contained in:
LeMagnesium
2015-01-15 21:06:57 +01:00
parent c430709474
commit 195e9ccee5
103 changed files with 756 additions and 1624 deletions

12
mods/moreblocks/redefinitions.lua Normal file → Executable file
View File

@@ -1,10 +1,3 @@
--[[
More Blocks: redefinitions of default stuff
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
--]]
-- Redefinitions of some default crafting recipes:
minetest.register_craft({
@@ -78,11 +71,6 @@ minetest.override_item("default:papyrus", {
sunlight_propagates = true,
})
minetest.override_item("default:fence_wood", {
paramtype = "light",
sunlight_propagates = true,
})
minetest.override_item("default:junglegrass", {
paramtype = "light",
sunlight_propagates = true,