1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00

Allow using any kind of skull for crafting heads

It's possible to acquire any mob head in vanilla, so it's probably best
if we allow any head to be used.
This commit is contained in:
SquidDev 2018-06-02 11:05:49 +01:00
parent b21c495815
commit c9589ad0e7
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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": {