528 lines
9.9 KiB
Lua
528 lines
9.9 KiB
Lua
---[[
|
|
mycorners.register_all(
|
|
"default_sandstone",
|
|
"Sandstone",
|
|
"default_sandstone.png",
|
|
{crumbly=2, cracky = 3, not_in_creative_inventory=1},
|
|
"default:sandstone",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_desert_sand",
|
|
"Desert Sand",
|
|
"default_desert_sand.png",
|
|
{crumbly=3,not_in_creative_inventory=1},
|
|
"default:desert_sand",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_clay",
|
|
"Clay",
|
|
"default_clay.png",
|
|
{crumbly=3,not_in_creative_inventory=1},
|
|
"default:clay",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_cobble",
|
|
"Cobble",
|
|
"default_cobble.png",
|
|
{cracky = 3, not_in_creative_inventory=1},
|
|
"default:cobble",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_stone",
|
|
"Stone",
|
|
"default_stone.png",
|
|
{cracky = 3,not_in_creative_inventory=1},
|
|
"default:stone",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_cactus",
|
|
"Cactus",
|
|
"default_cactus_side.png",
|
|
{choppy = 3,not_in_creative_inventory=1},
|
|
"default:cactus",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_sand",
|
|
"Sand",
|
|
"default_sand.png",
|
|
{crumbly=3,not_in_creative_inventory=1},
|
|
"default:sand",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_desert_stone",
|
|
"Desert Stone",
|
|
"default_desert_stone.png",
|
|
{cracky = 3,not_in_creative_inventory=1},
|
|
"default:desert_stone",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_wood",
|
|
"Wood",
|
|
"default_wood.png",
|
|
{choppy = 3,not_in_creative_inventory=1},
|
|
"default:wood",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_pine_wood",
|
|
"Pine Wood",
|
|
"default_pine_wood.png",
|
|
{choppy = 3,not_in_creative_inventory=1},
|
|
"default:pine_wood",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_acacia_wood",
|
|
"Acacia Wood",
|
|
"default_acacia_wood.png",
|
|
{choppy = 3,not_in_creative_inventory=1},
|
|
"default:pine_acacia",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_dirt",
|
|
"Dirt",
|
|
"default_dirt.png",
|
|
{crumbly = 3,not_in_creative_inventory=1},
|
|
"default:dirt",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_brick",
|
|
"Brick",
|
|
"default_brick.png",
|
|
{cracky = 2,not_in_creative_inventory=1},
|
|
"default:brick",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_bronze_block",
|
|
"Bronze Block",
|
|
"default_bronze_block.png",
|
|
{cracky = 1,not_in_creative_inventory=1},
|
|
"default:bronzeblock",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_coal_block",
|
|
"Coal Block",
|
|
"default_coal_block.png",
|
|
{cracky = 3,not_in_creative_inventory=1},
|
|
"default:coalblock",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_copper_block",
|
|
"Copper Block",
|
|
"default_copper_block.png",
|
|
{cracky = 1,not_in_creative_inventory=1},
|
|
"default:copperblock",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_desert_cobble",
|
|
"Desert Cobble",
|
|
"default_desert_cobble.png",
|
|
{cracky = 3,not_in_creative_inventory=1},
|
|
"default:desert_cobble",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_diamond_block",
|
|
"Diamond Block",
|
|
"default_diamond_block.png",
|
|
{cracky = 1, level=3,not_in_creative_inventory=1},
|
|
"default:diamondblock",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_glass",
|
|
"Glass",
|
|
"default_glass.png",
|
|
{cracky = 3, oddly_breakable_by_hand = 3,not_in_creative_inventory=1},
|
|
"default:glass",
|
|
"glasslike"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_gold_block",
|
|
"Gold Block",
|
|
"default_gold_block.png",
|
|
{cracky = 1,not_in_creative_inventory=1},
|
|
"default:goldblock",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_gravel",
|
|
"Gravel",
|
|
"default_gravel.png",
|
|
{crumbly = 2, falling_node=1, not_in_creative_inventory=1},
|
|
"default:gravel",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_ice",
|
|
"Ice",
|
|
"default_ice.png",
|
|
{cracky = 3, not_in_creative_inventory=1},
|
|
"default:ice",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_jungletree",
|
|
"Jungle Tree",
|
|
"default_jungletree.png",
|
|
{choppy=2,oddly_breakable_by_hand=1,flammable=2,not_in_creative_inventory=1},
|
|
"default:jungletree",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_junglewood",
|
|
"Jungle Wood",
|
|
"default_junglewood.png",
|
|
{choppy=2,oddly_breakable_by_hand=2,flammable=2,not_in_creative_inventory=1},
|
|
"default:junglewood",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_lava",
|
|
"Lava",
|
|
"default_lava.png",
|
|
{cracky = 1, oddly_breakable_by_hand = 1,not_in_creative_inventory=1},
|
|
"default:lava_source",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_mese",
|
|
"Mese",
|
|
"default_mese_block.png",
|
|
{cracky = 1,not_in_creative_inventory=1},
|
|
"default:mese",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_mossycobble",
|
|
"Mossy Cobble",
|
|
"default_mossycobble.png",
|
|
{cracky = 3,not_in_creative_inventory=1},
|
|
"default:mossycobble",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_obsidian",
|
|
"Obsidian",
|
|
"default_obsidian.png",
|
|
{cracky = 1, level = 2,not_in_creative_inventory=1},
|
|
"default:obsidian",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_obsidian_glass",
|
|
"Obsidian Glass",
|
|
"default_obsidian_glass.png",
|
|
{cracky = 3, oddly_breakable_by_hand = 3,not_in_creative_inventory=1},
|
|
"default:obsidian_glass",
|
|
"glasslike"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_obsidian_brick",
|
|
"Obsidian Brick",
|
|
"default_obsidian_brick.png",
|
|
{cracky = 1, level = 2,not_in_creative_inventory=1},
|
|
"default:obsidianbrick",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_pine_tree",
|
|
"Pine Tree",
|
|
"default_pinetree.png",
|
|
{choppy=2,oddly_breakable_by_hand=2,flammable=2,not_in_creative_inventory=1},
|
|
"default:pine_tree",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_sandstone_brick",
|
|
"Sandstone Brick",
|
|
"default_sandstone_brick.png",
|
|
{cracky = 2,not_in_creative_inventory=1},
|
|
"default:sandstonebrick",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_desert_stone_brick",
|
|
"Desert Stone Brick",
|
|
"default_desert_stone_brick.png",
|
|
{cracky = 2,not_in_creative_inventory=1},
|
|
"default:desert_stonebrick",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_snow",
|
|
"Snow",
|
|
"default_snow.png",
|
|
{crumbly = 3, not_in_creative_inventory=1},
|
|
"default:snowblock",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_steel_block",
|
|
"Steel Block",
|
|
"default_steel_block.png",
|
|
{cracky = 1, level = 2,not_in_creative_inventory=1},
|
|
"default:steelblock",
|
|
"normal"
|
|
)
|
|
--]]
|
|
---[[
|
|
mycorners.register_all(
|
|
"default_stone_brick",
|
|
"Stone Brick",
|
|
"default_stone_brick.png",
|
|
{cracky = 2,not_in_creative_inventory=1},
|
|
"default:stonebrick",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_tree",
|
|
"Tree",
|
|
"default_tree.png",
|
|
{choppy=2,oddly_breakable_by_hand=1,flammable=2,not_in_creative_inventory=1},
|
|
"default:tree",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"default_water",
|
|
"Water",
|
|
"default_water.png",
|
|
{cracky = 3,not_in_creative_inventory=1},
|
|
"default:water_source",
|
|
"normal"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"farming_straw",
|
|
"Straw",
|
|
"farming_straw.png",
|
|
{snappy = 3,not_in_creative_inventory=1},
|
|
"farming:straw",
|
|
"normal"
|
|
)
|
|
--]]
|
|
-----------------------------------------------------------------------------------------------------
|
|
--wool
|
|
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_white",
|
|
"White Wool",
|
|
"wool_white.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_white"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_black",
|
|
"Black Wool",
|
|
"wool_black.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_black"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_blue",
|
|
"Blue Wool",
|
|
"wool_blue.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_blue"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_brown",
|
|
"Brown Wool",
|
|
"wool_brown.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_brown"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_cyan",
|
|
"Cyan Wool",
|
|
"wool_cyan.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_cyan"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_dark_green",
|
|
"Dark Green Wool",
|
|
"wool_dark_green.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_dark_green"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_dark_grey",
|
|
"Dark Grey Wool",
|
|
"wool_dark_grey.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_dark_grey"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_green",
|
|
"Green Wool",
|
|
"wool_green.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_green"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_grey",
|
|
"Grey Wool",
|
|
"wool_grey.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_grey"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_magenta",
|
|
"Magenta Wool",
|
|
"wool_magenta.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_magenta"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_orange",
|
|
"Orange Wool",
|
|
"wool_orange.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_orange"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_pink",
|
|
"Pink Wool",
|
|
"wool_pink.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_pink"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_red",
|
|
"Red Wool",
|
|
"wool_red.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_red"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_violet",
|
|
"Violet Wool",
|
|
"wool_violet.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_violet"
|
|
)
|
|
--]]
|
|
--[[
|
|
mycorners.register_all(
|
|
"wool_yellow",
|
|
"Yellow Wool",
|
|
"wool_yellow.png",
|
|
{snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,not_in_creative_inventory=1},
|
|
"wool_yellow"
|
|
)
|
|
--]]
|