Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
texture updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicMelon committed Jan 16, 2018
1 parent 34828ae commit fe9e290
Show file tree
Hide file tree
Showing 98 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion split_textures.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def MT(basename):
[MT('htfurn_front'), MT('htfurn_top_unlit'), MT('htfurn_sides'), MT('htfurn_top_lit'), MT('vulcan_sides'), MT('vulcan_top'), MT('htr_solar_top'), MT('vulcan_front')],
[MT('item_heatunit'), MT('ingot_tcha'), MT('block_tcha'), MT('tool_pick_tcha'), MT('tool_shovel_tcha'), MT('tool_axe_tcha'), MT('tool_sword_tcha'), MT('tool_ore_saw')],
[MT('hray_sides'), MT('hray_front'), MT('hray_back'), MT('rayref_sides'), MT('rayref_front'), MT('rayref_back'), MT('tbox_sides'), MT('tbox_front'), MT('tbox_back')],
[MT('tdis_sides'), MT('tdis_front'), MT('tdis_back')]
[MT('tdis_sides'), MT('tdis_front'), MT('tdis_back'), MT('raw_heater_sides'), MT('tste_heater_sides'), MT('cgls_heater_sides')]
]

with Image(filename=SOURCE_FILE) as source:
Expand Down
14 changes: 7 additions & 7 deletions terumet/machine/heater/furnace_htr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ furn_htr.unlit_nodedef = base_mach.nodedef{
-- node properties
description = "Furnace Heater",
tiles = {
terumet.tex('raw_mach_top'), terumet.tex('raw_mach_bot'),
terumet.tex('raw_sides_unlit'), terumet.tex('raw_sides_unlit'),
terumet.tex('raw_sides_unlit'), terumet.tex('htr_furnace_front_unlit')
terumet.tex('raw_heater_sides'), terumet.tex('raw_heater_sides'),
terumet.tex('raw_heater_sides'), terumet.tex('raw_heater_sides'),
terumet.tex('raw_heater_sides'), terumet.tex('htr_furnace_front_unlit')
},
-- callbacks
on_construct = furn_htr.init,
Expand All @@ -183,9 +183,9 @@ furn_htr.lit_nodedef = {}
for k,v in pairs(furn_htr.unlit_nodedef) do furn_htr.lit_nodedef[k] = v end
furn_htr.lit_nodedef.on_construct = nil -- lit node shouldn't be constructed by player
furn_htr.lit_nodedef.tiles = {
terumet.tex('raw_mach_top'), terumet.tex('raw_mach_bot'),
terumet.tex('raw_sides_lit'), terumet.tex('raw_sides_lit'),
terumet.tex('raw_sides_lit'), terumet.tex('htr_furnace_front_lit')
terumet.tex('raw_heater_sides'), terumet.tex('raw_heater_sides'),
terumet.tex('raw_heater_sides'), terumet.tex('raw_heater_sides'),
terumet.tex('raw_heater_sides'), terumet.tex('htr_furnace_front_lit')
}
furn_htr.lit_nodedef.groups={cracky=1, not_in_creative_inventory=1}
furn_htr.lit_nodedef.light_source = 10
Expand All @@ -196,6 +196,6 @@ minetest.register_node(furn_htr.lit_id, furn_htr.lit_nodedef)

minetest.register_craft{ output = furn_htr.unlit_id, recipe = {
{terumet.id('item_coil_tcop'), 'default:furnace', terumet.id('item_coil_tcop')},
{terumet.id('item_coil_tcop'), terumet.id('frame_raw'), terumet.id('item_coil_tcop')},
{terumet.id('item_ceramic'), terumet.id('frame_raw'), terumet.id('item_ceramic')},
{terumet.id('item_coil_tcop'), 'default:copperblock', terumet.id('item_coil_tcop')}
}}
6 changes: 3 additions & 3 deletions terumet/machine/heater/solar_htr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ sol_htr.nodedef = base_mach.nodedef{
-- node properties
description = "Solar Heater",
tiles = {
terumet.tex('htr_solar_top'), terumet.tex('frame_tste'),
terumet.tex('frame_tste'), terumet.tex('frame_tste'),
terumet.tex('frame_tste'), terumet.tex('frame_tste')
terumet.tex('htr_solar_top'), terumet.tex('tste_heater_sides'),
terumet.tex('tste_heater_sides'), terumet.tex('tste_heater_sides'),
terumet.tex('tste_heater_sides'), terumet.tex('tste_heater_sides')
},
paramtype2 = 'none',
-- callbacks
Expand Down
Binary file modified terumet/textures/terumet_asmelt_front_lit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_asmelt_front_unlit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_ceramic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_cgls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_raw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_tcha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_tcop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_tgol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_thermese.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_thermese_hot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_block_tste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added terumet/textures/terumet_cgls_heater_sides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_frame_cgls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_frame_raw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_frame_tste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_hray_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_hray_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_hray_sides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_htfurn_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_htfurn_sides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_htfurn_top_lit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_htfurn_top_unlit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_htr_furnace_front_lit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_htr_furnace_front_unlit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_htr_solar_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified terumet/textures/terumet_ingot_cgls.png
Binary file modified terumet/textures/terumet_ingot_raw.png
Binary file modified terumet/textures/terumet_ingot_tcha.png
Binary file modified terumet/textures/terumet_ingot_tcop.png
Binary file modified terumet/textures/terumet_ingot_tgol.png
Binary file modified terumet/textures/terumet_ingot_tste.png
Binary file modified terumet/textures/terumet_item_ceramic.png
Binary file modified terumet/textures/terumet_item_coil_raw.png
Binary file modified terumet/textures/terumet_item_coil_tcop.png
Binary file modified terumet/textures/terumet_item_coil_tgol.png
Binary file modified terumet/textures/terumet_item_cryst.png
Binary file modified terumet/textures/terumet_item_cryst_bg.png
Binary file modified terumet/textures/terumet_item_heatunit.png
Binary file modified terumet/textures/terumet_item_htg.png
Binary file modified terumet/textures/terumet_item_thermese.png
Binary file modified terumet/textures/terumet_lump_raw.png
Binary file modified terumet/textures/terumet_ore_raw.png
Binary file added terumet/textures/terumet_raw_heater_sides.png
Binary file modified terumet/textures/terumet_raw_mach_bot.png
Binary file modified terumet/textures/terumet_raw_mach_top.png
Binary file modified terumet/textures/terumet_raw_sides_lit.png
Binary file modified terumet/textures/terumet_raw_sides_unlit.png
Binary file modified terumet/textures/terumet_rayref_back.png
Binary file modified terumet/textures/terumet_rayref_front.png
Binary file modified terumet/textures/terumet_rayref_sides.png
Binary file modified terumet/textures/terumet_tbox_back.png
Binary file modified terumet/textures/terumet_tbox_front.png
Binary file modified terumet/textures/terumet_tbox_sides.png
Binary file modified terumet/textures/terumet_tdis_back.png
Binary file modified terumet/textures/terumet_tdis_front.png
Binary file modified terumet/textures/terumet_tdis_sides.png
Binary file modified terumet/textures/terumet_tool_axe_cgls.png
Binary file modified terumet/textures/terumet_tool_axe_raw.png
Binary file modified terumet/textures/terumet_tool_axe_tcha.png
Binary file modified terumet/textures/terumet_tool_axe_tcop.png
Binary file modified terumet/textures/terumet_tool_axe_tgol.png
Binary file modified terumet/textures/terumet_tool_axe_tste.png
Binary file modified terumet/textures/terumet_tool_ore_saw.png
Binary file modified terumet/textures/terumet_tool_pick_cgls.png
Binary file modified terumet/textures/terumet_tool_pick_raw.png
Binary file modified terumet/textures/terumet_tool_pick_tcha.png
Binary file modified terumet/textures/terumet_tool_pick_tcop.png
Binary file modified terumet/textures/terumet_tool_pick_tgol.png
Binary file modified terumet/textures/terumet_tool_pick_tste.png
Binary file modified terumet/textures/terumet_tool_shovel_cgls.png
Binary file modified terumet/textures/terumet_tool_shovel_raw.png
Binary file modified terumet/textures/terumet_tool_shovel_tcha.png
Binary file modified terumet/textures/terumet_tool_shovel_tcop.png
Binary file modified terumet/textures/terumet_tool_shovel_tgol.png
Binary file modified terumet/textures/terumet_tool_shovel_tste.png
Binary file modified terumet/textures/terumet_tool_sword_cgls.png
Binary file modified terumet/textures/terumet_tool_sword_raw.png
Binary file modified terumet/textures/terumet_tool_sword_tcha.png
Binary file modified terumet/textures/terumet_tool_sword_tcop.png
Binary file modified terumet/textures/terumet_tool_sword_tgol.png
Binary file modified terumet/textures/terumet_tool_sword_tste.png
Binary file added terumet/textures/terumet_tste_heater_sides.png
Binary file modified terumet/textures/terumet_upg_base.png
Binary file modified terumet/textures/terumet_upg_cryst.png
Binary file modified terumet/textures/terumet_upg_ext_input.png
Binary file modified terumet/textures/terumet_upg_ext_output.png
Binary file modified terumet/textures/terumet_upg_gen_up.png
Binary file modified terumet/textures/terumet_upg_heat_xfer.png
Binary file modified terumet/textures/terumet_upg_max_heat.png
Binary file modified terumet/textures/terumet_upg_speed_up.png
Binary file modified terumet/textures/terumet_vulcan_front.png
Binary file modified terumet/textures/terumet_vulcan_sides.png
Binary file modified terumet/textures/terumet_vulcan_top.png
Binary file modified texsource.png
Binary file modified textures.xcf
Binary file not shown.

0 comments on commit fe9e290

Please sign in to comment.