Fix a recipe bug
This commit is contained in:
parent
6f1a5ddeff
commit
5ac679bc57
4
init.lua
4
init.lua
@ -27,7 +27,7 @@ function ts_doors.register_door(recipe, description, texture)
|
|||||||
groups = door_groups,
|
groups = door_groups,
|
||||||
recipe = {
|
recipe = {
|
||||||
{recipe},
|
{recipe},
|
||||||
{"ts_door_" .. recipe:gsub(":", "_")},
|
{"doors:ts_door_" .. recipe:gsub(":", "_")},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ function ts_doors.register_door(recipe, description, texture)
|
|||||||
sound_close = "doors_steel_door_close",
|
sound_close = "doors_steel_door_close",
|
||||||
recipe = {
|
recipe = {
|
||||||
{recipe},
|
{recipe},
|
||||||
{"ts_door_locked_" .. recipe:gsub(":", "_")},
|
{"doors:ts_door_locked_" .. recipe:gsub(":", "_")},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user