fix door registration (thx MoNTE48)

This commit is contained in:
tenplus1 2022-10-27 12:42:12 +01:00
parent 4ebb0c1c50
commit 6b9cfcdbc4

View File

@ -80,7 +80,7 @@ minetest.register_alias("ethereal:fencegate_pine_closed", "doors:gate_pine_wood_
-- sakura door
if door_mod then
doors.register_door("ethereal:door_sakura", {
doors.register("ethereal:door_sakura", {
tiles = {
{name = "ethereal_sakura_door.png", backface_culling = true}
},