mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added negative flint, steel and steel crafting
This commit is contained in:
parent
ccd98528cc
commit
6cd2dea689
6 changed files with 36 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "nec:item/negative_flint"
|
||||
}
|
||||
}
|
6
src/main/resources/assets/nec/models/item/steel.json
Normal file
6
src/main/resources/assets/nec/models/item/steel.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "nec:item/steel"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/nec/textures/item/negative_flint.png
Normal file
BIN
src/main/resources/assets/nec/textures/item/negative_flint.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 B |
BIN
src/main/resources/assets/nec/textures/item/steel.png
Normal file
BIN
src/main/resources/assets/nec/textures/item/steel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 199 B |
14
src/main/resources/data/nec/recipes/steel.json
Normal file
14
src/main/resources/data/nec/recipes/steel.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:flint_and_steel"
|
||||
},
|
||||
{
|
||||
"item": "nec:negative_flint"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nec:steel"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue