Move hay bale to mcl_farming

This commit is contained in:
Wuzzy 2017-02-16 21:44:53 +01:00
parent 8aff6fdbb5
commit 5827b15ec5
6 changed files with 35 additions and 35 deletions

View file

@ -408,22 +408,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'mcl_core:haybale',
recipe = {
{'mcl_farming:wheat_item', 'mcl_farming:wheat_item', 'mcl_farming:wheat_item'},
{'mcl_farming:wheat_item', 'mcl_farming:wheat_item', 'mcl_farming:wheat_item'},
{'mcl_farming:wheat_item', 'mcl_farming:wheat_item', 'mcl_farming:wheat_item'},
}
})
minetest.register_craft({
output = 'mcl_farming:wheat_item 9',
recipe = {
{'mcl_core:haybale'},
}
})
minetest.register_craft({
output = 'mcl_core:coalblock',
recipe = {

View file

@ -441,18 +441,6 @@ minetest.register_node("mcl_core:brick_block", {
sounds = mcl_sounds.node_sound_stone_defaults(),
})
minetest.register_node("mcl_core:haybale", {
description = "Hay Bale",
tiles = {"default_hayblock_top.png", "default_hayblock_top.png", "default_hayblock_side.png"},
is_ground_content = false,
stack_max = 64,
paramtype2 = "facedir",
is_ground_content = false,
on_place = mcl_util.rotate_axis,
groups = {oddly_breakable_by_hand=3,flammable=2, building_block=1},
sounds = mcl_sounds.node_sound_leaves_defaults(),
})
minetest.register_node("mcl_core:bone_block", {
description = "Bone Block",
tiles = {"mcl_core_bone_block_top.png", "mcl_core_bone_block_top.png", "mcl_core_bone_block_side.png"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB