1
0
ミラー元 https://codeberg.org/tenplus1/farming.git 前回の同期 2025-11-11 03:05:25 +01:00

remove bushes_classic alias for berries

このコミットが含まれているのは:
TenPlus1
2018-08-12 15:24:52 +01:00
コミット aa73d0baba

ファイルの表示

@@ -160,7 +160,7 @@ minetest.register_alias("farming_plus:tomato", "farming:tomato_8")
-- Weed
minetest.register_alias("farming:weed", "default:grass_2")
-- Classic Bushes compatibility
--[[ Classic Bushes compatibility
if minetest.get_modpath("bushes_classic") then
if eth then
@@ -171,6 +171,6 @@ if minetest.get_modpath("bushes_classic") then
minetest.register_alias("bushes:blueberry", "farming:blueberries")
minetest.register_alias("bushes:raspberry", "farming:raspberries")
end
end]]
end)