mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-27 19:30:28 +01:00
Fix #1.
This commit is contained in:
parent
57b2d30b9e
commit
2d94d74d97
2
init.lua
2
init.lua
@ -530,7 +530,7 @@ stairs.register_stair_and_slab("brick", "nether:brick",
|
||||
|
||||
-- Craftitems
|
||||
|
||||
minetest.override_craftitem("default:mese_crystal_fragment", {
|
||||
minetest.override_item("default:mese_crystal_fragment", {
|
||||
on_place = function(stack, _, pt)
|
||||
if pt.under and minetest.get_node(pt.under).name == "default:obsidian" then
|
||||
local done = make_portal(pt.under)
|
||||
|
Loading…
Reference in New Issue
Block a user