mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
Merge branch '1.21.x-dev' into thick-end-rod
This commit is contained in:
commit
2bc1ffca77
11 changed files with 97 additions and 5 deletions
|
@ -16,6 +16,8 @@
|
|||
"advancements.nec.root.title": "Not Enough Cursedness",
|
||||
"advancements.nec.thick_end_rod.title": "Du bist dicker als sonst!",
|
||||
"advancements.nec.thick_end_rod.description": "Bekomme einen dicken Endstab",
|
||||
"advancements.nec.lapis_golden_apple.title": "Verdammt, du bist geizig!",
|
||||
"advancements.nec.lapis_golden_apple.description": "Crafte einen Wenn du nicht genug Gold hast, also benutzt du Lapis stattdessen Goldener Apfel",
|
||||
|
||||
"block.nec.blaze_block": "Lohenblock",
|
||||
"block.nec.cursed_dirt_stairs": "Verfluchte Erdtreppe",
|
||||
|
@ -36,6 +38,7 @@
|
|||
"item.nec.letter": "Brief",
|
||||
"item.nec.negative_flint": "Negativer Feuerstein",
|
||||
"item.nec.steel": "Zeug",
|
||||
"item.nec.lapis_golden_apple": "Wenn du nicht genug Gold hast, also benutzt du Lapis stattdessen Goldener Apfel",
|
||||
"itemGroup.nec.not_enough_cursedness": "Nicht Genug Verfluchtheit",
|
||||
|
||||
"text.nec.splashscreen": "Not Enough Cursedness"
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
"advancements.nec.root.title": "Not Enough Cursedness",
|
||||
"advancements.nec.thick_end_rod.title": "You're thicker than usual!",
|
||||
"advancements.nec.thick_end_rod.description": "Obtain a Thick End Rod",
|
||||
"advancements.nec.lapis_golden_apple.title": "Damn You're cheap!",
|
||||
"advancements.nec.lapis_golden_apple.description": "Craft a When You Don't Have Enough Gold So You Use Lapis Instead Golden Apple",
|
||||
|
||||
"block.nec.blaze_block": "Blaze Block",
|
||||
"block.nec.cursed_dirt_stairs": "Cursed Dirt Stairs",
|
||||
|
@ -36,6 +38,7 @@
|
|||
"item.nec.letter": "Letter",
|
||||
"item.nec.negative_flint": "Negative Flint",
|
||||
"item.nec.steel": "Steel",
|
||||
"item.nec.lapis_golden_apple": "When You Don't Have Enough Gold So You Use Lapis Instead Golden Apple",
|
||||
"itemGroup.nec.not_enough_cursedness": "Not Enough Cursedness",
|
||||
|
||||
"text.nec.splashscreen": "Not Enough Cursedness"
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "nec:item/lapis_golden_apple"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 402 B |
22
src/main/resources/data/nec/recipe/lapis_golden_apple.json
Normal file
22
src/main/resources/data/nec/recipe/lapis_golden_apple.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GAL",
|
||||
"LLL"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:apple"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "nec:lapis_golden_apple"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue