10 Commits

23 changed files with 6 additions and 6 deletions

View File

@@ -253,7 +253,7 @@ if industrialtest.mclAvailable then
return itemstack return itemstack
end, end,
sound={breaks="default_tool_breaks"}, sound={breaks="default_tool_breaks"},
_repair_material="industrialtest:"..material, _repair_material="industrialtest:"..materialItem,
_mcl_toollike_wield=true, _mcl_toollike_wield=true,
_mcl_diggroups={ _mcl_diggroups={
shovely={speed=config.speed,level=config.level,uses=config.uses} shovely={speed=config.speed,level=config.level,uses=config.uses}
@@ -270,7 +270,7 @@ if industrialtest.mclAvailable then
}, },
on_place=industrialtest.internal.mclMakeStrippedTrunk, on_place=industrialtest.internal.mclMakeStrippedTrunk,
sound={breaks="default_tool_breaks"}, sound={breaks="default_tool_breaks"},
_repair_material="industrialtest:"..material, _repair_material="industrialtest:"..materialItem,
_mcl_toollike_wield=true, _mcl_toollike_wield=true,
_mcl_diggroups={ _mcl_diggroups={
axey={speed=config.speed,level=config.level,uses=config.uses} axey={speed=config.speed,level=config.level,uses=config.uses}
@@ -286,7 +286,7 @@ if industrialtest.mclAvailable then
damage_groups={fleshy=config.damage+2}, damage_groups={fleshy=config.damage+2},
}, },
sound={breaks="default_tool_breaks"}, sound={breaks="default_tool_breaks"},
_repair_material="industrialtest:"..material, _repair_material="industrialtest:"..materialItem,
_mcl_toollike_wield=true, _mcl_toollike_wield=true,
_mcl_diggroups={ _mcl_diggroups={
swordy={speed=config.speed,level=config.level,uses=config.uses}, swordy={speed=config.speed,level=config.level,uses=config.uses},
@@ -349,7 +349,7 @@ if industrialtest.mclAvailable then
return itemstack return itemstack
end end
end, end,
_repair_material="industrialtest:"..material, _repair_material="industrialtest:"..materialItem,
_mcl_toollike_wield=true, _mcl_toollike_wield=true,
_mcl_diggroups={ _mcl_diggroups={
hoey={speed=config.speed,level=config.level,uses=config.uses} hoey={speed=config.speed,level=config.level,uses=config.uses}
@@ -360,7 +360,7 @@ if industrialtest.mclAvailable then
description=materialDisplayName, description=materialDisplayName,
durability=config.uses, durability=config.uses,
points=config.armorPoints, points=config.armorPoints,
craft_material="industrialtest:"..material, craft_material="industrialtest:"..materialItem,
cook_material=config.armorCookMaterial, cook_material=config.armorCookMaterial,
sound_equip=config.armorEquipSound, sound_equip=config.armorEquipSound,
sound_unequip=config.armorUnequipSound, sound_unequip=config.armorUnequipSound,

View File

@@ -39,7 +39,7 @@ if industrialtest.mtgAvailable then
y_min=-31000 y_min=-31000
}) })
industrialtest.internal.registerMetal("iridium","Iridium",4) industrialtest.internal.registerMetal("iridium","Iridium",3)
minetest.register_ore({ minetest.register_ore({
ore_type="scatter", ore_type="scatter",
ore="industrialtest:stone_with_iridium", ore="industrialtest:stone_with_iridium",

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB