mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-14 22:38:32 +01:00
Moreblocks' update
- Moreblocks' update to use last version's nodes and features
This commit is contained in:
12
mods/moreblocks/redefinitions.lua
Executable file → Normal file
12
mods/moreblocks/redefinitions.lua
Executable file → Normal file
@@ -1,3 +1,10 @@
|
||||
--[[
|
||||
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({
|
||||
@@ -71,6 +78,11 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user