mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-22 20:19:19 +02:00
Merge pull request #10 from J-onasJones/missing-crafting-recipes-and-items
Missing crafting recipes and items
This commit is contained in:
commit
29cb4a5ef9
9 changed files with 165 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
"advancements.nec.ak_47.title": "Congrats, You're f*cking useless!",
|
||||
"advancements.nec.dirt_sword.description": "Haha, get it? ... -_-",
|
||||
"advancements.nec.dirt_sword.title": "You are now dirty",
|
||||
"advancements.nec.pocket_block.description": "Craft a Pocket Block",
|
||||
"advancements.nec.pocket_block.title": "It's basically Bedrock",
|
||||
"advancements.nec.java_block.description": "Craft a Java Block",
|
||||
"advancements.nec.java_block.title": "You Idiot, this is wrong!",
|
||||
"advancements.nec.root.description": "uwu",
|
||||
"advancements.nec.root.title": "Not Enough Cursedness",
|
||||
|
||||
|
|
31
src/main/resources/data/nec/advancements/java_block.json
Normal file
31
src/main/resources/data/nec/advancements/java_block.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "nec:java_block"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.java_block.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.java_block.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "nec:nec",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"nec:java_block"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
31
src/main/resources/data/nec/advancements/pocket_block.json
Normal file
31
src/main/resources/data/nec/advancements/pocket_block.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "nec:pocket_block"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nec.pocket_block.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nec.pocket_block.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"annouce_to_chat": true
|
||||
},
|
||||
"parent": "nec:nec",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"nec:pocket_block"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
14
src/main/resources/data/nec/recipes/bedrock.json
Normal file
14
src/main/resources/data/nec/recipes/bedrock.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:beds"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:stone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bedrock"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:deepslate_diamond_ore"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nec:deepslate_diamond_ore_ore"
|
||||
}
|
||||
}
|
19
src/main/resources/data/nec/recipes/diamond_ore_ore.json
Normal file
19
src/main/resources/data/nec/recipes/diamond_ore_ore.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:diamond_ore"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nec:diamond_ore_ore"
|
||||
}
|
||||
}
|
13
src/main/resources/data/nec/recipes/java_block.json
Normal file
13
src/main/resources/data/nec/recipes/java_block.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nec:pocket_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nec:java_block"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"1": {
|
||||
"item": "minecraft:golden_chestplate"
|
||||
},
|
||||
"2": {
|
||||
"item": "minecraft:leather_chestplate"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"111",
|
||||
"1 2",
|
||||
"222"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_chestplate"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
13
src/main/resources/data/nec/recipes/pocket_block.json
Normal file
13
src/main/resources/data/nec/recipes/pocket_block.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bedrock"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nec:pocket_block"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue