Updated lore and updated Lightning Sword fix.

This commit is contained in:
bconlon 2020-06-03 21:38:46 -07:00
parent 3c77945e12
commit 8c85817697
46 changed files with 50 additions and 48 deletions

View file

@ -220,7 +220,12 @@ AetherEventHandler {
{
if (event.entity instanceof EntityPlayer)
{
event.setCanceled(true);
EntityPlayer player = (EntityPlayer) event.entity;
if (player.inventory.getCurrentItem().getItem() == ItemsAether.lightning_sword || player.inventory.getCurrentItem().getItem() == ItemsAether.lightning_knife)
{
event.setCanceled(true);
}
}
}

View file

@ -1 +1 @@
A pale dirt. It can be found in the Aether Highlands, and can also be used to grow the native trees. It can grow into grass with enough light.
A pale dirt. It can be found in the Aether, and can also be used to grow the native trees. It can grow into grass with enough light.

View file

@ -1 +1 @@
These bushes can be found all over the Aether Highlands. They provide Blueberries when broken, and then turn into bare stems. if placed on Enchanted Aether Grass the drops are doubled.
These bushes can be found all over the Aether. They provide Blue Berries when broken, and then turn into bare stems. If placed on Enchanted Aether Grass the drops are doubled.

View file

@ -1 +1 @@
This is the result of harvesting the Blueberries from a Blueberry Bush. It can take some time for them to grow back.
This is the result of harvesting the Blue Berries from a Berry Bush. It can take some time for them to grow back.

View file

@ -1 +1 @@
An Egg layed by a Black Moa. Hatching this provides a Black Moa with 8 mid-air jumps, the best and most rare one!
An Egg laid by a Black Moa. Hatching this provides a Black Moa with 8 mid-air jumps, the best and most rare one!

View file

@ -1 +1 @@
An Egg layed by a Blue Moa. Hatching this provides a Blue Moa with 3 mid-air jumps. The most common Moa.
An Egg laid by a Blue Moa. Hatching this provides a Blue Moa with 3 mid-air jumps. The most common Moa.

View file

@ -1 +1 @@
Harvested from Blueberry Bushes, this is the most common food source in the Aether. It has very weak hunger restoration. You can enchant these in an Altar for much better hunger restoration.
Harvested from Berry Bushes, this is the most common food source in the Aether. It has very weak hunger restoration. You can enchant these in an Altar for much better hunger restoration.

View file

@ -1 +1 @@
A sword made from decorative candy. Randomly drops candy canes when used. These are dropped from presents that are under Holiday Trees.
A sword made from decorative candy. Randomly drops Candy Canes when used. These are dropped from presents that are under Holiday Trees.

View file

@ -1 +1 @@
The Stone found in Bronze Dungeons. This stone has a gray color to it, and can be mined as a decorative blocks.
The Stone found in Bronze Dungeons. This stone has a gray color to it, and can be mined as a decorative block.

View file

@ -1 +1 @@
A staff with a light and fluffy top. It summons small Cloud Sentrys to fight next to the user for a short period of time by shooting large Iceballs.
A staff with a light and fluffy top. It summons small Cloud Sentries to fight next to the user for a short period of time by shooting large Iceballs.

View file

@ -1 +1 @@
Crystal leaves that are home to White Apples.
Crystal Leaves that are home to White Apples.

View file

@ -1 +1 @@
A Dart Shooter which shoots Enchanted darts, the strongest one!
A Dart Shooter which shoots Enchanted Darts, the strongest one!

View file

@ -1 +1 @@
A Dart Shooter which shoots Golden darts, enchanting it on an Altar improves it's attack power!
A Dart Shooter which shoots Golden Darts, enchanting it on an Altar improves it's attack power!

View file

@ -1 +1 @@
A Dart Shooter which shoots Poison darts. Shooting this at something infects them with a deadly poison!
A Dart Shooter which shoots Poison Darts. Shooting this at something infects them with a deadly poison!

View file

@ -1 +1 @@
A key that has a shiny finish. It is dropped by the Sun Spirit after you defeat him. You can use it to claim the ledgendary treasure in the back room!
A key that has a shiny finish. It is dropped by the Sun Spirit after you defeat him. You can use it to claim the legendary treasure in the back room!

View file

@ -1 +1 @@
Aether Grass enchanted which allows for increasing harvest rates of blue berries.
Aether Grass enchanted which allows for increasing harvest rates of Blue Berries.

View file

@ -1 +1 @@
After putting in Gravitite Ore into an Altar and enchanting it, you get Enchanted Gravitite. This can be made into Gravitite Tools and Armor. When powered with a Redstone signal, Enchanted Gravitite Blocks will float into the air, similarly to Gravitite Ore.
After putting Gravitite Ore into an Altar and enchanting it, you get Enchanted Gravitite. This can be made into Gravitite Tools and Armor. When powered with a Redstone signal, Enchanted Gravitite Blocks will float into the air, similarly to Gravitite Ore.

View file

@ -1 +1 @@
A golden cloud found in small quantities, higher in the air than normal. The properties are simlar to Cold Aerclouds, but the Parachutes they produce have much more durability.
A golden cloud found in small quantities, higher in the air than normal. The properties are similar to Cold Aerclouds, but the Parachutes they produce have much more durability.

View file

@ -1 +1 @@
These round golden orbs can be obtained by mining Golden Oak Logs with a Gravitite Axe. Thair main purpose is to craft Golden darts, and Dart Shooters.
These round golden orbs can be obtained by mining Golden Oak Logs with a Gravitite Axe. Their main purpose is to craft Golden Darts, and Dart Shooters.

View file

@ -1 +1 @@
A fluffy feather found in Silver Dungeons. When worn, the wearer becomes lighter than air and can decend slowly.
A fluffy feather found in Silver Dungeons. When worn, the wearer becomes lighter than air and can descend slowly.

View file

@ -1 +1 @@
These golden leaves generate with Golden Oak trees. They spawn golden particles in a radius of 5 blocks. They yield Golden Oak Saplings when decayed.
These golden Leaves generate with Golden Oak trees. They spawn golden particles in a radius of 5 blocks. They yield Golden Oak Saplings when decayed.

View file

@ -1 +0,0 @@
The best parachute in the Aether. It has 20 uses and is made with Golden Aerclouds.

View file

@ -1 +1 @@
Obtained from Enchanting Holystone, it can be used as a reliable healing source, providing Regeneration. It has a surprisingly juicy flavor.
Obtained from enchanting Holystone, it can be used as a reliable healing source, providing Regeneration. It has a surprisingly juicy flavor.

View file

@ -1 +1 @@
Leaves on Christmas trees! it snows near them, and there is always presents nearby!
Leaves on Christmas trees! It snows near them, and there is always presents nearby!

View file

@ -1 +1 @@
One of Aether's stone tools, it can mine Zanite, and will randomly drop Ambrosium Shards while mining.
One of Aether's stone tools, it can mine Zanite, and will randomly drop Ambrosium Shards while mining.

View file

@ -1 +1 @@
A cloak that makes the wearer completely invisible! Since mobs cannot see you, they cannot attack you. Sneak up on your enemys with it!
A cloak that makes the wearer completely invisible! Since mobs cannot see you, they cannot attack you. Sneak up on your enemies with it!

View file

@ -1 +1 @@
A mysterious hammer that shoots projectiles out of it. At one point it vanished from existance. It's said this was actually Jeb's hammer at one point.
A mysterious hammer that shoots projectiles out of it. At one point it vanished from existence. It's said this was actually Jeb's hammer at one point.

View file

@ -1 +1 @@
Dyable gloves to match your leather tunic! This is needed to complete the Leather armor set.
Dyeable gloves to match your leather tunic! This is needed to complete the Leather armor set.

View file

@ -1 +1 @@
An ancient sword which summons lightning to its foes. be careful not to get too close, or you will hurt yourself witht he Lightning!
An ancient sword which summons lightning to its foes. be careful not to get too close, or you will hurt yourself with the Lightning!

View file

@ -1 +1 @@
A mighty hammer which shoots heavy projectiles at mobs. It's said that Notch actually held this hammer.
A mighty hammer which shoots heavy projectiles at mobs. It's said that Notch actually held this hammer.

View file

@ -1 +1 @@
A very soft cloud that is pink. It has natural healing properties, healing anyone's wounds when stepped in. It can be found naturally on the Official Server in very small quantities, extremely high up.
A very soft cloud that is pink. It has natural healing properties, healing anyone's wounds when stepped in.

View file

@ -1 +1 @@
These pretty violet flowers can be found in large numbers around the Aether Highlands. They can be crafted into purple dye when placed into a Crafting Table.
These pretty violet flowers can be found in large numbers around the Aether. They can be crafted into purple dye when placed into a Crafting Table.

View file

@ -1,3 +1 @@
A shield that protects the user from most projectiles.
It will reflect the projectile back at the thrower and cause damage to them.
Each time a projectile is reflected the shield will be damaged.
A shield that protects the user from most projectiles. It will reflect the projectile back at the thrower and cause damage to them. Each time a projectile is reflected the shield will be damaged.

View file

@ -1 +1 @@
A hand crafted bucket, used to contain Aechor Plant, a nice Remedy or even just plain Water!
A hand crafted bucket, used to contain Aechor poison, a nice Remedy or even just plain Water!

View file

@ -1 +1 @@
A Skyroot Bucket that has been filled with a deadly poison. Better not drink it! It can be used to craft Poison darts and Dart Shooters. Enchant it to cure the poison in it.
A Skyroot Bucket that has been filled with a deadly poison. Better not drink it! It can be used to craft Poison Darts and Dart Shooters. Enchant it to cure the poison in it.

View file

@ -1 +1 @@
One of Aether's wooden tools, it has a low amount of durrability, and doubles mob drops. It makes an excellent food collected when combined with enchantments such as Looting and Fire Aspect.
One of Aether's wooden tools, it has a low amount of durability, and doubles mob drops. It makes an excellent food collected when combined with enchantments such as Looting and Fire Aspect.

View file

@ -1 +1 @@
A tool unique to the Silver Dungeon, this long range weapon is very good for defeating Zephyrs, and Valkryie Queens.
A tool unique to the Silver Dungeon, this long range weapon is very good for defeating Zephyrs, and Valkyrie Queens.

View file

@ -1 +1 @@
A mysterious sword that has life-stealing abilitys. Holding it just makes you feel creepily empty..
A mysterious sword that has life-stealing abilities. Holding it just makes you feel creepily empty...

View file

@ -1 +1 @@
These extremely good smelling roses can make great gifts to a friend or loved one. They spawn in large groups around the Aether Highlands.
These extremely good smelling roses can make great gifts to a friend or loved one. They spawn in large groups around the Aether.

View file

@ -1 +1 @@
An Egg layed by a White Moa. Hatching this provides a White Moa with 4 mid-air jumps. This Moa is decently rare.
An Egg laid by a White Moa. Hatching this provides a White Moa with 4 mid-air jumps. This Moa is decently rare.

View file

@ -1 +1 @@
A block of compacted Zanite Gemstones. They can pwer beacons, and just have a sleek look to them.
A block of compacted Zanite Gemstones. They can power beacons, and just have a sleek look to them.

View file

@ -1 +1 @@
Part of the Zanite Armor set, the protection it grants increases as the durabillity decreases.
Part of the Zanite Armor set, the protection it grants increases as the durability decreases.

View file

@ -1 +1 @@
Part of the Zanite Armor set, the protection it grants increases as the durabillity decreases.
Part of the Zanite Armor set, the protection it grants increases as the durability decreases.

View file

@ -1 +1 @@
Part of the Zanite Armor set, the protection it grants increases as the durabillity decreases.
Part of the Zanite Armor set, the protection it grants increases as the durability decreases.

View file

@ -1 +1 @@
Part of the Zanite Armor set, the protection it grants increases as the durabillity decreases.
Part of the Zanite Armor set, the protection it grants increases as the durability decreases.

View file

@ -1 +1 @@
One of Aether's mid-tier tools, as you mine dirt and Quicksoil, the durrability will decrease, and get faster. If you wait long enough it will start to break blocks instantly! Be careful repairing it, as it will be slower when there is more durability.
One of Aether's mid-tier tools, as you mine dirt and Quicksoil, the durability will decrease, and get faster. If you wait long enough it will start to break blocks instantly! Be careful repairing it, as it will be slower when there is more durability.