Change in name
This commit is contained in:
parent
ad3954b8c9
commit
e7f53277a9
10
init.lua
10
init.lua
@ -1,29 +1,29 @@
|
||||
-- Happy block
|
||||
minetest.register_node("happymod:happy_block", {
|
||||
minetest.register_node("minetest_emotions:happy_block", {
|
||||
description = "I'm happy!!!",
|
||||
tiles = {"happyface3.png"},
|
||||
groups = {cracky = 3, stone = 1},
|
||||
})
|
||||
-- Sad block
|
||||
minetest.register_node("happymod:sad_block", {
|
||||
minetest.register_node("minetest_emotions:sad_block", {
|
||||
description = "I'm sad!!!",
|
||||
tiles = {"sadface.png"},
|
||||
groups = {cracky = 3, stone = 1},
|
||||
})
|
||||
-- Angry block
|
||||
minetest.register_node("happymod:angry_block", {
|
||||
minetest.register_node("minetest_emotions:angry_block", {
|
||||
description = "I'm angry!!!",
|
||||
tiles = {"angryface.png"},
|
||||
groups = {cracky = 3, stone = 1},
|
||||
})
|
||||
-- augh block
|
||||
minetest.register_node("happymod:augh_block", {
|
||||
minetest.register_node("minetest_emotions:augh_block", {
|
||||
description = "aughhhhh!!!",
|
||||
tiles = {"augh.png"},
|
||||
groups = {cracky = 3, stone = 1},
|
||||
})
|
||||
-- ooh block
|
||||
minetest.register_node("happymod:ooh_block", {
|
||||
minetest.register_node("minetest_emotions:ooh_block", {
|
||||
description = "Ooooooh shinyy!!!",
|
||||
tiles = {"ooh.png"},
|
||||
groups = {cracky = 3, stone = 1},
|
||||
|
Loading…
x
Reference in New Issue
Block a user