mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
Merge pull request 'Rename a few textures to help support texture packs.' (#2045) from MysticTempest/MineClone2:Texture_pack_support into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2045 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
bcf302ceb0
@ -548,7 +548,7 @@ local function get_recipe_fs(data, iY)
|
||||
shapeless and "shapeless" or "furnace"
|
||||
|
||||
if recipe.type == "cooking" then
|
||||
icon = "default_furnace_front_active.png"
|
||||
icon = "craftguide_furnace.png"
|
||||
elseif not custom_recipe then
|
||||
icon = fmt("craftguide_%s.png", icon)
|
||||
end
|
||||
|
BIN
mods/HELP/mcl_craftguide/textures/craftguide_furnace.png
Normal file
BIN
mods/HELP/mcl_craftguide/textures/craftguide_furnace.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 300 B |
@ -54,7 +54,7 @@ minetest.register_node("mcl_core:reeds", {
|
||||
_doc_items_usagehelp = S("Sugar canes can only be placed top of other sugar canes and on top of blocks on which they would grow."),
|
||||
drawtype = "plantlike",
|
||||
paramtype2 = "color",
|
||||
tiles = {"default_papyrus.png"},
|
||||
tiles = {"mcl_core_papyrus.png"},
|
||||
palette = "mcl_core_palette_grass.png",
|
||||
palette_index = 0,
|
||||
inventory_image = "mcl_core_reeds.png",
|
||||
|
0
mods/ITEMS/mcl_core/textures/default_papyrus.png → mods/ITEMS/mcl_core/textures/mcl_core_papyrus.png
0
mods/ITEMS/mcl_core/textures/default_papyrus.png → mods/ITEMS/mcl_core/textures/mcl_core_papyrus.png
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
File diff suppressed because one or more lines are too long
@ -176,7 +176,7 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt,Blacklisted?
|
||||
/assets/minecraft/textures/blocks,cobblestone_mossy.png,/mods/ITEMS/mcl_core/textures,default_mossycobble.png,,,,,,,
|
||||
/assets/minecraft/textures/blocks,obsidian.png,/mods/ITEMS/mcl_core/textures,default_obsidian.png,,,,,,,
|
||||
/assets/minecraft/textures/items,paper.png,/mods/ITEMS/mcl_core/textures,default_paper.png,,,,,,,
|
||||
/assets/minecraft/textures/blocks,reeds.png,/mods/ITEMS/mcl_core/textures,default_papyrus.png,,,,,,,
|
||||
/assets/minecraft/textures/blocks,reeds.png,/mods/ITEMS/mcl_core/textures,mcl_core_papyrus.png,,,,,,,
|
||||
/assets/minecraft/textures/blocks,sand.png,/mods/ITEMS/mcl_core/textures,default_sand.png,,,,,,,
|
||||
/assets/minecraft/textures/blocks,snow.png,/mods/ITEMS/mcl_core/textures,default_snow.png,,,,,,,
|
||||
/assets/minecraft/textures/blocks,iron_block.png,/mods/ITEMS/mcl_core/textures,default_steel_block.png,,,,,,,
|
||||
|
|
Loading…
Reference in New Issue
Block a user