A few tweaks to prismarine, wheat, and MTG grass. More alternates, and add textures for the new copper/tuff nodes for mcla.

This commit is contained in:
MysticTempest 2024-08-05 13:04:12 -05:00
parent ba7346be0e
commit 4b22b6a407
174 changed files with 170 additions and 2 deletions

View File

@ -42,7 +42,7 @@ The 'textures' sub-folder now holds the supported textures for Minetest Game, Mi
* vines
* xdecor
* Some templates for character skin creation.
* Some Minetest menu textures.
* Some Minetest menu textures. (Main menu, and dark/light GUI themes.)
* Support for a few Minetest Game mods.
* 3d_armor
* bakedclay
@ -58,7 +58,8 @@ The 'textures' sub-folder now holds the supported textures for Minetest Game, Mi
* shop
* simple_robots
* stamina
* thirsty
* thirsty
* crafting_bench
* Miscellaneous Goodies.
* Alternate textures moved to their own folder.

View File

@ -177,8 +177,12 @@ cd ..
#: Original, non-red netherrack:
#--------------------------------------------------
#cp alternate_textures/texture_alts/mcl_nether_netherrack_alt_old.png textures/mcl_nether/mcl_nether_netherrack.png
#cp alternate_textures/texture_alts/rib_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/rib_armor_trim_smithing_template.png
#Alternate diamond, with original nether rack:
#cp alternate_textures/texture_alts/diamonds/rib_armor_trim_smithing_template_alt2.png textures/mcl_armor/mcl_armor_trims/rib_armor_trim_smithing_template.png
#--------------------------------------------------
#: Dark, wine-colored, nether bricks:
#--------------------------------------------------
@ -256,16 +260,67 @@ cd ..
#--------------------------------------------------
#cp alternate_textures/texture_alts/mcl_end_end_bricks_alt.png textures/mcl_end/mcl_end_end_bricks.png
#cp alternate_textures/texture_alts/mcl_end_end_stone_alt.png textures/mcl_end/mcl_end_end_stone.png
#cp alternate_textures/texture_alts/eye_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/eye_armor_trim_smithing_template.png
#Alternate diamond, with alternate end stone:
#cp alternate_textures/texture_alts/diamonds/eye_armor_trim_smithing_template_alt2.png textures/mcl_armor/mcl_armor_trims/eye_armor_trim_smithing_template.png
#--------------------------------------------------
#: More MC-like Purpur Stone:
#--------------------------------------------------
#cp alternate_textures/texture_alts/mcl_end_purpur_block_alt.png textures/mcl_end/mcl_end_purpur_block.png
#cp alternate_textures/texture_alts/mcl_end_purpur_pillar_alt.png textures/mcl_end/mcl_end_purpur_pillar.png
#cp alternate_textures/texture_alts/mcl_end_purpur_pillar_top_alt.png textures/mcl_end/mcl_end_purpur_pillar_top.png
#cp alternate_textures/texture_alts/spire_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/spire_armor_trim_smithing_template.png
#Alternate diamond, with alternate purpur:
#cp alternate_textures/texture_alts/diamonds/spire_armor_trim_smithing_template_alt2.png textures/mcl_armor/mcl_armor_trims/spire_armor_trim_smithing_template.png
#=====================================================
#: Greener prismarine, and prismarine bricks:
#--------------------------------------------------
#cp alternate_textures/texture_alts/mcl_ocean_prismarine_anim_alt.png textures/mcl_ocean/mcl_ocean_prismarine_anim.png
#cp alternate_textures/texture_alts/mcl_ocean_prismarine_bricks_alt.png textures/mcl_ocean/mcl_ocean_prismarine_bricks.png
#=====================================================
#: Darker tuff blocks:
#--------------------------------------------------
#cp alternate_textures/texture_alts/mcl_deepslate_tuff_alt.png textures/mcl_deepslate/mcl_deepslate_tuff.png
#cp alternate_textures/texture_alts/mcl_deepslate_tuff_bricks_alt.png textures/mcl_deepslate/mcl_deepslate_tuff_bricks.png
#cp alternate_textures/texture_alts/mcl_deepslate_tuff_chiseled_alt.png textures/mcl_deepslate/mcl_deepslate_tuff_chiseled.png
#cp alternate_textures/texture_alts/mcl_deepslate_tuff_chiseled_bricks_alt.png textures/mcl_deepslate/mcl_deepslate_tuff_chiseled_bricks.png
#cp alternate_textures/texture_alts/mcl_deepslate_tuff_chiseled_bricks_top_alt.png textures/mcl_deepslate/mcl_deepslate_tuff_chiseled_bricks_top.png
#cp alternate_textures/texture_alts/mcl_deepslate_tuff_chiseled_top_alt.png textures/mcl_deepslate/mcl_deepslate_tuff_chiseled_top.png
#cp alternate_textures/texture_alts/mcl_deepslate_tuff_polished_alt.png textures/mcl_deepslate/mcl_deepslate_tuff_polished.png
#=====================================================
#: MC-like emerald item:
#--------------------------------------------------
#cp alternate_textures/texture_alts/mcl_core_emerald_alt.png textures/default_mcl_core/minerals_ores/mcl_core_emerald.png
#=============================================================
#: MC-like diamond item, and re-color for all diamond things:
#-------------------------------------------------------------
# full diamond recolor script for default txp textures:
# ./alternate_textures/texture_alts/diamonds/diamond_alts.sh
#Alternate diamond, with alternate end stone:
#cp alternate_textures/texture_alts/diamonds/eye_armor_trim_smithing_template_alt2.png textures/mcl_armor/mcl_armor_trims/eye_armor_trim_smithing_template.png
#Alternate diamond, with original nether rack:
#cp alternate_textures/texture_alts/diamonds/rib_armor_trim_smithing_template_alt2.png textures/mcl_armor/mcl_armor_trims/rib_armor_trim_smithing_template.png
#Alternate diamond, with alternate purpur:
#cp alternate_textures/texture_alts/diamonds/spire_armor_trim_smithing_template_alt2.png textures/mcl_armor/mcl_armor_trims/spire_armor_trim_smithing_template.png
#===========================================================
#===========================================================

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

