Compare commits

..

No commits in common. "207423e987247b2045e68673399dc4cddcc1824d" and "4c6180e8f11b7b92f3bafd9c1ebd9b81a87787d6" have entirely different histories.

4 changed files with 3 additions and 51 deletions

View File

@ -1,45 +0,0 @@
# Brainstorming
## Piglin set
Some sort of gold focused set? maybe just a pickaxe & sword?
extra gold drops from piglins
extra gold drops in the nether?
Greed or midas related name? Hubris?
## Misc (not a set)
- Lamenting Malice (crossbow OR bow that drops extra ghast tears)
- Roman Candle (Sword with extra fortune when killing blazes)
- Axe with wither skeleton head fortune
> Cortex Rampage?
> Chaotic Solutions?
> Demon Days?
# Set Ideas
## Generic
All tools / armor are unbreakable, high effiency, nothing special
Armor should probably only be like prot 6
**Full set effect**: Maybe the full armor set could give you a particle effect?

View File

@ -11,10 +11,7 @@ public class MythicEssence {
private static final List<MythicItem> mythics = MythicItem.getMythics();
public static ItemStack rollMythic() {
int mythic_id;
do {
mythic_id = random.nextInt(mythics.size());
} while (mythic_id == 0);
int mythic_id = random.nextInt(mythics.size());
return mythics.get(mythic_id).item;
}
}

View File

@ -4,7 +4,7 @@
"UNBREAKING" : 9,
"EFFICIENCY" : 9
},
"Name" : "§2§lTerra§r §fPickaxe",
"Name" : "Terra Pickaxe",
"Lore" : [
"and the land thrashes in furious pain..."
],

View File

@ -4,7 +4,7 @@
"UNBREAKING" : 10,
"EFFICIENCY" : 9
},
"Name" : "§2§lTerra§r§f Shovel",
"Name" : "Terra Shovel",
"Lore" : [
"All will eventually return to Terra."
],