Sunken Treasure: Difference between revisions
(→Treasure Drops: Fixed spawn rates) |
(1.13 update) |
||
Line 1: | Line 1: | ||
{{ModuleInfobox|name=Sunken Treasure|icon=sunken_treasure.png|creator=Sparks and WumpaCraft|updater= | {{ModuleInfobox|name=Sunken Treasure|icon=sunken_treasure.png|creator=Sparks and WumpaCraft|updater=BluePsychoRanger|type=Stand Alone|versions=1.13}} | ||
This module allows you to find loot from underwater sand. | This module allows you to find loot from underwater sand. | ||
Line 7: | Line 7: | ||
===Technical Summary=== | ===Technical Summary=== | ||
There needs to be 4 blocks of water above the player, and the player must be fully submerged in water in order to find treasure. | There needs to be 4 blocks of water above the player, and the player must be fully submerged in water in order to find treasure. | ||
For the loot table of the treasure chests, visit [https://github.com/Gamemode4Dev/GM4_Datapacks/blob/master/gm4_sunken_treasure/data/sunken_treasure/loot_tables/treasure_chest.json this page]. | |||
The chance for treasure to drop is based on the level of Fortune. Any level above 3 will not work. | The chance for treasure to drop is based on the level of Fortune. Any level above 3 will not work. | ||
Line 18: | Line 20: | ||
|- | |- | ||
|I | |I | ||
| | |11% | ||
|- | |- | ||
|II | |II | ||
| | |27% | ||
|- | |- | ||
|III | |III | ||
| | |49% | ||
|} | |} | ||
Line 39: | Line 41: | ||
| | | | ||
|- | |- | ||
| | |Seagrass | ||
|20% | |20% | ||
| | | | ||
|- | |- | ||
|Squid Spawn | |Squid Spawn | ||
Line 84: | Line 86: | ||
|- | |- | ||
|Sponge | |Sponge | ||
| | |1.5% | ||
| | | | ||
|- | |||
|Treasure Chest | |||
|0.5% | |||
|Placeable chest with a loot table containing various treasure | |||
|} | |} | ||
Line 97: | Line 103: | ||
|All My Audreys | |All My Audreys | ||
|Find all Dearest Audrey messages in a bottle. | |Find all Dearest Audrey messages in a bottle. | ||
| | |Have each message enter your inventory at least once. | ||
|} | |} | ||
==Learn More and Download== | ==Learn More and Download== | ||
Line 120: | Line 126: | ||
|2.0 | |2.0 | ||
|Updated for 1.12. Added "All My Audreys" achievement | |Updated for 1.12. Added "All My Audreys" achievement | ||
|- | |||
|04 Apr 2019 | |||
|3.0 | |||
|Updated for 1.13. Added treasure chest drop chance, lowered song drop chance from 2% to 1.5%. | |||
"All My Audreys" advancement slightly changed so you don't need all 20 messages in your inventory at the same time to get it. | |||
Double-tall grass renamed "seaweed" has been replaced by actual seagrass. | |||
|} | |} | ||
==Previous Versions== | ==Previous Versions== | ||
===MC 1.8 Version=== | ===MC 1.8 Version=== | ||
The MC 1.8 version (v1.0) did not have achievements. | The MC 1.8 version (v1.0) did not have achievements. In this version, there was no chance of getting a treasure chest, and double-tall grass renamed "seaweed" would spawn instead of seagrass. Additionally, the chances of getting loot was lower, 5%, 17%, and 25% based on the fortune level respectively. | ||
=== MC 1.12 Version === | === MC 1.12 Version === | ||
In the MC 1.12 version (v2.0), the advancements were actually a simulated achievement, using tellraw to show the message. This has been transferred to advancements upon the release of the 1.13 version ( | In the MC 1.12 version (v2.0), the advancements were actually a simulated achievement, using tellraw to show the message. This has been transferred to advancements upon the release of the 1.13 version (v3.0). In this version, there was no chance of getting a treasure chest, and double-tall grass renamed "seaweed" would spawn instead of seagrass. Additionally, the chances of getting loot was lower, 5%, 17%, and 25% based on the fortune level respectively. This version required the player to have all 20 messages in the inventory at the same time to get the "Dearest Audrey" advancement. | ||
[[Category:All Modules]] | [[Category:All Modules]] | ||
[[Category:Stand Alone Modules]] | [[Category:Stand Alone Modules]] |
Revision as of 21:54, 4 April 2019
Module Type | Stand Alone |
---|---|
Created by | Sparks and WumpaCraft |
Last Updated by | BluePsychoRanger |
Compatible MC Versions | 1.13 |
This module allows you to find loot from underwater sand.
Details
Treasure has a chance to drop from mined sand as long as it is deep underwater, and the player uses a tool with the enchantment Fortune I-III. The level of fortune determines the chance of treasure being dropped.
Technical Summary
There needs to be 4 blocks of water above the player, and the player must be fully submerged in water in order to find treasure.
For the loot table of the treasure chests, visit this page.
The chance for treasure to drop is based on the level of Fortune. Any level above 3 will not work.
Fortune Level | Chance of Treasure |
---|---|
0 | 0% |
I | 11% |
II | 27% |
III | 49% |
Treasure Drops
The following items/mobs can spawn when treasure is dropped
Item Name/Mob | Chance | Additional Notes |
---|---|---|
Bone | 20% | |
Seagrass | 20% | |
Squid Spawn | 15% | A squid spawns at the location of the broken sand block |
Message in a Bottle | 10% | 20 possible messages, See the Dearest Audrey page for the list. |
Mossy Cobblestone | 10% | |
Prismarine Crystals | 5% | |
Prismarine Shard | 5% | |
Waders | 3% | Golden Boots with Depth Strider I enchantment |
Bottle 'o Enchanting | 2.5% | |
Gold Ingot | 2.5% | |
Guardian Spawn | 2.5% | A guardian spawns at the location of the broken sand block |
Leather Boots | 2.5% | |
Sponge | 1.5% | |
Treasure Chest | 0.5% | Placeable chest with a loot table containing various treasure |
Advancements
Advancement | Description | Requirement |
---|---|---|
All My Audreys | Find all Dearest Audrey messages in a bottle. | Have each message enter your inventory at least once. |
Learn More and Download
History
Date | Version | Change |
---|---|---|
20 Feb 2015 | 1.0 | Released Sunken Treasure |
18 Apr 2016 | 1.0 | Fixed startup issue with 1-click and modified randomizer |
10 Sept 2017 | 2.0 | Updated for 1.12. Added "All My Audreys" achievement |
04 Apr 2019 | 3.0 | Updated for 1.13. Added treasure chest drop chance, lowered song drop chance from 2% to 1.5%.
"All My Audreys" advancement slightly changed so you don't need all 20 messages in your inventory at the same time to get it. Double-tall grass renamed "seaweed" has been replaced by actual seagrass. |
Previous Versions
MC 1.8 Version
The MC 1.8 version (v1.0) did not have achievements. In this version, there was no chance of getting a treasure chest, and double-tall grass renamed "seaweed" would spawn instead of seagrass. Additionally, the chances of getting loot was lower, 5%, 17%, and 25% based on the fortune level respectively.
MC 1.12 Version
In the MC 1.12 version (v2.0), the advancements were actually a simulated achievement, using tellraw to show the message. This has been transferred to advancements upon the release of the 1.13 version (v3.0). In this version, there was no chance of getting a treasure chest, and double-tall grass renamed "seaweed" would spawn instead of seagrass. Additionally, the chances of getting loot was lower, 5%, 17%, and 25% based on the fortune level respectively. This version required the player to have all 20 messages in the inventory at the same time to get the "Dearest Audrey" advancement.