Skip to content

Commit

Permalink
Allow using any kind of skull for crafting heads
Browse files Browse the repository at this point in the history
It's possible to acquire any mob head in vanilla, so it's probably best
if we allow any head to be used.
  • Loading branch information
SquidDev committed Jun 2, 2018
1 parent b21c495 commit c9589ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "minecraft:skull", "data": 1 },
{ "item": "minecraft:skull", "data": 32767 },
{ "item": "computercraft:peripheral", "data": 2 }
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "minecraft:skull", "data": 1 },
{ "item": "minecraft:skull", "data": 32767 },
{ "item": "computercraft:computer", "data": 0 }
],
"result": {
Expand Down

0 comments on commit c9589ad

Please sign in to comment.