2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "dirt",
|
|
|
|
name = "Dirt",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "dirt.png"
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "cobblestone",
|
|
|
|
name = "Cobblestone",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "cobblestone.png",
|
2018-12-28 08:36:56 +01:00
|
|
|
hardness = 2,
|
|
|
|
harvest_requirements = 1,
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "grass",
|
|
|
|
name = "Grass",
|
2020-01-30 21:35:51 +09:00
|
|
|
tiles = {"grass_block_top.png", "dirt.png", "grass_block_side.png"},
|
2018-12-28 08:36:56 +01:00
|
|
|
item_drop = {
|
2019-01-04 18:05:35 +01:00
|
|
|
id = mod:id()..":dirt",
|
2018-12-28 08:36:56 +01:00
|
|
|
amount = 1
|
|
|
|
}
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "leaves",
|
|
|
|
name = "Leaves",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "oak_leaves.png",
|
2018-12-28 08:36:56 +01:00
|
|
|
hardness = 0.5,
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "wood",
|
|
|
|
name = "Wood",
|
2020-01-30 21:35:51 +09:00
|
|
|
tiles = {"oak_log_top.png", "oak_log.png"},
|
2018-12-28 08:36:56 +01:00
|
|
|
hardness = 2
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "stone",
|
|
|
|
name = "Stone",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "stone.png",
|
2018-12-28 08:36:56 +01:00
|
|
|
hardness = 1.5,
|
|
|
|
harvest_requirements = 1,
|
|
|
|
item_drop = {
|
2019-01-04 18:05:35 +01:00
|
|
|
id = mod:id()..":cobblestone",
|
2018-12-28 08:36:56 +01:00
|
|
|
amount = 1
|
|
|
|
},
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "sand",
|
|
|
|
name = "Sand",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "sand.png"
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "water",
|
|
|
|
name = "Water",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "water.png"
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "glass",
|
|
|
|
name = "Glass",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "glass.png"
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "ore_coal",
|
|
|
|
name = "Coal Ore",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "coal_ore.png",
|
2018-12-28 08:36:56 +01:00
|
|
|
hardness = 3,
|
|
|
|
harvest_requirements = 1,
|
|
|
|
item_drop = {
|
2019-01-04 18:05:35 +01:00
|
|
|
id = mod:id()..":coal",
|
2018-12-28 08:36:56 +01:00
|
|
|
amount = 1
|
|
|
|
},
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "planks",
|
|
|
|
name = "Planks",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "oak_planks.png"
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "glowstone",
|
|
|
|
name = "Glowstone",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "glowstone.png"
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-08 02:39:07 +01:00
|
|
|
dofile("mods/workbench.lua")
|
|
|
|
dofile("mods/furnace.lua")
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
2020-01-30 15:31:49 +09:00
|
|
|
id = "iron_ore",
|
2019-01-04 18:05:35 +01:00
|
|
|
name = "Iron Ore",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "iron_ore.png",
|
2018-12-28 08:36:56 +01:00
|
|
|
hardness = 3,
|
|
|
|
harvest_requirements = 1,
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-04 18:05:35 +01:00
|
|
|
mod:block {
|
|
|
|
id = "slab_planks",
|
|
|
|
name = "Plank Slab",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "oak_planks.png",
|
2019-01-04 18:05:35 +01:00
|
|
|
}
|
2018-12-28 08:36:56 +01:00
|
|
|
|
2019-01-05 05:41:18 +01:00
|
|
|
mod:block {
|
|
|
|
id = "flower",
|
|
|
|
name = "Flower",
|
2020-01-30 17:25:48 +09:00
|
|
|
tiles = "dandelion.png",
|
2019-01-07 01:26:02 +01:00
|
|
|
hardness = 0.05,
|
2019-01-05 05:41:18 +01:00
|
|
|
draw_type = 1,
|
|
|
|
}
|
|
|
|
|