Fixed chess and checkers board

fixed connect 4 pieces
master
DonBatman 2015-09-16 06:49:26 -06:00
parent e8bd79a7e9
commit e37a9726ca
3 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,7 @@ minetest.register_node(item, {
drawtype = "normal",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky = 1, dig_immediate=3,not_in_creative_inventory=1},
groups = {cracky = 1,not_in_creative_inventory=1},
})
end

View File

@ -80,7 +80,7 @@ minetest.register_node(item, {
drawtype = "normal",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky = 3, dig_immediate=3,not_in_creative_inventory=1},
groups = {cracky = 3,not_in_creative_inventory=1},
})
end

View File

@ -33,7 +33,7 @@ minetest.register_node("myconnect4:red",{
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=3,dig_immediate=1,falling_node=1,not_in_creative_inventory=1},
groups = {cracky=3,dig_immediate=3,falling_node=1,not_in_creative_inventory=1},
node_box = {
type = "fixed",
fixed = {
@ -48,7 +48,7 @@ minetest.register_node("myconnect4:black",{
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=3,dig_immediate=1,falling_node=1,not_in_creative_inventory=1},
groups = {cracky=3,dig_immediate=3,falling_node=1,not_in_creative_inventory=1},
node_box = {
type = "fixed",
fixed = {
@ -64,7 +64,7 @@ minetest.register_node("myconnect4:redrf",{
paramtype = "light",
paramtype2 = "facedir",
drop = "myconnect4:red",
groups = {cracky=3,dig_immediate=1,falling_node=1,not_in_creative_inventory=1},
groups = {cracky=3,dig_immediate=3,falling_node=1,not_in_creative_inventory=1},
node_box = {
type = "fixed",
fixed = {
@ -83,7 +83,7 @@ minetest.register_node("myconnect4:blackrf",{
paramtype = "light",
paramtype2 = "facedir",
drop = "myconnect4:black",
groups = {cracky=3,dig_immediate=1,falling_node=1,not_in_creative_inventory=1},
groups = {cracky=3,dig_immediate=3,falling_node=1,not_in_creative_inventory=1},
node_box = {
type = "fixed",
fixed = {