Add bone block, chorus fruit, popped chorus fruit, update purpur block textures
|
@ -160,7 +160,7 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = "mcl_dye:white 9",
|
||||
recipe = {
|
||||
{ "mcl_dye:bone_block" },
|
||||
{ "mcl_core:bone_block" },
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
@ -433,18 +433,15 @@ minetest.register_node("mcl_core:haybale", {
|
|||
sounds = mcl_core.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
--[[
|
||||
minetest.register_node("mcl_core:bone_block", {
|
||||
description = "Bone Block",
|
||||
-- FIXME: Missing texutres
|
||||
tiles = {"default_bone_block_top.png", "default_bone_block_top.png", "default_bone_block_side.png"},
|
||||
tiles = {"mcl_core_bone_block_top.png", "mcl_core_bone_block_top.png", "mcl_core_bone_block_side.png"},
|
||||
is_ground_content = false,
|
||||
paramtype2 = "facedir",
|
||||
on_place = minetest.rotate_node,
|
||||
groups = {cracky=3, building_block=1},
|
||||
groups = {cracky=2, building_block=1},
|
||||
sounds = mcl_core.node_sound_stone_defaults(),
|
||||
})
|
||||
]]
|
||||
|
||||
minetest.register_node("mcl_core:sea_lantern", {
|
||||
description = "Sea Lantern",
|
||||
|
|
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 16 KiB |
|
@ -108,12 +108,11 @@ minetest.register_node("mcl_end:dragon_egg", {
|
|||
})
|
||||
|
||||
-- Craftitems
|
||||
-- TODO: Add textures for chorus fruit and popped chorus fruit
|
||||
--[[
|
||||
minetest.register_craftitem("mcl_end:chorus_fruit", {
|
||||
description = "Chorus Fruit",
|
||||
wield_image = "mcl_end_chorus_fruit.png",
|
||||
inventory_image = "mcl_end_chorus_fruit.png",
|
||||
-- TODO: Teleport player
|
||||
on_use = minetest.item_eat(4),
|
||||
groups = { food = 2, eatable = 4 },
|
||||
stack_max = 64,
|
||||
|
@ -126,7 +125,6 @@ minetest.register_craftitem("mcl_end:chorus_fruit_popped", {
|
|||
groups = { craftitem = 1 },
|
||||
stack_max = 64,
|
||||
})
|
||||
]]
|
||||
|
||||
minetest.register_craftitem("mcl_end:ender_eye", {
|
||||
description = "Eye of Ender",
|
||||
|
|
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |