mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 20:49:19 +02:00
Merge pull request #18 from J-onasJones/fletching-stairs
Fletching stairs
This commit is contained in:
commit
c18a58c51b
9 changed files with 296 additions and 2 deletions
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "nec:fletching_stairs"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.fletching_stairs.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.fletching_stairs.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "nec:nec",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"nec:fletching_stairs"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
17
src/main/resources/data/nec/recipes/fletching_stairs.json
Normal file
17
src/main/resources/data/nec/recipes/fletching_stairs.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"A ",
|
||||
"AA ",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:fletching_table"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nec:fletching_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue