mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
nerf the netherite staff because shy said so
This commit is contained in:
parent
2d37302243
commit
929c61aae5
3 changed files with 11 additions and 8 deletions
|
@ -34,7 +34,7 @@ public class ItemNetheriteFinder extends ItemImpl {
|
||||||
inst.setParticleCulling(false);
|
inst.setParticleCulling(false);
|
||||||
|
|
||||||
BlockPos pos = playerIn.getPosition();
|
BlockPos pos = playerIn.getPosition();
|
||||||
int range = 64;
|
int range = 12;
|
||||||
for (int x = -range; x <= range; x++) {
|
for (int x = -range; x <= range; x++) {
|
||||||
for (int y = 0; y <= 128; y++) {
|
for (int y = 0; y <= 128; y++) {
|
||||||
for (int z = -range; z <= range; z++) {
|
for (int z = -range; z <= range; z++) {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"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",
|
"type": "crafting",
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" NE",
|
" XE",
|
||||||
"IRI",
|
"IRI",
|
||||||
"RN "
|
"RY "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"R": {
|
"R": {
|
||||||
|
@ -12,11 +12,14 @@
|
||||||
"I": {
|
"I": {
|
||||||
"item": "naturesaura:sky_ingot"
|
"item": "naturesaura:sky_ingot"
|
||||||
},
|
},
|
||||||
"N": {
|
|
||||||
"item": "minecraft:netherrack"
|
|
||||||
},
|
|
||||||
"E": {
|
"E": {
|
||||||
"item": "minecraft:netherite_scrap"
|
"item": "minecraft:netherite_ingot"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:warped_stem"
|
||||||
|
},
|
||||||
|
"Y": {
|
||||||
|
"item": "minecraft:crimson_stem"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
|
Loading…
Reference in a new issue