Removed fortune enchant effects from non ores

This commit is contained in:
James David Clarke 2023-12-31 16:01:57 +00:00
parent 4f59214f34
commit 50191f75fe
No known key found for this signature in database
GPG Key ID: 9F5ECFD0E20F1C4C
19 changed files with 30 additions and 30 deletions

View File

@ -317,7 +317,7 @@ minetest.register_node("technic:forcefield_emitter_off", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:forcefield_emitter_on", {
@ -353,7 +353,7 @@ minetest.register_node("technic:forcefield_emitter_on", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:forcefield", {

View File

@ -440,7 +440,7 @@ minetest.register_node("technic:hv_nuclear_reactor_core", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:hv_nuclear_reactor_core_active", {
@ -494,7 +494,7 @@ minetest.register_node("technic:hv_nuclear_reactor_core_active", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("HV", "technic:hv_nuclear_reactor_core", technic.producer)

View File

@ -293,7 +293,7 @@ minetest.register_node("technic:quarry", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("HV", "technic:quarry", technic.receiver)

View File

@ -100,7 +100,7 @@ minetest.register_node("technic:geothermal", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:geothermal_active", {
@ -117,7 +117,7 @@ minetest.register_node("technic:geothermal_active", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("LV", "technic:geothermal", technic.producer)

View File

@ -30,7 +30,7 @@ minetest.register_node("technic:dummy_light_source", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
@ -122,7 +122,7 @@ ndef = {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
}
for k, v in pairs(common_fields) do
@ -145,7 +145,7 @@ ndef = {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
}
for k, v in pairs(common_fields) do

View File

@ -58,7 +58,7 @@ ndef = {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
}
for k, v in pairs(common_fields) do
@ -80,7 +80,7 @@ ndef = {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
}
for k, v in pairs(common_fields) do

View File

@ -128,7 +128,7 @@ minetest.register_node("technic:music_player", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("LV", "technic:music_player", technic.receiver)

View File

@ -69,7 +69,7 @@ minetest.register_node("technic:solar_panel", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("LV", "technic:solar_panel", technic.producer)

View File

@ -89,7 +89,7 @@ minetest.register_node("technic:water_mill", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:water_mill_active", {
@ -108,7 +108,7 @@ minetest.register_node("technic:water_mill_active", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("LV", "technic:water_mill", technic.producer)

View File

@ -87,7 +87,7 @@ minetest.register_node("technic:hydro_turbine", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:hydro_turbine_active", {
@ -106,7 +106,7 @@ minetest.register_node("technic:hydro_turbine_active", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("MV", "technic:hydro_turbine", technic.producer)

View File

@ -147,7 +147,7 @@ minetest.register_node("technic:power_radiator", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_abm({

View File

@ -123,7 +123,7 @@ minetest.register_node("technic:tool_workshop", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("MV", "technic:tool_workshop", technic.receiver)

View File

@ -30,7 +30,7 @@ minetest.register_node("technic:wind_mill_frame", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
local function check_wind_mill(pos)
@ -97,7 +97,7 @@ minetest.register_node("technic:wind_mill", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
technic.register_machine("MV", "technic:wind_mill", technic.producer)

View File

@ -117,5 +117,5 @@ minetest.register_node("technic:admin_anchor", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})

View File

@ -53,7 +53,7 @@ minetest.register_node("technic:coal_alloy_furnace", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:coal_alloy_furnace_active", {
@ -74,7 +74,7 @@ minetest.register_node("technic:coal_alloy_furnace_active", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_abm({

View File

@ -183,7 +183,7 @@ local function make_constructor(mark, length)
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_node("technic:constructor_mk"..mark.."_on", {
@ -206,7 +206,7 @@ local function make_constructor(mark, length)
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
end

View File

@ -376,7 +376,7 @@ for zp = 0, 1 do
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
end

View File

@ -36,7 +36,7 @@ minetest.register_node("technic:power_monitor",{
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_abm({

View File

@ -221,7 +221,7 @@ minetest.register_node("technic:supply_converter", {
_mcl_hardness = 3,
_mcl_blast_resistance = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore
})
minetest.register_craft({