1
0
ミラー元 https://github.com/sys4-fr/server-nalc.git 前回の同期 2025-12-31 13:25:20 +01:00
rewrite flowers:mushroom_* hunger, breaked when moved mushroom: to flowers:
このコミットが含まれているのは:
2016-07-14 15:15:34 +02:00
コミット 178be5eb46
2個のファイルの変更7行の追加1行の削除

ファイルの表示

@@ -174,6 +174,11 @@ if minetest.get_modpath("bushes_classic") then
end
end
if minetest.get_modpath("flowers") ~= nil then
overwrite("flowers:mushroom_brown", 1)
overwrite("flowers:mushroom_red", 1, "", 3)
end
if minetest.get_modpath("mushroom") ~= nil then
overwrite("mushroom:brown", 1)
overwrite("mushroom:red", 1, "", 3)