add missing paramstype2=facedir to instructionblock1
This commit is contained in:
parent
da7aaf6c28
commit
db98507d31
@ -48,6 +48,7 @@ minetest.register_node("illuna:welcome_block_3", {
|
|||||||
minetest.register_node("illuna:instruction_block_1", {
|
minetest.register_node("illuna:instruction_block_1", {
|
||||||
description = "Instruction Block 1",
|
description = "Instruction Block 1",
|
||||||
tiles = {"default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick^instruction_block_1.png"},
|
tiles = {"default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick^instruction_block_1.png"},
|
||||||
|
paramtype2 = "facedir",
|
||||||
groups = {unbreakable = 1},
|
groups = {unbreakable = 1},
|
||||||
on_place = minetest.rotate_node,
|
on_place = minetest.rotate_node,
|
||||||
sounds = default.node_sound_dirt_defaults({
|
sounds = default.node_sound_dirt_defaults({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user