mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Merge pull request 'Remove wrong preview banner crafting recipes' (#55) from banner-crafting-fix into master
Reviewed-on: https://git.minetest.land/Mineclonia/Mineclonia/pulls/55 Reviewed-by: E <e@noreply.git.minetest.land>
This commit is contained in:
committed by
Elias Fleckenstein
parent
27f4c210c7
commit
ae2c5ede30
@ -573,7 +573,7 @@ for colorid, colortab in pairs(mcl_banners.colors) do
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
if mod_mcl_core and minetest.get_modpath("mcl_wool") then
|
if mod_mcl_core and minetest.get_modpath("mcl_wool") and pattern_name == "" then
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = itemstring,
|
output = itemstring,
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Reference in New Issue
Block a user