Update technic mod and fix missing models.

master
vlapsley 2016-11-15 21:50:47 +11:00
parent 3bfe4fae1f
commit c808241646
674 changed files with 3 additions and 3 deletions

0
mods/technic/concrete/depends.txt Normal file → Executable file
View File

4
mods/technic/concrete/init.lua Normal file → Executable file
View File

@ -84,9 +84,9 @@ minetest.register_node(":technic:blast_resistant_concrete", {
groups = {cracky=1, level=3, concrete=1},
sounds = default.node_sound_stone_defaults(),
on_blast = function(pos, intensity)
if intensity > 1 then
if intensity > 9 then
minetest.remove_node(pos)
minetest.add_item(pos, "technic:blast_resistant_concrete")
return {"technic:blast_resistant_concrete"}
end
end,
})

0
mods/technic/concrete/locale/de.txt Normal file → Executable file
View File

0
mods/technic/concrete/locale/template.txt Normal file → Executable file
View File

0
mods/technic/concrete/locale/tr.txt Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B

View File

Before

Width:  |  Height:  |  Size: 500 B

After

Width:  |  Height:  |  Size: 500 B

0
mods/technic/concrete/textures/technic_rebar.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 813 B

After

Width:  |  Height:  |  Size: 813 B

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

0
mods/technic/concrete/textures/x32/technic_rebar.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 813 B

After

Width:  |  Height:  |  Size: 813 B

0
mods/technic/technic/README.md Normal file → Executable file
View File

0
mods/technic/technic/config.lua Normal file → Executable file
View File

0
mods/technic/technic/crafts.lua Normal file → Executable file
View File

0
mods/technic/technic/depends.txt Normal file → Executable file
View File

0
mods/technic/technic/helpers.lua Normal file → Executable file
View File

0
mods/technic/technic/init.lua Normal file → Executable file
View File

0
mods/technic/technic/items.lua Normal file → Executable file
View File

0
mods/technic/technic/legacy.lua Normal file → Executable file
View File

0
mods/technic/technic/locale/de.txt Normal file → Executable file
View File

0
mods/technic/technic/locale/es.txt Normal file → Executable file
View File

0
mods/technic/technic/locale/it.txt Normal file → Executable file
View File

0
mods/technic/technic/locale/template.txt Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/battery_box.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/cables.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/forcefield.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/generator.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/init.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/nuclear_reactor.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/quarry.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/HV/solar_array.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/alloy_furnace.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/battery_box.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/cables.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/cnc.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/cnc_api.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/cnc_nodes.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/compressor.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/electric_furnace.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/extractor.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/generator.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/geothermal.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/grinder.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/init.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/music_player.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/solar_array.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/solar_panel.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/LV/water_mill.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/alloy_furnace.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/battery_box.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/cables.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/centrifuge.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/compressor.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/electric_furnace.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/extractor.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/generator.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/grinder.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/init.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/lighting.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/power_radiator.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/solar_array.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/tool_workshop.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/MV/wind_mill.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/init.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/other/anchor.lua Normal file → Executable file
View File

View File

0
mods/technic/technic/machines/other/coal_furnace.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/other/constructor.lua Normal file → Executable file
View File

2
mods/technic/technic/machines/other/frames.lua Normal file → Executable file
View File

@ -320,7 +320,7 @@ local nodeboxes= {
else
--local pointed_thing = {type = "node", under = pos}
if pointed_thing then
minetest.item_place_node(itemstack, placer, pointed_thing)
return minetest.item_place_node(itemstack, placer, pointed_thing)
end
end
end,

0
mods/technic/technic/machines/other/init.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/other/injector.lua Normal file → Executable file
View File

View File

View File

0
mods/technic/technic/machines/register/battery_box.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/register/cables.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/register/centrifuge.lua Normal file → Executable file
View File

View File

0
mods/technic/technic/machines/register/common.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/register/compressor.lua Normal file → Executable file
View File

View File

View File

0
mods/technic/technic/machines/register/extractor.lua Normal file → Executable file
View File

View File

0
mods/technic/technic/machines/register/generator.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/register/grinder.lua Normal file → Executable file
View File

View File

0
mods/technic/technic/machines/register/grindings.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/register/init.lua Normal file → Executable file
View File

View File

0
mods/technic/technic/machines/register/recipes.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/register/solar_array.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/supply_converter.lua Normal file → Executable file
View File

0
mods/technic/technic/machines/switching_station.lua Normal file → Executable file
View File

0
mods/technic/technic/register.lua Normal file → Executable file
View File

0
mods/technic/technic/sounds/chainsaw.ogg Normal file → Executable file
View File

0
mods/technic/technic/sounds/item_drop_pickup.1.ogg Normal file → Executable file
View File

0
mods/technic/technic/sounds/item_drop_pickup.2.ogg Normal file → Executable file
View File

0
mods/technic/technic/sounds/item_drop_pickup.3.ogg Normal file → Executable file
View File

0
mods/technic/technic/sounds/item_drop_pickup.4.ogg Normal file → Executable file
View File

0
mods/technic/technic/sounds/mining_drill.ogg Normal file → Executable file
View File

View File

Some files were not shown because too many files have changed in this diff Show More