Skip to content

Commit c9589ad

Browse files
committed
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.
1 parent b21c495 commit c9589ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/assets/computercraft/recipes/skull_cloudy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "minecraft:crafting_shapeless",
33
"ingredients": [
4-
{ "item": "minecraft:skull", "data": 1 },
4+
{ "item": "minecraft:skull", "data": 32767 },
55
{ "item": "computercraft:peripheral", "data": 2 }
66
],
77
"result": {

src/main/resources/assets/computercraft/recipes/skull_dan200.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "minecraft:crafting_shapeless",
33
"ingredients": [
4-
{ "item": "minecraft:skull", "data": 1 },
4+
{ "item": "minecraft:skull", "data": 32767 },
55
{ "item": "computercraft:computer", "data": 0 }
66
],
77
"result": {

0 commit comments

Comments
 (0)