adjust pit plasma abm conditions

This commit is contained in:
FaceDeer
2022-08-13 17:53:53 -06:00
parent b4e9cfaa4c
commit 8f2a800e60
3 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@ minetest.register_node("df_underworld_items:glow_amethyst", {
_doc_items_usagehelp = df_underworld_items.doc.glow_amethyst_usage,
tiles = {"dfcaverns_glow_amethyst.png"},
is_ground_content = false,
groups = {cracky=3, pit_plasma_resistant=1, pickaxey = 4, building_block = 1, material_stone=1},
groups = {cracky=3, pit_plasma_resistant=1, pickaxey = 4, building_block = 1,}, -- deliberately not in material_stone group to keep pit plasma ABM efficient
sounds = df_dependencies.sound_glass(),
light_source = 6,
paramtype = "light",