mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added blaze- gun- green birch block and dirt sword
This commit is contained in:
parent
664a6f9b67
commit
5014461885
34 changed files with 423 additions and 4 deletions
14
src/main/resources/data/nec/recipes/green_birch.json
Normal file
14
src/main/resources/data/nec/recipes/green_birch.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:birch_log"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nec:green_birch_log"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue