Merge pull request #2 from Jat15/patch-1
Fix group for obsidian and coalblock
This commit is contained in:
commit
728d84afde
@ -91,7 +91,7 @@ mymillwork.register_all(
|
|||||||
"default_coal_block",
|
"default_coal_block",
|
||||||
"Coal Block",
|
"Coal Block",
|
||||||
"default_coal_block.png",
|
"default_coal_block.png",
|
||||||
{choppy = 3,not_in_creative_inventory=1},
|
{cracky = 3,not_in_creative_inventory=1},
|
||||||
"default:coalblock"
|
"default:coalblock"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -99,6 +99,6 @@ mymillwork.register_all(
|
|||||||
"default_obsidian",
|
"default_obsidian",
|
||||||
"Obsidian",
|
"Obsidian",
|
||||||
"default_obsidian.png",
|
"default_obsidian.png",
|
||||||
{choppy = 3,not_in_creative_inventory=1},
|
{cracky = 1,not_in_creative_inventory=1},
|
||||||
"default:obsidian"
|
"default:obsidian"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user