mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-22 11:26:58 +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:
parent
b21c495815
commit
c9589ad0e7
@ -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": {
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user