diff --git a/mods/redef/init.lua b/mods/redef/init.lua index f79ff42d..e42187e2 100644 --- a/mods/redef/init.lua +++ b/mods/redef/init.lua @@ -29,7 +29,7 @@ core.register_on_mods_loaded(function() ['Aligned Textures'] = core.is_yes(g('aligned_textures', true)), ['Grass Box Height'] = tonumber(g('grass_box_height', 2)) >= 1, ['Maximum Stack Size'] = tonumber(g('stack_max', 100)) >= 1, - ['Proper Rotation'] = core.is_yes(g('proper_rotation', true)), + --['Proper Rotation'] = core.is_yes(g('proper_rotation', true)), ['Show Steps'] = core.is_yes(g('show_steps', true)) } diff --git a/mods/technic_plus_beta/technic/machines/register/grinder_recipes.lua b/mods/technic_plus_beta/technic/machines/register/grinder_recipes.lua index df38d81e..9fa628f3 100644 --- a/mods/technic_plus_beta/technic/machines/register/grinder_recipes.lua +++ b/mods/technic_plus_beta/technic/machines/register/grinder_recipes.lua @@ -25,6 +25,10 @@ local recipes = { {"technic:zinc_lump", "technic:zinc_dust 2"}, {"technic:lead_lump", "technic:lead_dust 2"}, {"technic:sulfur_lump", "technic:sulfur_dust 2"}, + {"caverealms:sulphur_deposit_1", "technic:sulfur_dust 2"}, + {"everness:sulfur_stone", "technic:sulfur_dust"}, + {"everness:volcanic_sulfur)", "technic:sulfur_dust"}, + {mat.stone, "technic:stone_dust"}, {mat.sand, "technic:stone_dust"}, {mat.desert_sand, "technic:stone_dust"}, @@ -38,6 +42,13 @@ local recipes = { {mat.silver_sandstone, mat.silver_sand.." 2"}, -- reverse recipe can be found in the compressor {mat.ice, mat.snowblock}, + +--Food +{"farming:salt_crystal", "x_farming:salt 9"}, +{"caverealms:salt_crystal", "x_farming:salt 9"}, +{"caverealms:salt_gem", "x_farming:salt 3"}, +{"caverealms:stone_with_salt", "x_farming:salt 3"}, + } if minetest.get_modpath("ethereal") then