Fix group for obsidian and coalblock

This commit is contained in:
Jat15 2018-05-19 16:50:08 +02:00 committed by GitHub
parent 83718005b4
commit 88c77af71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ mymillwork.register_all(
"default_coal_block",
"Coal Block",
"default_coal_block.png",
{choppy = 3,not_in_creative_inventory=1},
{cracky = 3,not_in_creative_inventory=1},
"default:coalblock"
)
@ -99,6 +99,6 @@ mymillwork.register_all(
"default_obsidian",
"Obsidian",
"default_obsidian.png",
{choppy = 3,not_in_creative_inventory=1},
{cracky = 1,not_in_creative_inventory=1},
"default:obsidian"
)