added more end_rod crafting recipes

This commit is contained in:
J-onasJones 2024-10-07 02:16:56 +02:00
parent d21ee80020
commit ab313ccabf
4 changed files with 49 additions and 0 deletions

View file

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

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "nec:even_thicker_end_rod"
}
],
"result": {
"id": "nec:thicker_end_rod"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "nec:thick_end_rod"
}
],
"result": {
"id": "minecraft:end_rod"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "nec:thicker_end_rod"
}
],
"result": {
"id": "nec:thick_end_rod"
}
}