From 381edc5a4fd602caa3cda62306a6852f5525b30e Mon Sep 17 00:00:00 2001 From: gabriel1379 Date: Sat, 9 Mar 2024 15:51:44 +0100 Subject: [PATCH] Edit wrongly placed comment --- technic/machines/register/grinder_recipes.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua index e4e50ce..f511ef5 100644 --- a/technic/machines/register/grinder_recipes.lua +++ b/technic/machines/register/grinder_recipes.lua @@ -45,7 +45,6 @@ if minetest.get_modpath("everness") then table.insert(recipes, {"everness:cursed_lands_deep_ocean_sandstone_block", "everness:cursed_lands_deep_ocean_sand 2"}) table.insert(recipes, {"everness:cursed_sandstone_block", "everness:cursed_sand 2"}) table.insert(recipes, {"everness:mineral_sandstone", "everness:mineral_sand 2"}) - -- As of 2024-03-09, reverse recipe in everness only exists for mineral_sandstone. Handled in the compressor. end -- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe) @@ -71,7 +70,7 @@ if minetest.get_modpath("everness") then {"everness:mineral_sandstone"} }, }) - -- There seem to be no reverse recipes for any of the other everness sandstones. + -- Currently (2024-03-09), there seem to be no reverse recipes for any of the other everness sandstones. end if minetest.get_modpath("farming") then