View File

@ -0,0 +1,90 @@
#!/bin/bash
# One way conversion of "_alt" texture variants into their defaults.
#
# Script for the large amount of diamond retextures.
#
#
cp alternate_textures/texture_alts/diamonds/3d_armor_boots_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_boots_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_boots_diamond_preview_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_boots_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/3d_armor_chestplate_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_chestplate_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_chestplate_diamond_preview_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_chestplate_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/3d_armor_helmet_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_helmet_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_helmet_diamond_preview_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_helmet_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/3d_armor_inv_boots_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_inv_boots_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_inv_chestplate_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_inv_chestplate_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_inv_helmet_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_inv_helmet_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_inv_leggings_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_inv_leggings_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_leggings_diamond_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_leggings_diamond.png
cp alternate_textures/texture_alts/diamonds/3d_armor_leggings_diamond_preview_alt.png minetest_game_mods/3d_armor/3d_armor/3d_armor_leggings_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/shields_inv_shield_diamond_alt.png minetest_game_mods/3d_armor/shields/shields_inv_shield_diamond.png
cp alternate_textures/texture_alts/diamonds/shields_shield_diamond_alt.png minetest_game_mods/3d_armor/shields/shields_shield_diamond.png
cp alternate_textures/texture_alts/diamonds/shields_shield_diamond_preview_alt.png minetest_game_mods/3d_armor/shields/shields_shield_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/bolt_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/bolt_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/coast_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/coast_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/dune_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/dune_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/eye_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/eye_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/flow_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/flow_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/host_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/host_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/raiser_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/raiser_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/rib_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/rib_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/sentry_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/sentry_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/shaper_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/shaper_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/silence_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/silence_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/snout_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/snout_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/spire_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/spire_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/tide_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/tide_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/vex_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/vex_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/ward_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/ward_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/wayfinder_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/wayfinder_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/wild_armor_trim_smithing_template_alt.png textures/mcl_armor/mcl_armor_trims/wild_armor_trim_smithing_template.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_trim_netherite_upgrade_alt.png textures/mcl_armor/mcl_armor_trims/mcl_armor_trim_netherite_upgrade.png
cp alternate_textures/texture_alts/diamonds/default_diamond_alt.png textures/default_mcl_core/minerals_ores/default_diamond.png
cp alternate_textures/texture_alts/diamonds/default_diamond_block_alt.png textures/default_mcl_core/minerals_ores/default_diamond_block.png
cp alternate_textures/texture_alts/diamonds/default_mineral_diamond_alt.png textures/default_mcl_core/minerals_ores/default_mineral_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_core_diamond_ore_alt.png textures/default_mcl_core/minerals_ores/mcl_core_diamond_ore.png
cp alternate_textures/texture_alts/diamonds/mcl_deepslate_diamond_ore_alt.png textures/mcl_deepslate/mcl_deepslate_diamond_ore.png
cp alternate_textures/texture_alts/diamonds/default_tool_diamondaxe_alt.png textures/default_mcl_core/tools/default_tool_diamondaxe.png
cp alternate_textures/texture_alts/diamonds/default_tool_diamondpick_alt.png textures/default_mcl_core/tools/default_tool_diamondpick.png
cp alternate_textures/texture_alts/diamonds/default_tool_diamondshovel_alt.png textures/default_mcl_core/tools/default_tool_diamondshovel.png
cp alternate_textures/texture_alts/diamonds/default_tool_diamondsword_alt.png textures/default_mcl_core/tools/default_tool_diamondsword.png
cp alternate_textures/texture_alts/diamonds/farming_tool_diamondhoe_alt.png textures/farming_mcl_farming/farming_tool_diamondhoe.png
cp alternate_textures/texture_alts/diamonds/fs_tools_hammer_diamond_alt.png skyfactory/fromscratch/fs_tools_hammer_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_boots_diamond_alt.png textures/mcl_armor/mcl_armor_boots_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_boots_diamond_preview_alt.png textures/mcl_armor/mcl_armor_boots_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_chestplate_diamond_alt.png textures/mcl_armor/mcl_armor_chestplate_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_chestplate_diamond_preview_alt.png textures/mcl_armor/mcl_armor_chestplate_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_helmet_diamond_alt.png textures/mcl_armor/mcl_armor_helmet_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_helmet_diamond_preview_alt.png textures/mcl_armor/mcl_armor_helmet_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_inv_boots_diamond_alt.png textures/mcl_armor/mcl_armor_inv_boots_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_inv_chestplate_diamond_alt.png textures/mcl_armor/mcl_armor_inv_chestplate_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_inv_helmet_diamond_alt.png textures/mcl_armor/mcl_armor_inv_helmet_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_inv_leggings_diamond_alt.png textures/mcl_armor/mcl_armor_inv_leggings_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_leggings_diamond_alt.png textures/mcl_armor/mcl_armor_leggings_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_armor_leggings_diamond_preview_alt.png textures/mcl_armor/mcl_armor_leggings_diamond_preview.png
cp alternate_textures/texture_alts/diamonds/mcl_mobitems_diamond_horse_armor_alt.png textures/mcl_mobitems/mcl_mobitems_diamond_horse_armor.png
cp alternate_textures/texture_alts/diamonds/mcl_mobitems_horse_armor_diamond_alt.png textures/mcl_mobitems/mcl_mobitems_horse_armor_diamond.png
cp alternate_textures/texture_alts/diamonds/mobs_mc_diamond_horse_armor_alt.png textures/mobs_mc/horse/mobs_mc_diamond_horse_armor.png
cp alternate_textures/texture_alts/diamonds/mobs_mc_horse_armor_diamond_alt.png textures/mobs_mc/horse/mobs_mc_horse_armor_diamond.png
cp alternate_textures/texture_alts/diamonds/mcl_enchanting_table_side_alt.png textures/mcl_enchanting/mcl_enchanting_table_side.png
cp alternate_textures/texture_alts/diamonds/mcl_enchanting_table_top_alt.png textures/mcl_enchanting/mcl_enchanting_table_top.png
cp alternate_textures/texture_alts/diamonds/xdecor_enchantment_side_alt.png mcimport_mods/xdecor/xdecor_enchantment_side.png
cp alternate_textures/texture_alts/diamonds/xdecor_enchantment_top_alt.png mcimport_mods/xdecor/xdecor_enchantment_top.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

