cool craftings
This commit is contained in:
@@ -25,7 +25,15 @@ minetest.register_node("amogus_blocks:tv", {
|
||||
"crt.png"
|
||||
},
|
||||
paramtype2 = "facedir",
|
||||
drop = 'amogus_blocks:amogus_blocks', groups = {stone=3},
|
||||
drop = { -- amogus_items:capacitor amogus_items:pcb
|
||||
-- drop two items
|
||||
max_items = 2,
|
||||
items = {
|
||||
{items = {'amogus_items:capacitor'}, rarity = 1},
|
||||
{items = {'amogus_items:pcb'}, rarity = 1},
|
||||
|
||||
},
|
||||
}, groups = {stone=3},
|
||||
})
|
||||
|
||||
minetest.register_node("amogus_blocks:bricks", {
|
||||
@@ -376,6 +384,14 @@ minetest.register_node("amogus_blocks:sussium_ore", {
|
||||
--sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_node("amogus_blocks:iron_ore", {
|
||||
description = "Iron Ore",
|
||||
tiles = {"iron_ore.png"},
|
||||
groups = {stone = 3},
|
||||
drop = 'amogus_items:iron_ingot',
|
||||
--sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
local loot = {
|
||||
"amogus_items:amogus",
|
||||
"amogus_items:sprite",
|
||||
|
||||
BIN
mods/amogus_blocks/textures/iron_ore.png
Normal file
BIN
mods/amogus_blocks/textures/iron_ore.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 B |
Reference in New Issue
Block a user