added thick end rod crafting

This commit is contained in:
J-onasJones 2024-10-07 00:07:30 +02:00
parent d5f7bf7def
commit 840ee534a1
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EEE"
],
"key": {
"E": {
"item": "nec:thicker_end_rod"
}
},
"result": {
"id": "nec:even_thicker_end_rod",
"count": 2
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EEE"
],
"key": {
"E": {
"item": "minecraft:end_rod"
}
},
"result": {
"id": "nec:thick_end_rod",
"count": 2
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EEE"
],
"key": {
"E": {
"item": "nec:thick_end_rod"
}
},
"result": {
"id": "nec:thicker_end_rod",
"count": 2
}
}