After

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

View File

@ -77,6 +77,13 @@ bees:hive_artificial top bees_top.png
bees:hive_wild all wild_hive.png
crafting_bench:workbench front mcl_crafter_front_off.png
crafting_bench:workbench top mcl_crafter_top_off.png
crafting_bench:workbench bottom mcl_crafter_bottom.png
crafting_bench:workbench left,right mcl_crafter_side.png
crafting_bench:workbench back mcl_crafter_back.png
pipeworks:trashcan top pipeworks_trashcan_top.png
@ -268,6 +275,9 @@ mcl_loom:loom back mcl_loom_back.png
mcl_loom:loom bottom mcl_loom_bottom.png
mcl_nether:netherite_upgrade_template inventory,wield mcl_armor_trim_netherite_upgrade.png
# Override fixes for MCL2 version 0.81
mcl_itemframes:item_frame inventory,wield mcl_itemframes_item_frame_inv.png
mcl_itemframes:glow_item_frame inventory,wield mcl_itemframes_glow_item_frame_inv.png
@ -363,6 +373,16 @@ mcl_signs:wall_sign_mangrove inventory,wield mcl_signs_inv_mangrove.png
mcl_signs:wall_sign_spruce inventory,wield mcl_signs_inv_spruce.png
mcl_signs:wall_sign_crimson inventory,wield mcl_signs_inv_crimson.png
mcl_signs:wall_sign_warped inventory,wield mcl_signs_inv_warped.png
mcl_signs:standing_sign_oak all mcl_signs_sign.png
mcl_signs:standing_sign_acacia all mcl_signs_sign_acacia.png
mcl_signs:standing_sign_birch all mcl_signs_sign_birch.png
mcl_signs:standing_sign_dark_oak all mcl_signs_sign_darkoak.png
mcl_signs:standing_sign_jungle all mcl_signs_sign_jungle.png
mcl_signs:standing_sign_mangrove all mcl_signs_sign_mangrove.png
mcl_signs:standing_sign_spruce all mcl_signs_sign_spruce.png
mcl_signs:standing_sign_crimson all mcl_signs_sign_crimson.png
mcl_signs:standing_sign_warped all mcl_signs_sign_warped.png
#-------------------------------------
# Mineclone2 sign textures - END.
#-------------------------------------
@ -383,6 +403,8 @@ mcl_blackstone:soul_torch_wall all mcl_soultorch_on_floor_animated.png
mesecons_commandblock:commandblock_on all jeija_commandblock_on.png
mesecons_lightstone:lightstone_off all redstone_lamp_off.png
mesecons_lightstone:lightstone_on all redstone_lamp_on.png
mesecons_walllever:wall_lever_on inventory,wield jeija_wall_lever_inv.png
mesecons_walllever:wall_lever_off inventory,wield jeija_wall_lever_inv.png
#-------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

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