Add leads, re-fix Steam files, override tweak for bee egg; and make _alt texture overwriting easier.
@ -12,7 +12,7 @@ This version is fully usable in Minetest Game, MineClone2 up to v0.80, and more.
|
||||
<br/>
|
||||
|
||||
-- Forks of MCL2; may be partially supported.
|
||||
-- There are also a few alternate textures scattered about; they can be found by searching for filenames with "_alt" in them.
|
||||
|
||||
|
||||
|
||||
------------------------------
|
||||
@ -52,6 +52,7 @@ The 'textures' sub-folder now holds the supported textures for Minetest Game, an
|
||||
* digilines
|
||||
* elevators
|
||||
* hbhunger
|
||||
* leads
|
||||
* mobs_redo
|
||||
* new_fireworks
|
||||
* pipeworks
|
||||
@ -60,6 +61,7 @@ The 'textures' sub-folder now holds the supported textures for Minetest Game, an
|
||||
* stamina
|
||||
* thirsty
|
||||
* Miscellaneous Goodies.
|
||||
* Alternate textures moved to their own folder.
|
||||
|
||||
=================================
|
||||
|
||||
|
231
alternate_textures/Alternate_Textures_Update_Script.sh
Executable file
@ -0,0 +1,231 @@
|
||||
#!/bin/bash
|
||||
# One way conversion of "_alt" texture variants into their defaults.
|
||||
#
|
||||
# By default, everything is commented out.
|
||||
# Sections separated by "=" are for un-related changes. While sub-sections separated by "-" are for, individual, but related changes.
|
||||
#
|
||||
|
||||
cd ..
|
||||
|
||||
#===================================================================================================================================
|
||||
#: Original Conifeorus Litter:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/default_coniferous_litter_alt.png textures/default_mcl_core/soil/default_coniferous_litter.png
|
||||
#cp alternate_textures/texture_alts/default_coniferous_litter_side_alt.png textures/default_mcl_core/soil/default_coniferous_litter_side.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Darker, and softer Conifeorus Litter:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/default_coniferous_litter_alt2.png textures/default_mcl_core/soil/default_coniferous_litter.png
|
||||
#cp alternate_textures/texture_alts/default_coniferous_litter_side_alt2.png textures/default_mcl_core/soil/default_coniferous_litter_side.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Original, darker brown dirt:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/default_dirt_alt.png textures/default_mcl_core/soil/default_dirt.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Fuller jungle grass:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/default_junglegrass_alt.png textures/default_mcl_core/plants/default_junglegrass.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Classic Grey Iron ore:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/default_mineral_iron_alt_classicGrey.png textures/default_mcl_core/minerals_ores/default_mineral_iron.png
|
||||
#cp alternate_textures/texture_alts/mcl_core_iron_ore_alt_classicGrey.png textures/default_mcl_core/minerals_ores/mcl_core_iron_ore.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
# Torches with better wood grain:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/default_torch_on_floor_alt.png textures/default_mcl_core/default_torch_on_floor.png
|
||||
#cp alternate_textures/texture_alts/default_torch_on_floor_animated_alt.png textures/default_mcl_core/default_torch_on_floor_animated.png
|
||||
#cp alternate_textures/texture_alts/mcl_torch_on_floor_animated_alt.png textures/default_mcl_core/mcl_torch_on_floor_animated.png
|
||||
#cp alternate_textures/texture_alts/soul_torch_on_floor_alt.png textures/mcl_blackstone/soul_torch_on_floor.png
|
||||
#cp alternate_textures/texture_alts/soul_torch_on_floor_animated_alt.png textures/mcl_blackstone/soul_torch_on_floor_animated.png
|
||||
#cp alternate_textures/texture_alts/mcl_soultorch_on_floor_animated_alt.png textures/mcl_blackstone/mcl_soultorch_on_floor_animated.png
|
||||
#cp alternate_textures/texture_alts/jeija_torches_off_alt.png textures/redstone/mesecons_torch/jeija_torches_off.png
|
||||
#cp alternate_textures/texture_alts/jeija_torches_on_alt.png textures/redstone/mesecons_torch/jeija_torches_on.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Highly saturated MC-like water:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/default_water_alt.png textures/default_mcl_core/default_water.png
|
||||
#cp alternate_textures/texture_alts/default_water_source_animated_alt.png textures/default_mcl_core/default_water_source_animated.png
|
||||
#cp alternate_textures/texture_alts/default_water_flowing_animated_alt.png textures/default_mcl_core/default_water_flowing_animated.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Smaller, rounder fire:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/fire_basic_flame_animated_alt.png textures/fire_mcl_fire/fire_basic_flame_animated.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: More jagged basalt:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_blackstone_basalt_side_alt.png textures/mcl_blackstone/mcl_blackstone_basalt_side.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Frayed book pages HUD:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_books_book_bg_alt.png textures/default_mcl_core/gui_hud/mcl_books_book_bg.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Copper lump similar to gold/iron nuggets:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_copper_raw_alt.png textures/mcl_copper/mcl_copper_raw.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Darker, softer, original Andesite:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_core_andesite_alt.png textures/default_mcl_core/stone/mcl_core_andesite.png
|
||||
#cp alternate_textures/texture_alts/mcl_core_andesite_smooth_alt.png textures/default_mcl_core/stone/mcl_core_andesite_smooth.png
|
||||
#cp alternate_textures/texture_alts/mcl_stairs_andesite_smooth_slab_alt.png textures/default_mcl_core/stone/mcl_stairs_andesite_smooth_slab.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Horizontal striation, original Diorite:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_core_diorite_alt.png textures/default_mcl_core/stone/mcl_core_diorite_alt.png
|
||||
#cp alternate_textures/texture_alts/mcl_core_diorite_smooth_alt.png textures/default_mcl_core/stone/mcl_core_diorite_smooth.png
|
||||
#cp alternate_textures/texture_alts/mcl_stairs_diorite_smooth_slab_alt.png textures/default_mcl_core/stone/mcl_stairs_diorite_smooth_slab.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Softer, original Granite:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_core_granite_alt.png textures/default_mcl_core/stone/mcl_core_granite.png
|
||||
#cp alternate_textures/texture_alts/mcl_core_granite_smooth_alt.png textures/default_mcl_core/stone/mcl_core_granite_smooth.png
|
||||
#cp alternate_textures/texture_alts/mcl_stairs_granite_smooth_slab_alt.png textures/default_mcl_core/stone/mcl_stairs_granite_smooth_slab.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Slightly ligher Birch leaves:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_core_leaves_birch_alt.png textures/default_mcl_core/trees/mcl_core_leaves_birch.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Darker vines:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_core_vine_alt.png textures/default_mcl_core/plants/mcl_core_vine.png
|
||||
#cp alternate_textures/texture_alts/mcl_core_vine_inventory_alt.png textures/default_mcl_core/plants/mcl_core_vine_inventory.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Bluer allium flower:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_flowers_allium_alt.png textures/flowers_mcl_flowers/mcl_flowers_allium.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: White tipped Azure Bluet flower:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_flowers_azure_bluet_alt.png textures/flowers_mcl_flowers/mcl_flowers_azure_bluet.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Magenta lilac flower :
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_flowers_double_plant_syringa_bottom_alt.png textures/flowers_mcl_flowers/mcl_flowers_double_plant_syringa_bottom.png
|
||||
#cp alternate_textures/texture_alts/mcl_flowers_double_plant_syringa_top_alt.png textures/flowers_mcl_flowers/mcl_flowers_double_plant_syringa_top.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Brighter white, more yellow Daisy flower:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_flowers_oxeye_daisy_alt.png textures/flowers_mcl_flowers/mcl_flowers_oxeye_daisy.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Prettier mangrove leaves:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_mangrove_leaves_alt.png textures/mcl_wild_update/mcl_mangrove_leaves.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Darker mangrove roots:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_mangrove_roots_side_alt.png textures/mcl_wild_update/mcl_mangrove_roots_side.png
|
||||
#cp alternate_textures/texture_alts/mcl_mangrove_roots_top_alt.png textures/mcl_wild_update/mcl_mangrove_roots_top.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Teal colored Mud, closer to MC:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_mud_alt.png textures/mcl_wild_update/mcl_mud.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Lighter brown mud:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_mud_bricks_alt.png textures/mcl_wild_update/mcl_mud_bricks.png
|
||||
#cp alternate_textures/texture_alts/mcl_mud_packed_mud_alt.png textures/mcl_wild_update/mcl_mud_packed_mud.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Original, non-red netherrack:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_nether_netherrack_alt_old.png textures/mcl_nether/mcl_nether_netherrack.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Dark, wine-colored, nether bricks:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_nether_nether_brick_alt.png textures/mcl_nether/mcl_nether_nether_brick.png
|
||||
#cp alternate_textures/texture_alts/mcl_fences_fence_nether_brick_alt.png textures/mcl_fences/mcl_fences_fence_nether_brick.png
|
||||
#cp alternate_textures/texture_alts/mcl_fences_fence_gate_nether_brick_alt.png textures/mcl_fences/mcl_fences_fence_gate_nether_brick.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Blood-red colored, nether bricks:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_nether_red_nether_brick_alt.png textures/mcl_nether/mcl_nether_red_nether_brick.png
|
||||
#cp alternate_textures/texture_alts/mcl_fences_fence_red_nether_brick_alt.png textures/mcl_fences/mcl_fences_fence_red_nether_brick.png
|
||||
#cp alternate_textures/texture_alts/mcl_fences_fence_gate_red_nether_brick_alt.png textures/mcl_fences/mcl_fences_fence_gate_red_nether_brick.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Polished Deepslate, without lines:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/mcl_polished_deepslate_alt.png textures/mcl_deepslate/mcl_polished_deepslate.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Smaller, steel-colored protector logo:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/protector_logo_alt.png skyfactory/protector/protector_logo.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Smaller, copper-colored protector logo:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/protector_logo_alt_copper.png skyfactory/protector/protector_logo.png
|
||||
|
||||
#--------------------------------------------------
|
||||
#: Smaller, gold-colored protector logo:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/protector_logo_alt_gold.png skyfactory/protector/protector_logo.png
|
||||
|
||||
|
||||
#=====================================================
|
||||
#: Smoker, with lighter wood grain:
|
||||
#--------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/smoker_front_alt.png textures/blast_furnace_smoker/smoker_front.png
|
||||
#cp alternate_textures/texture_alts/smoker_front_on_alt.png textures/blast_furnace_smoker/smoker_front_on.png
|
||||
#cp alternate_textures/texture_alts/smoker_front_open_alt.png textures/blast_furnace_smoker/smoker_front_open.png
|
||||
#cp alternate_textures/texture_alts/smoker_side_alt.png textures/blast_furnace_smoker/smoker_side.png
|
||||
#cp alternate_textures/texture_alts/smoker_top_alt.png textures/blast_furnace_smoker/smoker_top.png
|
||||
|
||||
|
||||
#===========================================================
|
||||
#: Bread icons for Stamina HUD:
|
||||
#-----------------------------------------------------------
|
||||
#cp alternate_textures/texture_alts/stamina_hud_bg_alt.png minetest_game_mods/stamina/stamina_hud_bg.png
|
||||
#cp alternate_textures/texture_alts/stamina_hud_fg_alt.png minetest_game_mods/stamina/stamina_hud_fg.png
|
||||
#cp alternate_textures/texture_alts/stamina_hud_poison_alt.png minetest_game_mods/stamina/stamina_hud_poison.png
|
||||
|
||||
|
||||
#===================================================================================================================================
|
22
alternate_textures/ReadMe.txt
Normal file
@ -0,0 +1,22 @@
|
||||
Alternate Textures Notes:
|
||||
------------------------------
|
||||
|
||||
While I've always had a few alternate textures scattered through the pack; labeled under "_alt".
|
||||
I'm consolidating them into a single folder, and adding a very, simple script to automate the overwriting of files.
|
||||
|
||||
|
||||
By default, everything is commented out. This allows you to easily uncomment specific sub-sections, and save the script for re-use in future updates/installs.
|
||||
Sections separated by "=" are for un-related changes. While sub-sections separated by "-" are for, individual, but related changes.
|
||||
|
||||
As an example, netherrack & netherbricks:
|
||||
They're all in their own section; as they're related nodes.
|
||||
|
||||
But, they're still separated by their individual changes.
|
||||
Netherrack, Nether Brick nodes, and Red Nether Brick nodes.
|
||||
|
||||
|
||||
==============================================
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 617 B After Width: | Height: | Size: 617 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 174 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 644 B After Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 644 B After Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 690 B After Width: | Height: | Size: 690 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 854 B After Width: | Height: | Size: 854 B |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 588 B After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 412 B |
BIN
minetest_game_mods/leads/leads_lead.png
Normal file
After Width: | Height: | Size: 653 B |
BIN
minetest_game_mods/leads/leads_lead_inv.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
minetest_game_mods/leads/leads_lead_knot.png
Normal file
After Width: | Height: | Size: 898 B |
Before Width: | Height: | Size: 302 KiB After Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 514 B |
@ -356,6 +356,7 @@ mobs_mc:witch wield,inventory mobs_mc_spawn_icon_witch.png
|
||||
mobs_mc:enderdragon wield,inventory mobs_mc_spawn_icon_dragon.png
|
||||
mobs_mc:wither wield,inventory mobs_mc_spawn_icon_wither.png
|
||||
mobs_mc:glow_squid wield,inventory extra_mobs_spawn_icon_glow_squid.png
|
||||
mobs_mc:bee wield,inventory mobs_mc_spawn_icon_bee.png
|
||||
#-------------------------------------
|
||||
# Mineclone2 mob egg textures - END.
|
||||
#-------------------------------------
|
||||
|
Before Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 270 B |