mirror of
https://notabug.org/TenPlus1/protector.git
synced 2024-12-05 03:33:48 +01:00
code tidy ' to "
This commit is contained in:
parent
7a6f598d19
commit
482f4f4aba
@ -56,7 +56,7 @@ minetest.register_chatcommand("protector_replace", {
|
||||
local names = replace_names:split(" ")
|
||||
|
||||
minetest.chat_send_player(name,
|
||||
S("Replacing Protector name '@1' with '@2'",
|
||||
S("Replacing Protector name @1 with @2",
|
||||
names[1] or "", names[2] or ""))
|
||||
|
||||
return
|
||||
|
@ -429,8 +429,8 @@ function register_trapdoor(name, def)
|
||||
fixed = {-0.5, -0.5, 6/16, 0.5, 0.5, 0.5}
|
||||
}
|
||||
def_opened.tiles = { def.tile_side, def.tile_side,
|
||||
def.tile_side .. '^[transform3',
|
||||
def.tile_side .. '^[transform1',
|
||||
def.tile_side .. "^[transform3",
|
||||
def.tile_side .. "^[transform1",
|
||||
def.tile_front, def.tile_front }
|
||||
|
||||
def_opened.drop = name_closed
|
||||
@ -503,7 +503,7 @@ minetest.register_craft({
|
||||
})
|
||||
else
|
||||
minetest.register_craft({
|
||||
output = 'protector:trapdoor_steel',
|
||||
output = "protector:trapdoor_steel",
|
||||
recipe = {
|
||||
{"default:copper_ingot", "default:steel_ingot"},
|
||||
{"default:steel_ingot", "default:steel_ingot"},
|
||||
|
Loading…
Reference in New Issue
Block a user