Make most core textures in use 'hades_core' prefix

master
Wuzzy 2021-07-06 13:54:39 +02:00
parent 913e4dee43
commit ed6e94ff36
91 changed files with 137 additions and 137 deletions

View File

@ -14,7 +14,7 @@ Details: Adds several items for lighting, made out of glowing crystals - a bette
minetest.register_node( "glowcrystals:glowcrystal_ore", {
description = S("Glowing Crystal Ore"),
tiles = { "default_essexite.png^glowcrystals_ore_glowcrystal.png" },
tiles = { "hades_core_essexite.png^glowcrystals_ore_glowcrystal.png" },
is_ground_content = true,
paramtype = "light",
sunlight_propagates = true,

View File

@ -67,10 +67,10 @@ VanessaE (WTFPL):
default_nc_rb.png
default_nc_side.png
default_grass_*.png
default_fertile_sand.png
default_stone_baked.png
default_stone_brick_baked.png
default_ash.png
hades_core_fertile_sand.png
hades_core_stone_baked.png
hades_core_stone_brick_baked.png
hades_core_ash.png
default_sandstone_brick.png
Calinou (CC BY-SA):

View File

@ -112,32 +112,32 @@ minetest.register_craftitem("hades_core:obsidian_shard", {
minetest.register_craftitem("hades_core:emerald", {
description = S("Emerald"),
inventory_image = "default_emerald.png",
inventory_image = "hades_core_emerald.png",
})
minetest.register_craftitem("hades_core:sapphire", {
description = S("Sapphire"),
inventory_image = "default_sapphire.png",
inventory_image = "hades_core_sapphire.png",
})
minetest.register_craftitem("hades_core:ruby", {
description = S("Ruby"),
inventory_image = "default_ruby.png",
inventory_image = "hades_core_ruby.png",
})
minetest.register_craftitem("hades_core:nails", {
description = S("Nails"),
inventory_image = "default_nails.png",
inventory_image = "hades_core_nails.png",
})
minetest.register_craftitem("hades_core:sugar", {
description = S("Sugar"),
inventory_image = "default_sugar.png",
inventory_image = "hades_core_sugar.png",
})
minetest.register_craftitem("hades_core:prismatic_gem", {
description = S("Prismatic Gem"),
inventory_image = "default_prismatic_gem.png",
inventory_image = "hades_core_prismatic_gem.png",
})

View File

@ -127,7 +127,7 @@ hades_core.register_ladder("hades_core:ladder_jungle_wood", {
hades_core.register_ladder("hades_core:ladder_bronze", {
description = S("Bronze Ladder"),
texture = "default_ladder_bronze.png",
texture = "hades_core_ladder_bronze.png",
groups = {cracky=3},
sounds = hades_sounds.node_sound_metal_defaults(),
})

View File

@ -154,7 +154,7 @@ minetest.register_node("hades_core:cactus", {
minetest.register_node("hades_core:cactus_block", {
description = S("Cactus Block"),
tiles = {"default_cactus_block.png"},
tiles = {"hades_core_cactus_block.png"},
is_ground_content = false,
groups = {choppy=3,flammable=2},
sounds = hades_sounds.node_sound_wood_defaults(),
@ -162,7 +162,7 @@ minetest.register_node("hades_core:cactus_block", {
minetest.register_node("hades_core:cactus_brick", {
description = S("Cactus Brick"),
tiles = {"default_cactus_brick.png"},
tiles = {"hades_core_cactus_brick.png"},
is_ground_content = false,
groups = {choppy=3,flammable=2},
sounds = hades_sounds.node_sound_wood_defaults(),
@ -170,7 +170,7 @@ minetest.register_node("hades_core:cactus_brick", {
minetest.register_node("hades_core:glowing_cactus_block", {
description = S("Glowing Cactus Block"),
tiles = {"default_cactus_block.png"},
tiles = {"hades_core_cactus_block.png"},
is_ground_content = false,
light_source = 5,
groups = {choppy=3,flammable=2},
@ -194,12 +194,12 @@ minetest.register_node("hades_core:papyrus", {
_tt_help = S("Grows on Dirt with Grass near water"),
drawtype = "nodebox",
tiles = {
"default_papyrus_3d.png",
"default_papyrus_3d.png",
"default_papyrus_3d_s1.png",
"default_papyrus_3d_s1.png",
"default_papyrus_3d_s2.png",
"default_papyrus_3d_s2.png",
"hades_core_papyrus_3d.png",
"hades_core_papyrus_3d.png",
"hades_core_papyrus_3d_s1.png",
"hades_core_papyrus_3d_s1.png",
"hades_core_papyrus_3d_s2.png",
"hades_core_papyrus_3d_s2.png",
},
inventory_image = "default_papyrus.png",
wield_image = "default_papyrus.png",
@ -246,9 +246,9 @@ minetest.register_node("hades_core:sugarcane", {
description = S("Sugarcane"),
_tt_help = S("Grows on Dirt with Grass near water"),
drawtype = "plantlike",
tiles = {"default_sugarcane.png"},
inventory_image = "default_sugarcane.png",
wield_image = "default_sugarcane.png",
tiles = {"hades_core_sugarcane.png"},
inventory_image = "hades_core_sugarcane.png",
wield_image = "hades_core_sugarcane.png",
paramtype = "light",
walkable = false,
is_ground_content = true,

View File

@ -25,7 +25,7 @@ minetest.register_node("hades_core:stone_block", {
minetest.register_node("hades_core:mossystone", {
description = S("Mossy Stone"),
tiles = {"default_mossystone.png"},
tiles = {"hades_core_mossystone.png"},
is_ground_content = true,
groups = {cracky=3, stone=1, porous=1},
drop = 'hades_core:mossycobble',
@ -35,7 +35,7 @@ minetest.register_node("hades_core:mossystone", {
minetest.register_node("hades_core:chondrite", {
description = S("Chondrite"),
_tt_help = S("Becomes Marble when close to water and at Y=-500 or below"),
tiles = {"default_chondrite.png"},
tiles = {"hades_core_chondrite.png"},
is_ground_content = true,
groups = {cracky=2, stone=1, porous=1},
drop = 'hades_core:chondrite',
@ -44,7 +44,7 @@ minetest.register_node("hades_core:chondrite", {
minetest.register_node("hades_core:chondrite_block", {
description = S("Chondrite Block"),
tiles = {"default_chondrite_block.png"},
tiles = {"hades_core_chondrite_block.png"},
is_ground_content = false,
groups = {cracky=2},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -52,7 +52,7 @@ minetest.register_node("hades_core:chondrite_block", {
minetest.register_node("hades_core:chondrite_brick", {
description = S("Chondrite Brick"),
tiles = {"default_chondrite_brick.png"},
tiles = {"hades_core_chondrite_brick.png"},
groups = {cracky=2, stone=1},
is_ground_content = false,
sounds = hades_sounds.node_sound_stone_defaults(),
@ -60,7 +60,7 @@ minetest.register_node("hades_core:chondrite_brick", {
minetest.register_node("hades_core:tuff", {
description = S("Tuff"),
tiles = {"default_tuff.png"},
tiles = {"hades_core_tuff.png"},
is_ground_content = true,
groups = {cracky=3, porous=1},
drop = 'hades_core:tuff',
@ -69,7 +69,7 @@ minetest.register_node("hades_core:tuff", {
minetest.register_node("hades_core:tuff_block", {
description = S("Tuff Block"),
tiles = {"default_tuff_block.png"},
tiles = {"hades_core_tuff_block.png"},
is_ground_content = false,
groups = {cracky=3},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -77,14 +77,14 @@ minetest.register_node("hades_core:tuff_block", {
minetest.register_node("hades_core:tuff_brick", {
description = S("Tuff Brick"),
tiles = {"default_tuff_brick.png"},
tiles = {"hades_core_tuff_brick.png"},
groups = {cracky=3},
sounds = hades_sounds.node_sound_stone_defaults(),
})
minetest.register_node("hades_core:tuff_baked", {
description = S("Burned Tuff"),
tiles = {"default_tuff_baked.png"},
tiles = {"hades_core_tuff_baked.png"},
is_ground_content = true,
groups = {cracky=3, porous=1, burned_node=1},
drop = 'hades_core:tuff_baked',
@ -93,7 +93,7 @@ minetest.register_node("hades_core:tuff_baked", {
minetest.register_node("hades_core:tuff_baked_block", {
description = S("Burned Tuff Block"),
tiles = {"default_tuff_baked_block.png"},
tiles = {"hades_core_tuff_baked_block.png"},
is_ground_content = false,
groups = {cracky=3, burned_node=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -101,14 +101,14 @@ minetest.register_node("hades_core:tuff_baked_block", {
minetest.register_node("hades_core:tuff_baked_brick", {
description = S("Burned Tuff Brick"),
tiles = {"default_tuff_baked_brick.png"},
tiles = {"hades_core_tuff_baked_brick.png"},
groups = {cracky=3, burned_node=1},
sounds = hades_sounds.node_sound_stone_defaults(),
})
minetest.register_node("hades_core:mossytuff", {
description = S("Mossy Tuff"),
tiles = {"default_mossytuff.png"},
tiles = {"hades_core_mossytuff.png"},
is_ground_content = true,
groups = {cracky=3, porous=1, mossy=1},
drop = 'hades_core:mossytuff',
@ -117,7 +117,7 @@ minetest.register_node("hades_core:mossytuff", {
minetest.register_node("hades_core:marble", {
description = S("Marble"),
tiles = {"default_marble.png"},
tiles = {"hades_core_marble.png"},
is_ground_content = true,
groups = {cracky=3, stone=1, porous=1},
drop = 'hades_core:marble',
@ -126,7 +126,7 @@ minetest.register_node("hades_core:marble", {
minetest.register_node("hades_core:marble_block", {
description = S("Marble Block"),
tiles = {"default_marble_block.png"},
tiles = {"hades_core_marble_block.png"},
is_ground_content = false,
groups = {cracky=3},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -134,14 +134,14 @@ minetest.register_node("hades_core:marble_block", {
minetest.register_node("hades_core:marble_brick", {
description = S("Marble Brick"),
tiles = {"default_marble_brick.png"},
tiles = {"hades_core_marble_brick.png"},
groups = {cracky=3, stone=1},
sounds = hades_sounds.node_sound_stone_defaults(),
})
minetest.register_node("hades_core:essexite", {
description = S("Essexite"),
tiles = {"default_essexite.png"},
tiles = {"hades_core_essexite.png"},
is_ground_content = true,
groups = {cracky=1, stone=1, porous=1},
drop = 'hades_core:essexite',
@ -150,7 +150,7 @@ minetest.register_node("hades_core:essexite", {
minetest.register_node("hades_core:essexite_block", {
description = S("Essexite Block"),
tiles = {"default_essexite_block.png"},
tiles = {"hades_core_essexite_block.png"},
is_ground_content = false,
groups = {cracky=2,},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -158,14 +158,14 @@ minetest.register_node("hades_core:essexite_block", {
minetest.register_node("hades_core:essexite_brick", {
description = S("Essexite Brick"),
tiles = {"default_essexite_brick.png"},
tiles = {"hades_core_essexite_brick.png"},
groups = {cracky=1, stone=1},
sounds = hades_sounds.node_sound_stone_defaults(),
})
minetest.register_node("hades_core:stone_baked", {
description = S("Burned Stone"),
tiles = {"default_stone_baked.png"},
tiles = {"hades_core_stone_baked.png"},
is_ground_content = true,
groups = {cracky=3, stone=1, porous=1, burned_node=1},
drop = "hades_core:cobble_baked",
@ -174,7 +174,7 @@ minetest.register_node("hades_core:stone_baked", {
minetest.register_node("hades_core:stone_block_baked", {
description = S("Burned Stone Block"),
tiles = {"default_stone_block_baked.png"},
tiles = {"hades_core_stone_block_baked.png"},
is_ground_content = false,
groups = {cracky=3, burned_node=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -189,7 +189,7 @@ minetest.register_node("hades_core:obsidianbrick", {
minetest.register_node("hades_core:floor_chondrite_stone", {
description = S("Chondrite/Stone Block"),
tiles = {"default_floor_chondrite_stone.png"},
tiles = {"hades_core_floor_chondrite_stone.png"},
is_ground_content = false,
groups = {cracky=3, stone=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -198,11 +198,11 @@ minetest.register_node("hades_core:floor_chondrite_stone", {
minetest.register_node("hades_core:floor_bstone_sandstone", {
description = S("Burned Stone/Fine Sandstone Block"),
tiles = {
"default_floor_bstone_sandstone.png",
"default_floor_bstone_sandstone.png",
"default_floor_bstone_sandstone.png",
"default_floor_bstone_sandstone.png",
"default_floor_bstone_sandstone.png^[transformR90",
"hades_core_floor_bstone_sandstone.png",
"hades_core_floor_bstone_sandstone.png",
"hades_core_floor_bstone_sandstone.png",
"hades_core_floor_bstone_sandstone.png",
"hades_core_floor_bstone_sandstone.png^[transformR90",
},
is_ground_content = false,
groups = {cracky=3},
@ -212,11 +212,11 @@ minetest.register_node("hades_core:floor_bstone_sandstone", {
minetest.register_node("hades_core:floor_marble_essexite2", {
description = S("Marble/Essexite Block"),
tiles = {
"default_floor_marble_essexite2.png",
"default_floor_marble_essexite2.png",
"default_floor_marble_essexite2.png",
"default_floor_marble_essexite2.png",
"default_floor_marble_essexite2.png^[transformR90",
"hades_core_floor_marble_essexite2.png",
"hades_core_floor_marble_essexite2.png",
"hades_core_floor_marble_essexite2.png",
"hades_core_floor_marble_essexite2.png",
"hades_core_floor_marble_essexite2.png^[transformR90",
},
is_ground_content = false,
groups = {cracky=2, stone=1},
@ -225,7 +225,7 @@ minetest.register_node("hades_core:floor_marble_essexite2", {
minetest.register_node("hades_core:floor_essexite_gold", {
description = S("Golden Essexite Block"),
tiles = {"default_floor_essexite_gold.png"},
tiles = {"hades_core_floor_essexite_gold.png"},
is_ground_content = false,
groups = {cracky=2},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -311,7 +311,7 @@ minetest.register_node("hades_core:stonebrick", {
minetest.register_node("hades_core:stonebrick_baked", {
description = S("Burned Stone Brick"),
tiles = {"default_stone_brick_baked.png"},
tiles = {"hades_core_stone_brick_baked.png"},
groups = {cracky=2, stone=1, burned_node=1},
sounds = hades_sounds.node_sound_stone_defaults(),
})
@ -342,7 +342,7 @@ minetest.register_node("hades_core:dirt", {
minetest.register_node("hades_core:ash", {
description = S("Volcanic Ash"),
_tt_help = S("Becomes Clay when close to water"),
tiles = {"default_ash.png"},
tiles = {"hades_core_ash.png"},
is_ground_content = true,
groups = {crumbly=3, falling_node=1, ash=1, porous=1},
sounds = hades_sounds.node_sound_sand_defaults(),
@ -350,7 +350,7 @@ minetest.register_node("hades_core:ash", {
minetest.register_node("hades_core:ash_block", {
description = S("Volcanic Ash Block"),
tiles = {"default_ash_block.png"},
tiles = {"hades_core_ash_block.png"},
is_ground_content = false,
groups = {crumbly=3},
sounds = hades_sounds.node_sound_sand_defaults(),
@ -358,7 +358,7 @@ minetest.register_node("hades_core:ash_block", {
minetest.register_node("hades_core:volcanic_sand", {
description = S("Volcanic Sand"),
tiles = {"default_volcanic_sand.png"},
tiles = {"hades_core_volcanic_sand.png"},
is_ground_content = true,
groups = {crumbly=3, falling_node=1, sand=1, porous=1},
sounds = hades_sounds.node_sound_sand_defaults(),
@ -367,7 +367,7 @@ minetest.register_node("hades_core:volcanic_sand", {
minetest.register_node("hades_core:fertile_sand", {
description = S("Fertile Sand"),
_tt_help = S("Becomes Dirt when close to water"),
tiles = {"default_fertile_sand.png"},
tiles = {"hades_core_fertile_sand.png"},
is_ground_content = true,
groups = {crumbly=3, falling_node=1, sand=1, porous=1},
sounds = hades_sounds.node_sound_sand_defaults(),
@ -387,7 +387,7 @@ minetest.register_node("hades_core:gravel", {
minetest.register_node("hades_core:gravel_block", {
description = S("Gravel Block"),
tiles = {"default_gravel_block.png"},
tiles = {"hades_core_gravel_block.png"},
is_ground_content = false,
groups = {crumbly=2},
sounds = hades_sounds.node_sound_dirt_defaults({
@ -399,7 +399,7 @@ minetest.register_node("hades_core:gravel_block", {
minetest.register_node("hades_core:gravel_volcanic", {
description = S("Volcanic Gravel"),
_tt_help = S("Becomes Obsidian when close to water and lava at Y=-1000 or below"),
tiles = {"default_gravel_volcanic.png"},
tiles = {"hades_core_gravel_volcanic.png"},
is_ground_content = true,
groups = {crumbly=1, porous=1},
sounds = hades_sounds.node_sound_dirt_defaults({
@ -410,7 +410,7 @@ minetest.register_node("hades_core:gravel_volcanic", {
minetest.register_node("hades_core:gravel_volcanic_block", {
description = S("Volcanic Gravel Block"),
tiles = {"default_gravel_volcanic_block.png"},
tiles = {"hades_core_gravel_volcanic_block.png"},
is_ground_content = false,
groups = {crumbly=2},
sounds = hades_sounds.node_sound_dirt_defaults({
@ -422,7 +422,7 @@ minetest.register_node("hades_core:gravel_volcanic_block", {
minetest.register_node("hades_core:sandstone_volcanic", {
description = S("Volcanic Sandstone"),
tiles = {"default_sandstone_volcanic.png"},
tiles = {"hades_core_sandstone_volcanic.png"},
is_ground_content = true,
groups = {crumbly=2,cracky=3,sandstone=1, porous=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -431,7 +431,7 @@ minetest.register_node("hades_core:sandstone_volcanic", {
minetest.register_node("hades_core:sandstone_volcanic_brick", {
description = S("Volcanic Sandstone Brick"),
tiles = {"default_sandstone_volcanic_brick.png"},
tiles = {"hades_core_sandstone_volcanic_brick.png"},
is_ground_content = false,
groups = {cracky=2,sandstone=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -478,7 +478,7 @@ minetest.register_node("hades_core:brick", {
minetest.register_node("hades_core:brick_black", {
description = S("Black Brick Block"),
tiles = {"default_brick_black.png"},
tiles = {"hades_core_brick_black.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -486,7 +486,7 @@ minetest.register_node("hades_core:brick_black", {
minetest.register_node("hades_core:brick_blue", {
description = S("Blue Brick Block"),
tiles = {"default_brick_blue.png"},
tiles = {"hades_core_brick_blue.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -494,7 +494,7 @@ minetest.register_node("hades_core:brick_blue", {
minetest.register_node("hades_core:brick_brown", {
description = S("Brown Brick Block"),
tiles = {"default_brick_brown.png"},
tiles = {"hades_core_brick_brown.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -502,7 +502,7 @@ minetest.register_node("hades_core:brick_brown", {
minetest.register_node("hades_core:brick_cyan", {
description = S("Cyan Brick Block"),
tiles = {"default_brick_cyan.png"},
tiles = {"hades_core_brick_cyan.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -510,7 +510,7 @@ minetest.register_node("hades_core:brick_cyan", {
minetest.register_node("hades_core:brick_dark_green", {
description = S("Dark Green Brick Block"),
tiles = {"default_brick_dark_green.png"},
tiles = {"hades_core_brick_dark_green.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -518,7 +518,7 @@ minetest.register_node("hades_core:brick_dark_green", {
minetest.register_node("hades_core:brick_dark_grey", {
description = S("Dark Grey Brick Block"),
tiles = {"default_brick_dark_grey.png"},
tiles = {"hades_core_brick_dark_grey.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -526,7 +526,7 @@ minetest.register_node("hades_core:brick_dark_grey", {
minetest.register_node("hades_core:brick_green", {
description = S("Green Brick Block"),
tiles = {"default_brick_green.png"},
tiles = {"hades_core_brick_green.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -534,7 +534,7 @@ minetest.register_node("hades_core:brick_green", {
minetest.register_node("hades_core:brick_grey", {
description = S("Grey Brick Block"),
tiles = {"default_brick_grey.png"},
tiles = {"hades_core_brick_grey.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -542,7 +542,7 @@ minetest.register_node("hades_core:brick_grey", {
minetest.register_node("hades_core:brick_magenta", {
description = S("Magenta Brick Block"),
tiles = {"default_brick_magenta.png"},
tiles = {"hades_core_brick_magenta.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -550,7 +550,7 @@ minetest.register_node("hades_core:brick_magenta", {
minetest.register_node("hades_core:brick_orange", {
description = S("Orange Brick Block"),
tiles = {"default_brick_orange.png"},
tiles = {"hades_core_brick_orange.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -558,7 +558,7 @@ minetest.register_node("hades_core:brick_orange", {
minetest.register_node("hades_core:brick_pink", {
description = S("Pink Brick Block"),
tiles = {"default_brick_pink.png"},
tiles = {"hades_core_brick_pink.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -566,7 +566,7 @@ minetest.register_node("hades_core:brick_pink", {
minetest.register_node("hades_core:brick_red", {
description = S("Red Brick Block"),
tiles = {"default_brick_red.png"},
tiles = {"hades_core_brick_red.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -574,7 +574,7 @@ minetest.register_node("hades_core:brick_red", {
minetest.register_node("hades_core:brick_violet", {
description = S("Violet Brick Block"),
tiles = {"default_brick_violet.png"},
tiles = {"hades_core_brick_violet.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -582,7 +582,7 @@ minetest.register_node("hades_core:brick_violet", {
minetest.register_node("hades_core:brick_white", {
description = S("White Brick Block"),
tiles = {"default_brick_white.png"},
tiles = {"hades_core_brick_white.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -590,7 +590,7 @@ minetest.register_node("hades_core:brick_white", {
minetest.register_node("hades_core:brick_yellow", {
description = S("Yellow Brick Block"),
tiles = {"default_brick_yellow.png"},
tiles = {"hades_core_brick_yellow.png"},
is_ground_content = false,
groups = {cracky=3, claybricks=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -773,7 +773,7 @@ minetest.register_node("hades_core:cobble", {
minetest.register_node("hades_core:cobble_block", {
description = S("Cobblestone Block"),
tiles = {"default_cobble_block.png"},
tiles = {"hades_core_cobble_block.png"},
is_ground_content = false,
groups = {cracky=3, stone=2},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -781,7 +781,7 @@ minetest.register_node("hades_core:cobble_block", {
minetest.register_node("hades_core:cobble_baked", {
description = S("Burned Cobblestone"),
tiles = {"default_cobble_baked.png"},
tiles = {"hades_core_cobble_baked.png"},
is_ground_content = false,
groups = {cracky=3, stone=2, porous=1, burned_node=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -789,7 +789,7 @@ minetest.register_node("hades_core:cobble_baked", {
minetest.register_node("hades_core:cobble_block_baked", {
description = S("Burned Cobblestone Block"),
tiles = {"default_cobble_baked_block.png"},
tiles = {"hades_core_cobble_baked_block.png"},
is_ground_content = false,
groups = {cracky=3, stone=2, burned_node=1},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -864,7 +864,7 @@ minetest.register_node("hades_core:goldblock", {
minetest.register_node("hades_core:emerald_block", {
description = S("Emerald Block"),
tiles = {"default_emerald_block.png"},
tiles = {"hades_core_emerald_block.png"},
is_ground_content = true,
groups = {cracky=1,level=2},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -872,7 +872,7 @@ minetest.register_node("hades_core:emerald_block", {
minetest.register_node("hades_core:sapphire_block", {
description = S("Sapphire Block"),
tiles = {"default_sapphire_block.png"},
tiles = {"hades_core_sapphire_block.png"},
is_ground_content = true,
groups = {cracky=1,level=2},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -880,7 +880,7 @@ minetest.register_node("hades_core:sapphire_block", {
minetest.register_node("hades_core:ruby_block", {
description = S("Ruby Block"),
tiles = {"default_ruby_block.png"},
tiles = {"hades_core_ruby_block.png"},
is_ground_content = true,
groups = {cracky=1,level=2},
sounds = hades_sounds.node_sound_stone_defaults(),
@ -927,7 +927,7 @@ minetest.register_node("hades_core:obsidian_block", {
minetest.register_node("hades_core:stone_with_emerald", {
description = S("Emerald Ore"),
tiles = {"default_stone.png^default_mineral_emerald.png"},
tiles = {"default_stone.png^hades_core_mineral_emerald.png"},
is_ground_content = true,
groups = {cracky=2, porous=1, ore=1},
drop = "hades_core:emerald",
@ -936,7 +936,7 @@ minetest.register_node("hades_core:stone_with_emerald", {
minetest.register_node("hades_core:stone_with_sapphire", {
description = S("Sapphire Ore"),
tiles = {"default_stone.png^default_mineral_sapphire.png"},
tiles = {"default_stone.png^hades_core_mineral_sapphire.png"},
is_ground_content = true,
groups = {cracky=2, porous=1, ore=1},
drop = "hades_core:sapphire",
@ -945,7 +945,7 @@ minetest.register_node("hades_core:stone_with_sapphire", {
minetest.register_node("hades_core:stone_with_ruby", {
description = S("Ruby Ore"),
tiles = {"default_stone.png^default_mineral_ruby.png"},
tiles = {"default_stone.png^hades_core_mineral_ruby.png"},
is_ground_content = true,
groups = {cracky=1, porous=1, ore=1},
drop = "hades_core:ruby",

View File

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

View File

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 478 B

View File

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 372 B

View File

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 512 B

View File

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 509 B

View File

Before

Width:  |  Height:  |  Size: 492 B

After

Width:  |  Height:  |  Size: 492 B

View File

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 501 B

View File

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 482 B

View File

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 510 B

View File

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

View File

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 509 B

View File

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 504 B

View File

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 507 B

View File

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 480 B

View File

Before

Width:  |  Height:  |  Size: 411 B

After

Width:  |  Height:  |  Size: 411 B

View File

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 578 B

View File

Before

Width:  |  Height:  |  Size: 118 B

After

Width:  |  Height:  |  Size: 118 B

View File

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 507 B

View File

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 629 B

View File

Before

Width:  |  Height:  |  Size: 733 B

After

Width:  |  Height:  |  Size: 733 B

View File

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 305 B

View File

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 459 B

View File

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 440 B

View File

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 464 B

View File

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

View File

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 645 B

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 670 B

View File

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 540 B

View File

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 586 B

View File

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

View File

Before

Width:  |  Height:  |  Size: 866 B

After

Width:  |  Height:  |  Size: 866 B

View File

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 755 B

View File

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 495 B

View File

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 680 B

View File

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 573 B

View File

Before

Width:  |  Height:  |  Size: 710 B

After

Width:  |  Height:  |  Size: 710 B

View File

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 659 B

View File

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 467 B

View File

Before

Width:  |  Height:  |  Size: 443 B

After

Width:  |  Height:  |  Size: 443 B

View File

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 466 B

View File

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 543 B

View File

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 535 B

View File

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B

View File

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 189 B

View File

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 189 B

View File

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 638 B

View File

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 334 B

View File

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

View File

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

View File

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 573 B

View File

Before

Width:  |  Height:  |  Size: 518 B

After

Width:  |  Height:  |  Size: 518 B

View File

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 455 B

View File

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 244 B

View File

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 659 B

View File

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 718 B

View File

Before

Width:  |  Height:  |  Size: 712 B

After

Width:  |  Height:  |  Size: 712 B

View File

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 243 B

View File

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 669 B

View File

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

View File

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 512 B

View File

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 397 B

View File

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 382 B

View File

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 152 B

After

Width:  |  Height:  |  Size: 152 B

View File

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

View File

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 282 B

View File

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

View File

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 514 B

View File

Before

Width:  |  Height:  |  Size: 445 B

After

Width:  |  Height:  |  Size: 445 B

View File

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 480 B

View File

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 447 B

View File

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 821 B

View File

@ -103,7 +103,7 @@ minetest.register_tool("hades_core:pick_mese", {
minetest.register_tool("hades_core:pick_prism", {
description = S("Prism Pickaxe"),
_tt_help = tt_pick,
inventory_image = "default_tool_prismpick.png",
inventory_image = "hades_core_tool_prismpick.png",
groups = { pickaxe = 1, },
tool_capabilities = {
full_punch_interval = 0.9,
@ -199,9 +199,9 @@ minetest.register_tool("hades_core:shovel_mese", {
minetest.register_tool("hades_core:shovel_prism", {
description = S("Prism Shovel"),
_tt_help = tt_shovel,
inventory_image = "default_tool_prismshovel.png",
inventory_image = "hades_core_tool_prismshovel.png",
groups = { shovel = 1, },
wield_image = "default_tool_prismshovel.png^[transformR90",
wield_image = "hades_core_tool_prismshovel.png^[transformR90",
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=1,
@ -291,7 +291,7 @@ minetest.register_tool("hades_core:axe_mese", {
minetest.register_tool("hades_core:axe_prism", {
description = S("Prism Axe"),
_tt_help = tt_axe,
inventory_image = "default_tool_prismaxe.png",
inventory_image = "hades_core_tool_prismaxe.png",
groups = { axe = 1, },
tool_capabilities = {
full_punch_interval = 0.9,
@ -382,7 +382,7 @@ minetest.register_tool("hades_core:sword_mese", {
minetest.register_tool("hades_core:sword_prism", {
description = S("Prism Sword"),
_tt_help = tt_sword,
inventory_image = "default_tool_prismsword.png",
inventory_image = "hades_core_tool_prismsword.png",
groups = { sword = 1, },
tool_capabilities = {
full_punch_interval = 0.7,

View File

@ -67,7 +67,7 @@ end
local groups_colwood = {choppy=2, oddly_breakable_by_hand=2, flammable=2, fence_wood=1, fence_colwood=1}
local fences = {
{ "rusty", S("Rusty Fence"), "default_rusty.png", {cracky=3, fence_metal=1}, {"group:fence_metal", "columnia:rusty_block"}, hades_sounds.node_sound_metal_defaults() },
{ "rusty", S("Rusty Fence"), "hades_core_rusty.png", {cracky=3, fence_metal=1}, {"group:fence_metal", "columnia:rusty_block"}, hades_sounds.node_sound_metal_defaults() },
{ "wood", S("Temperate Wood Fence"), "default_wood.png" },
{ "pale_wood", S("Pale Wood Fence"), "hades_trees_pale_wood.png" },
{ "jungle_wood", S("Tropical Wood Fence"), "default_junglewood.png" },

View File

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 482 B

View File

@ -432,7 +432,7 @@ register_pedestal("pedestal_stone_baked", {
craftitem="hades_core:stone_baked"})
register_pedestal("pedestal_marble", {
description=S("Marble Pedestal"),
tiles={"default_marble.png"},
tiles={"hades_core_marble.png"},
groups={cracky=3},
craftitem="hades_core:marble"})
register_pedestal("pedestal_sandstone", {
@ -442,7 +442,7 @@ register_pedestal("pedestal_sandstone", {
craftitem="hades_core:sandstone"})
register_pedestal("pedestal_sandstone_volcanic", {
description=S("Volcanic Sandstone Pedestal"),
tiles={"default_sandstone_volcanic.png"},
tiles={"hades_core_sandstone_volcanic.png"},
groups={cracky=3},
craftitem="hades_core:sandstone_volcanic"})
register_pedestal("pedestal_obsidian", {

View File

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 193 B

View File

@ -73,4 +73,4 @@ mobs:register_mob("mobs_hades:mutant", {
mobs:register_spawn("mobs_hades:mutant", {"hades_core:ash"}, minetest.LIGHT_MAX, 0, 16000, 1, 31000)
mobs:register_spawn("mobs_hades:mutant", {"hades_core:ash"}, 5, 0, 6000, 3, 31000)
mobs:register_egg("mobs_hades:mutant", S("Mutant Spawn Egg"), "default_ash.png", 1, false)
mobs:register_egg("mobs_hades:mutant", S("Mutant Spawn Egg"), "hades_core_ash.png", 1, false)

View File

@ -116,6 +116,6 @@ minetest.register_craft({
})
mobs:register_egg("mobs_hades:spider_gold", S("Gold Spider Spawn Egg"), "default_gold_block.png", 1, false)
mobs:register_egg("mobs_hades:spider_sapphire", S("Sapphire Spider Spawn Egg"), "default_sapphire_block.png", 1, false)
mobs:register_egg("mobs_hades:spider_ruby", S("Ruby Spider Spawn Egg"), "default_ruby_block.png", 1, false)
mobs:register_egg("mobs_hades:spider_sapphire", S("Sapphire Spider Spawn Egg"), "hades_core_sapphire_block.png", 1, false)
mobs:register_egg("mobs_hades:spider_ruby", S("Ruby Spider Spawn Egg"), "hades_core_ruby_block.png", 1, false)
mobs:register_egg("mobs_hades:spider_mese", S("Mese Spider Spawn Egg"), "default_mese_block.png^[brighten", 1, false)

View File

@ -706,7 +706,7 @@ stairs.register_stair_and_slab("stone", "hades_core:stone",
stairs.register_stair_and_slab("stonebrick_baked", "hades_core:stonebrick_baked",
{cracky=3},
{"default_stone_brick_baked.png"},
{"hades_core_stone_brick_baked.png"},
S("Burned Stone Brick Stair"),
S("Outer Burned Stone Brick Stair"),
S("Inner Burned Stone Brick Stair"),
@ -715,7 +715,7 @@ stairs.register_stair_and_slab("stonebrick_baked", "hades_core:stonebrick_baked"
stairs.register_stair_and_slab("stone_baked", "hades_core:stone_baked",
{cracky=3},
{"default_stone_baked.png"},
{"hades_core_stone_baked.png"},
S("Burned Stone Stair"),
S("Outer Burned Stone Stair"),
S("Inner Burned Stone Stair"),
@ -733,7 +733,7 @@ stairs.register_stair_and_slab("cobble", "hades_core:cobble",
stairs.register_stair_and_slab("cobble_baked", "hades_core:cobble_baked",
{cracky=3},
{"default_cobble_baked.png"},
{"hades_core_cobble_baked.png"},
S("Burned Cobblestone Stair"),
S("Outer Burned Cobblestone Stair"),
S("Inner Burned Cobblestone Stair"),
@ -753,7 +753,7 @@ stairs.register_stair_and_slab("brick", "hades_core:brick",
stairs.register_stair_and_slab("brick_black", "hades_core:brick_black",
{cracky=3},
{"default_brick_black.png"},
{"hades_core_brick_black.png"},
S("Black Brick Stair"),
S("Outer Black Brick Stair"),
S("Inner Black Brick Stair"),
@ -762,7 +762,7 @@ stairs.register_stair_and_slab("brick_black", "hades_core:brick_black",
stairs.register_stair_and_slab("brick_blue", "hades_core:brick_blue",
{cracky=3},
{"default_brick_blue.png"},
{"hades_core_brick_blue.png"},
S("Blue Brick Stair"),
S("Outer Blue Brick Stair"),
S("Inner Blue Brick Stair"),
@ -771,7 +771,7 @@ stairs.register_stair_and_slab("brick_blue", "hades_core:brick_blue",
stairs.register_stair_and_slab("brick_brown", "hades_core:brick_brown",
{cracky=3},
{"default_brick_brown.png"},
{"hades_core_brick_brown.png"},
S("Brown Brick Stair"),
S("Outer Brown Brick Stair"),
S("Inner Brown Brick Stair"),
@ -780,7 +780,7 @@ stairs.register_stair_and_slab("brick_brown", "hades_core:brick_brown",
stairs.register_stair_and_slab("brick_cyan", "hades_core:brick_cyan",
{cracky=3},
{"default_brick_cyan.png"},
{"hades_core_brick_cyan.png"},
S("Cyan Brick Stair"),
S("Outer Cyan Brick Stair"),
S("Inner Cyan Brick Stair"),
@ -789,7 +789,7 @@ stairs.register_stair_and_slab("brick_cyan", "hades_core:brick_cyan",
stairs.register_stair_and_slab("brick_dark_green", "hades_core:brick_dark_green",
{cracky=3},
{"default_brick_dark_green.png"},
{"hades_core_brick_dark_green.png"},
S("Dark Green Brick Stair"),
S("Outer Dark Green Brick Stair"),
S("Inner Dark Green Brick Stair"),
@ -798,7 +798,7 @@ stairs.register_stair_and_slab("brick_dark_green", "hades_core:brick_dark_green"
stairs.register_stair_and_slab("brick_dark_grey", "hades_core:brick_dark_grey",
{cracky=3},
{"default_brick_dark_grey.png"},
{"hades_core_brick_dark_grey.png"},
S("Dark Grey Brick Stair"),
S("Outer Dark Grey Brick Stair"),
S("Inner Dark Grey Brick Stair"),
@ -807,7 +807,7 @@ stairs.register_stair_and_slab("brick_dark_grey", "hades_core:brick_dark_grey",
stairs.register_stair_and_slab("brick_green", "hades_core:brick_green",
{cracky=3},
{"default_brick_green.png"},
{"hades_core_brick_green.png"},
S("Green Brick Stair"),
S("Outer Green Brick Stair"),
S("Inner Green Brick Stair"),
@ -816,7 +816,7 @@ stairs.register_stair_and_slab("brick_green", "hades_core:brick_green",
stairs.register_stair_and_slab("brick_grey", "hades_core:brick_grey",
{cracky=3},
{"default_brick_grey.png"},
{"hades_core_brick_grey.png"},
S("Grey Brick Stair"),
S("Outer Grey Brick Stair"),
S("Inner Grey Brick Stair"),
@ -825,7 +825,7 @@ stairs.register_stair_and_slab("brick_grey", "hades_core:brick_grey",
stairs.register_stair_and_slab("brick_magenta", "hades_core:brick_magenta",
{cracky=3},
{"default_brick_magenta.png"},
{"hades_core_brick_magenta.png"},
S("Magenta Brick Stair"),
S("Outer Magenta Brick Stair"),
S("Inner Magenta Brick Stair"),
@ -834,7 +834,7 @@ stairs.register_stair_and_slab("brick_magenta", "hades_core:brick_magenta",
stairs.register_stair_and_slab("brick_orange", "hades_core:brick_orange",
{cracky=3},
{"default_brick_orange.png"},
{"hades_core_brick_orange.png"},
S("Orange Brick Stair"),
S("Outer Orange Brick Stair"),
S("Inner Orange Brick Stair"),
@ -843,7 +843,7 @@ stairs.register_stair_and_slab("brick_orange", "hades_core:brick_orange",
stairs.register_stair_and_slab("brick_pink", "hades_core:brick_pink",
{cracky=3},
{"default_brick_pink.png"},
{"hades_core_brick_pink.png"},
S("Pink Brick Stair"),
S("Outer Pink Brick Stair"),
S("Inner Pink Brick Stair"),
@ -852,7 +852,7 @@ stairs.register_stair_and_slab("brick_pink", "hades_core:brick_pink",
stairs.register_stair_and_slab("brick_red", "hades_core:brick_red",
{cracky=3},
{"default_brick_red.png"},
{"hades_core_brick_red.png"},
S("Red Brick Stair"),
S("Outer Red Brick Stair"),
S("Inner Red Brick Stair"),
@ -861,7 +861,7 @@ stairs.register_stair_and_slab("brick_red", "hades_core:brick_red",
stairs.register_stair_and_slab("brick_violet", "hades_core:brick_violet",
{cracky=3},
{"default_brick_violet.png"},
{"hades_core_brick_violet.png"},
S("Violet Brick Stair"),
S("Outer Violet Brick Stair"),
S("Inner Violet Brick Stair"),
@ -870,7 +870,7 @@ stairs.register_stair_and_slab("brick_violet", "hades_core:brick_violet",
stairs.register_stair_and_slab("brick_white", "hades_core:brick_white",
{cracky=3},
{"default_brick_white.png"},
{"hades_core_brick_white.png"},
S("White Brick Stair"),
S("Outer White Brick Stair"),
S("Inner White Brick Stair"),
@ -879,7 +879,7 @@ stairs.register_stair_and_slab("brick_white", "hades_core:brick_white",
stairs.register_stair_and_slab("brick_yellow", "hades_core:brick_yellow",
{cracky=3},
{"default_brick_yellow.png"},
{"hades_core_brick_yellow.png"},
S("Yellow Brick Stair"),
S("Outer Yellow Brick Stair"),
S("Inner Yellow Brick Stair"),
@ -907,7 +907,7 @@ stairs.register_stair_and_slab("sandstonebrick", "hades_core:sandstonebrick",
stairs.register_stair_and_slab("sandstone_volcanic", "hades_core:sandstone_volcanic",
{crumbly=2,cracky=3},
{"default_sandstone_volcanic.png"},
{"hades_core_sandstone_volcanic.png"},
S("Volcanic Sandstone Stair"),
S("Outer Volcanic Sandstone Stair"),
S("Inner Volcanic Sandstone Stair"),
@ -916,7 +916,7 @@ stairs.register_stair_and_slab("sandstone_volcanic", "hades_core:sandstone_volca
stairs.register_stair_and_slab("sandstone_volcanic_brick", "hades_core:sandstone_volcanic_brick",
{cracky=2},
{"default_sandstone_volcanic_brick.png"},
{"hades_core_sandstone_volcanic_brick.png"},
S("Volcanic Sandstone Brick Stair"),
S("Outer Volcanic Sandstone Brick Stair"),
S("Inner Volcanic Sandstone Brick Stair"),
@ -934,7 +934,7 @@ stairs.register_stair_and_slab("stonebrick", "hades_core:stonebrick",
stairs.register_stair_and_slab("chondrite_brick", "hades_core:chondrite_brick",
{cracky=2},
{"default_chondrite_brick.png"},
{"hades_core_chondrite_brick.png"},
S("Chondrite Brick Stair"),
S("Outer Chondrite Brick Stair"),
S("Inner Chondrite Brick Stair"),
@ -943,7 +943,7 @@ stairs.register_stair_and_slab("chondrite_brick", "hades_core:chondrite_brick",
stairs.register_stair_and_slab("chondrite", "hades_core:chondrite",
{cracky=2},
{"default_chondrite.png"},
{"hades_core_chondrite.png"},
S("Chondrite Stair"),
S("Outer Chondrite Stair"),
S("Inner Chondrite Stair"),
@ -952,7 +952,7 @@ stairs.register_stair_and_slab("chondrite", "hades_core:chondrite",
stairs.register_stair_and_slab("marble_brick", "hades_core:marble_brick",
{cracky=3},
{"default_marble_brick.png"},
{"hades_core_marble_brick.png"},
S("Marble Brick Stair"),
S("Outer Marble Brick Stair"),
S("Inner Marble Brick Stair"),
@ -961,7 +961,7 @@ stairs.register_stair_and_slab("marble_brick", "hades_core:marble_brick",
stairs.register_stair_and_slab("marble", "hades_core:marble",
{cracky=3},
{"default_marble.png"},
{"hades_core_marble.png"},
S("Marble Stair"),
S("Outer Marble Stair"),
S("Inner Marble Stair"),
@ -970,7 +970,7 @@ stairs.register_stair_and_slab("marble", "hades_core:marble",
stairs.register_stair_and_slab("tuff_brick", "hades_core:tuff_brick",
{cracky=3},
{"default_tuff_brick.png"},
{"hades_core_tuff_brick.png"},
S("Tuff Brick Stair"),
S("Outer Tuff Brick Stair"),
S("Inner Tuff Brick Stair"),
@ -979,7 +979,7 @@ stairs.register_stair_and_slab("tuff_brick", "hades_core:tuff_brick",
stairs.register_stair_and_slab("tuff", "hades_core:tuff",
{cracky=3},
{"default_tuff.png"},
{"hades_core_tuff.png"},
S("Tuff Stair"),
S("Outer Tuff Stair"),
S("Inner Tuff Stair"),
@ -988,7 +988,7 @@ stairs.register_stair_and_slab("tuff", "hades_core:tuff",
stairs.register_stair_and_slab("tuff_baked_brick", "hades_core:tuff_baked_brick",
{cracky=3},
{"default_tuff_baked_brick.png"},
{"hades_core_tuff_baked_brick.png"},
S("Burned Tuff Brick Stair"),
S("Outer Burned Tuff Brick Stair"),
S("Inner Burned Tuff Brick Stair"),
@ -997,7 +997,7 @@ stairs.register_stair_and_slab("tuff_baked_brick", "hades_core:tuff_baked_brick"
stairs.register_stair_and_slab("tuff_baked", "hades_core:tuff_baked",
{cracky=3},
{"default_tuff_baked.png"},
{"hades_core_tuff_baked.png"},
S("Burned Tuff Stair"),
S("Outer Burned Tuff Stair"),
S("Inner Burned Tuff Stair"),
@ -1006,7 +1006,7 @@ stairs.register_stair_and_slab("tuff_baked", "hades_core:tuff_baked",
stairs.register_stair_and_slab("essexite_brick", "hades_core:essexite_brick",
{cracky=1},
{"default_essexite_brick.png"},
{"hades_core_essexite_brick.png"},
S("Essexite Brick Stair"),
S("Outer Essexite Brick Stair"),
S("Inner Essexite Brick Stair"),
@ -1015,7 +1015,7 @@ stairs.register_stair_and_slab("essexite_brick", "hades_core:essexite_brick",
stairs.register_stair_and_slab("essexite", "hades_core:essexite",
{cracky=1},
{"default_essexite.png"},
{"hades_core_essexite.png"},
S("Essexite Stair"),
S("Outer Essexite Stair"),
S("Inner Essexite Stair"),
@ -1033,7 +1033,7 @@ stairs.register_stair_and_slab("rusty_block", "columnia:rusty_block",
stairs.register_stair_and_slab("cactus_brick", "hades_core:cactus_brick",
{choppy=3,flammable=2},
{"default_cactus_brick.png"},
{"hades_core_cactus_brick.png"},
S("Cactus Brick Stair"),
S("Outer Cactus Brick Stair"),
S("Inner Cactus Brick Stair"),
@ -1344,25 +1344,25 @@ stairs.register_stair_and_slab("floor_marble_marble", "hades_tiles:floor_marble_
stairs.register_slab_with_double("floorblock_essexite_gold_block", "hades_core:floor_essexite_gold",
{cracky=2},
{"default_floor_essexite_gold.png", "default_floor_essexite_gold.png", "stairs_floorblock_essexite_gold_slab.png"},
{"hades_core_floor_essexite_gold.png", "hades_core_floor_essexite_gold.png", "stairs_floorblock_essexite_gold_slab.png"},
S("Golden Essexite Slab"),
S("Double Golden Essexite Slab"),
hades_sounds.node_sound_stone_defaults())
stairs.register_slab_with_double("floorblock_marble_essexite2", "hades_core:floor_marble_essexite2",
{cracky=2},
{"default_floor_marble_essexite2.png", "default_floor_marble_essexite2.png", "stairs_floorblock_marble_essexite2_slab.png"},
{"hades_core_floor_marble_essexite2.png", "hades_core_floor_marble_essexite2.png", "stairs_floorblock_marble_essexite2_slab.png"},
S("Marble/Essexite Slab"),
S("Double Marble/Essexite Slab"),
hades_sounds.node_sound_stone_defaults())
stairs.register_slab_with_double("floorblock_bstone_sandstone", "hades_core:floor_bstone_sandstone",
{cracky=3},
{"default_floor_bstone_sandstone.png", "default_floor_bstone_sandstone.png", "stairs_floorblock_bstone_sandstone_slab.png"},
{"hades_core_floor_bstone_sandstone.png", "hades_core_floor_bstone_sandstone.png", "stairs_floorblock_bstone_sandstone_slab.png"},
S("Baked Stone/Sandstone Slab"),
S("Double Baked Stone/Sandstone Slab"),
hades_sounds.node_sound_stone_defaults())
stairs.register_slab_with_double("floorblock_chondrite_stone", "hades_core:floor_chondrite_stone",
{cracky=2},
{"default_floor_chondrite_stone.png", "default_floor_chondrite_stone.png", "stairs_floorblock_chondrite_stone_slab.png"},
{"hades_core_floor_chondrite_stone.png", "hades_core_floor_chondrite_stone.png", "stairs_floorblock_chondrite_stone_slab.png"},
S("Chondrite/Stone Slab"),
S("Double Chondrite/Stone Slab"),
hades_sounds.node_sound_stone_defaults())

View File

@ -50,7 +50,7 @@ walls.register("walls:mossycobble", S("Mossy Cobblestone Wall"), "default_mossyc
"hades_core:mossycobble", hades_sounds.node_sound_stone_defaults(),
{"group:stone", "group:sandstone"})
walls.register("walls:cobble_baked", S("Burned Cobblestone Wall"), "default_cobble_baked.png",
walls.register("walls:cobble_baked", S("Burned Cobblestone Wall"), "hades_core_cobble_baked.png",
"hades_core:cobble_baked", hades_sounds.node_sound_stone_defaults(),
{"group:stone", "group:sandstone"})
@ -58,6 +58,6 @@ walls.register("walls:sandstone", S("Fine Sandstone Wall"), "default_sandstone.p
"hades_core:sandstone", hades_sounds.node_sound_stone_defaults(),
{"group:stone", "group:sandstone"})
walls.register("walls:sandstone_volcanic", S("Volcanic Sandstone Wall"), "default_sandstone_volcanic.png",
walls.register("walls:sandstone_volcanic", S("Volcanic Sandstone Wall"), "hades_core_sandstone_volcanic.png",
"hades_core:sandstone_volcanic", hades_sounds.node_sound_stone_defaults(),
{"group:stone", "group:sandstone"})