From 929c61aae50ffa922a1363de49de57a882499766 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 16 Oct 2020 17:43:57 +0200 Subject: [PATCH] nerf the netherite staff because shy said so --- .../naturesaura/items/ItemNetheriteFinder.java | 2 +- .../en_us/entries/items/netherite_finder.json | 2 +- .../naturesaura/recipes/netherite_finder.json | 15 +++++++++------ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/main/java/de/ellpeck/naturesaura/items/ItemNetheriteFinder.java b/src/main/java/de/ellpeck/naturesaura/items/ItemNetheriteFinder.java index 9dd7c807..61a09cd7 100644 --- a/src/main/java/de/ellpeck/naturesaura/items/ItemNetheriteFinder.java +++ b/src/main/java/de/ellpeck/naturesaura/items/ItemNetheriteFinder.java @@ -34,7 +34,7 @@ public class ItemNetheriteFinder extends ItemImpl { inst.setParticleCulling(false); BlockPos pos = playerIn.getPosition(); - int range = 64; + int range = 12; for (int x = -range; x <= range; x++) { for (int y = 0; y <= 128; y++) { for (int z = -range; z <= range; z++) { diff --git a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/netherite_finder.json b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/netherite_finder.json index 1e70c943..f5019d44 100644 --- a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/netherite_finder.json +++ b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/netherite_finder.json @@ -10,7 +10,7 @@ }, { "type": "text", - "text": "When using it, all $(thing)Ancient Debris$() blocks in a rather large area around the user will be highlighted, making them visible even $(thing)through other blocks$(), for about a minute or so. During this time, the material can easily be located and mined.$(br)Needless to say, this operation requires a large amount of $(aura) from an $(l:items/aura_cache)Aura Cache$() or similar device." + "text": "When using it, all $(thing)Ancient Debris$() blocks in an area around the user will be highlighted, making them visible even $(thing)through other blocks$(), for about a minute or so. During this time, the material can easily be located and mined.$(br)Needless to say, this operation requires a large amount of $(aura) from an $(l:items/aura_cache)Aura Cache$() or similar device." }, { "type": "crafting", diff --git a/src/main/resources/data/naturesaura/recipes/netherite_finder.json b/src/main/resources/data/naturesaura/recipes/netherite_finder.json index 09b50bef..b544297a 100644 --- a/src/main/resources/data/naturesaura/recipes/netherite_finder.json +++ b/src/main/resources/data/naturesaura/recipes/netherite_finder.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - " NE", + " XE", "IRI", - "RN " + "RY " ], "key": { "R": { @@ -12,11 +12,14 @@ "I": { "item": "naturesaura:sky_ingot" }, - "N": { - "item": "minecraft:netherrack" - }, "E": { - "item": "minecraft:netherite_scrap" + "item": "minecraft:netherite_ingot" + }, + "X": { + "item": "minecraft:warped_stem" + }, + "Y": { + "item": "minecraft:crimson_stem" } }, "result": {