added negative flint, steel and steel crafting

This commit is contained in:
Jonas_Jones 2023-04-05 00:06:49 +02:00
parent ccd98528cc
commit 6cd2dea689
6 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:flint_and_steel"
},
{
"item": "nec:negative_flint"
}
],
"result": {
"item": "nec:steel"
}
}