mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 04:29:19 +02:00
added thick end rod crafting
This commit is contained in:
parent
d5f7bf7def
commit
840ee534a1
3 changed files with 45 additions and 0 deletions
15
src/main/resources/data/nec/recipe/even_thicker_end_rod.json
Normal file
15
src/main/resources/data/nec/recipe/even_thicker_end_rod.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
15
src/main/resources/data/nec/recipe/thick_end_rod.json
Normal file
15
src/main/resources/data/nec/recipe/thick_end_rod.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
15
src/main/resources/data/nec/recipe/thicker_end_rod.json
Normal file
15
src/main/resources/data/nec/recipe/thicker_end_rod.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue