Minecraft Data Packs / Other

The Ice Apocalypse

  • check_circle Functions
  • check_circle Predicates
  • 2,654 views, 8 today
  • 221 downloads, 1 today
  • 19
  • 17
  • 8
TheBigCube's Avatar TheBigCube
Level 46 : Master Dragon
28
1.20 NEWS - The data pack now supports minecraft 1.20 and the files are available for download! Other versions can be found on the "Older versions" link!

I'll still keep updating it when minecraft 1.21 will come out and even after for future versions, I'll also plan to keep all older versions downloadable!

----------------------------------------------

WARNING! This data pack can sometimes be resource demanding (especially when large zones are being frozen, for example in new generated chunks), but it should work on most PCs. Try lowering your render distance and reducing your graphics if you encounter performance issues.

----------------------------------------------

NOTE - If you encounter issues after some time with blocks/entities not freezing or blizzard not blowing, you'll need to reload the data pack in-game with /reload. This can happen when you teleport long distances by dying or changing dimensions.



Description:

Here's my second data pack! The Ice Apocalypse data pack is inspired of it's predecessor: The Solar Apocalypse. In this scenario, the planet earth has had its orbit modified and has gone out of the solar system, becoming a rogue planet. The world is becoming barren and frozen, temperature is rapidly dropping, the night is now eternal since there's no more sun, all mobs and plants are dying, most blocks are turning into snow or ice, and all water is freezing. You will have to go down in the depths of the world to survive thanks to the geothermal heat.

This data pack is intended to be even harder than The Solar Apocalypse.

Features:

Between layers 0 and 320:

- every entity and players will freeze to death
- all plants will die, trees will only have their frozen trunk remaining
- surface blocks (dirt, sand, gravel, etc.) will turn into snow
- all blocks not made of stone, deepslate or its variants will turn into packed ice
- all water will freeze into ice, including rivers, oceans and their contents
- all lava and magma blocks will turn into obsidian
- all non-solid blocks (stairs, slabs, door, trapdoors, furniture, etc.) will turn into air

Other features:

- the night is eternal, there is no safe period to explore the surface
- a deadly blizzard blows the surface of the world
- deepslate layers (between -64 and 0) are the only safe place to survive with the geothermal heat of the world, entities and blocks are not affected by the extreme cold at those layers
- other dimensions are also safe to explore, the data pack only affects overworld
- the data pack works for singleplayer and multiplayer (it may run slower depending of the number of players and the type of server, but it should work fine in most servers without a lot of players)

How it works:

- layers 0 to 320 aren't safe, all deadly effects take place there
- layers -64 to 0 are safe, no block or entity is affected there
- to explore the layers between 0 and 320 without dying of extreme cold, you will have to hold torches in your main hand or offhand but be sure to bring several of them as they have a limited durability, every torch lasts 20 seconds, and a stack lasts 1280 seconds (approx. 20 minutes), only torches work (for now), other light sources do not protect from extreme cold
- ores and ore blocks do not freeze so they can be harvested (ex: copper veins or gold blocks in monuments)
- all loot chests between layers 0 and 320 (dungeons, buried treasures, villages etc.) still remain so they can be looted, but once they're emptied they turn into packed ice
- suspicious sand and gravel between layers 0 and 320 remain as well so they can be brushed to get the new 1.20 stuff
- spawners between layers 0 and 320 also remain
- due to all surface blocks turning into snow, dirt and sand become a valuable resource since there's almost none of them naturally below layer 0, don't forget to gather them as much as possible as with other resources like plants, wood and food
- mobs being between layers 0 and 320 stop taking freezing damage if they stay near a player (8 blocks or less) holding a torch in their main hand or offhand
- beacons can be placed at any layer since they don't freeze, beacon pyramids can be made anywhere as well

How to install:

To start The Ice Apocalypse, just drop the .zip file in your world's data pack folder and type "/reload". Be sure to backup your saves before as the data pack does irreversible damage to your world!

Planned features:

- adding progressive apocalypse stages to let some time for players to gather resources before everything freezes
- adding progressive freezing layers, with the freezing effects being less intense the deeper the layer (currently it is danger zone -> safe zone with no gradient)
- adding other usable light sources for exploring surface layers
- adding an uninstall function to remove remnants of the data pack when needed

Issues:

- chests in layers between 0 and 320 aren't affected by the data pack if there's items inside, this is intended to keep loot chests (dungeons, village chests, buried treasures, etc.) but not for player placed chests

Additional notes:

If you want to use my data pack to make videos or other public content from it, do not forget to put the link of this post in the description to credit me.

If you have any issues or suggestions, feel free to leave a comment! You can also contact me on Discord: thebigcube
CompatibilityMinecraft 1.19
toMinecraft 1.20
Tags

3 Update Logs

Update #3 : by TheBigCube 01/01/2024 8:55:57 pmJan 1st

- updated the data pack to support 1.20.3 and 1.20.4
LOAD MORE LOGS

Create an account or sign in to comment.

1
07/01/2023 2:31 am
Level 7 : Apprentice Collective
JsabasakaPA
JsabasakaPA's Avatar
Snow mercy is going to be perfect with this lol
2
06/18/2023 5:13 pmhistory
Level 65 : High Grandmaster Lumberjack
DERPWARE
DERPWARE's Avatar
interesting concept, but what about the moon? it reflects the sun, and you say theres no sun in this datapack but yet the moon is shining. just a thought
2
06/20/2023 11:57 amhistory
Level 46 : Master Dragon
TheBigCube
TheBigCube's Avatar
Yeah, normally the moon shouldn't shine. The data pack only changes the time into midnight though so it's still the vanilla sky with the moon visible (and the sun being under the world). To hide the moon/sun you'll need to use a resource pack.
1
06/18/2023 4:22 am
Level 64 : High Grandmaster Botanist
SirMephistoPheles666
SirMephistoPheles666's Avatar
It's quite similar to other winter apocalypse and my frozen hell data packs, however not quite. The freezing and torch system is brilliant. I've been trying to implement them in my own frozen hell data pack but since I suck at programming and understanding code I couldn't really pull that through. I'm glad you made it work well. How did you make all surfaces turn into snow block? Did you change the noise settings for the overworld? How many biomes are in the world? Did you leave all biomes in the world or only the frozen, cold ones?
2
06/18/2023 3:33 pm
Level 46 : Master Dragon
TheBigCube
TheBigCube's Avatar
Yep, I made this data pack because wanted to do my own interpretation of what would be a frozen apocalypse in minecraft.

- for the blocks turning into snow/ice, it's a fill command which replace the affected blocks with snow, those fill commands are executed on armor stands that move around the players (it's done with the /spreadplayers command)

- for the torch mechanic, a /damage command is executed every second on each player, unless they hold a torch on their main hand or offhand, the torch-holding condition is a predicate

- the data pack doesn't change the world gen, it generates normally but blocks are gradually replaced when a player gets near them (in a square of 128 block radius around them)

- the biomes don't change as well, for example a desert will turn into snow blocks with the data pack, but still remains a desert biome when you look with F3, this is intended to keep biome related spawns and mechanics possible (ex: renewable corals in warm oceans, husk and stray spawning, etc.)
1
06/20/2023 9:05 am
Level 64 : High Grandmaster Botanist
SirMephistoPheles666
SirMephistoPheles666's Avatar
I see! Thanks for the detailed information on the topic. I might just well implement eventually a similar hold heat source in main or off-hand to avoid freezing... when I start to understand code xD
1
06/11/2023 7:22 pm
Level 30 : Artisan Creeper Hugger
sandiabby
sandiabby's Avatar
looks great... anything about the nether has changed?
1
06/12/2023 8:56 am
Level 46 : Master Dragon
TheBigCube
TheBigCube's Avatar
Thanks! Nether and other dimensions don't change, the data pack only affects the overworld
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome