• check_circle Functions
  • 5,916 views, 2 today
  • 203 downloads, 0 today
  • 14
  • 15
  • 12
WandererReece's Avatar WandererReece
Level 58 : Grandmaster Miner
139
Hunting Dimension Minecraft Data Pack  Hunting Dimension Minecraft Data Pack

You could call this my first, real datapack. Before, I just messed with things already there, recipes, loots, ect. However, I recently took the plunge and made this. Ironically, the sword was the hardest part of the pack.

For those who don't know, there is a mod for 1.12 called Hunting Dimension. It allowed players to craft a new portal. That portal connected to an overworld-like land that was stuck at nighttime. My version is a little different, but it's basically the same thing.

How to Enter the New Dimension
1)Type "/function hunting:join_the_hunt".
2)Smack the closest button.

Notice: The elevation is at 64, or 1+ sea level. Please keep this in mind when running the function.

How to Leave the New Dimension
1) Smack the closest button.

The New Dimension
This is basically an overworld superflat with the following changes:
- No structures or "decoration".
- Time set to Midnight.
- Beds explode.
- Respawn Anchors don't explode.

Generating the Bonfires
- Blocks within a 3x2x3 area are destroyed to prevent suffocation. Most destroyed blocks can be picked up by the player.
- When necessary, a platform will be created to prevent falling.
- The bonfires act like signal fires.

Why a Superflat?
The original mod made the land have very few, if any, caves. I don't know if this is possible yet, so I made the land a superflat. This will prevent mobs from hiding under your location.

Also, this may be the only way to get rid of structures.
CompatibilityMinecraft 1.16
Tags

Create an account or sign in to comment.

AwesomeAndo
07/27/2020 1:43 am
Level 1 : New Miner
history
AwesomeAndo's Avatar
2 Suggestions

1. Make the portal to the new dimension not require a command
2. Let players be able to toggle if beds work and/or respawn anchors

Other than that this is a really cool place for farms and grinders without getting in the way of your base :)
2
WandererReece
07/27/2020 10:48 am
Level 58 : Grandmaster Miner
WandererReece's Avatar
If you want beds to work, then all you need to do is change that one line in the pack.
1
Amrith Erilaz
06/18/2020 9:05 pm
Level 58 : Grandmaster Birb
history
Amrith Erilaz's Avatar
I should make a
Spoiler
Hunting Hero

datapack to use with this XD
1
WandererReece
06/19/2020 10:50 am
Level 58 : Grandmaster Miner
WandererReece's Avatar
If you want to use this dimension in something, then go ahead. It's just a superflat set to night time.
1
hokage3211
06/17/2020 1:08 pm
Level 49 : Master Engineer
hokage3211's Avatar
This looks really awesome and exactly what I thought should come from the dimensions stuff. However I'd encourage you to find a more survival friendly way of getting to the hunting dimension, as having to run a function doesn't quite work.



Also, question, does it preserve your location in the overworld so people can enter and leave from different positions, or is it fixed?
1
WandererReece
06/17/2020 6:16 pm
Level 58 : Grandmaster Miner
WandererReece's Avatar
I agree with the entrance. Unfortunately, I don't know how to make portals yet. I looked at that Aether-like datapack, and at least 90% of it went over my head.

Also, the function just makes pretty, command block structures. The buttons are literally powering command blocks. In turn, the blocks are set to send players to the same coordinates in the other dimension.

So, to answer the question. Each bonfire will go to a different destination, and the destinations never change.
1
Amrith Erilaz
06/18/2020 9:03 pm
Level 58 : Grandmaster Birb
Amrith Erilaz's Avatar
Instead of powering command blocks you could just place an armor stand entity on the button.



Using /execute at @e[tag=ARMOR_STAND_TAG] if block ~ ~ ~ minecraft:stone_button[powered=true] run tp @a[distance=0..4] ~ ~ ~ You can teleport nearby players if the armor stand detects that the button has been pressed.



Of course you could just make a normal portal with armor stands as well. You just set the armor stand to teleport all players within a radius to the destination.
1
WandererReece
06/19/2020 11:32 am
Level 58 : Grandmaster Miner
WandererReece's Avatar
Is that tag something I need to make, or is it already in the game?
1
Amrith Erilaz
06/19/2020 12:42 pm
Level 58 : Grandmaster Birb
Amrith Erilaz's Avatar
You can give any entity any alphanumerical tag. Say you summon an armor stand:

/summon armor_stand ~ ~ ~ {Tags:[“teleporter”]}

you can then target the entity:

execute at @e[​tag=teleporter] run ...
1
WandererReece
06/19/2020 10:49 am
Level 58 : Grandmaster Miner
WandererReece's Avatar
That's interesting. I didn't know armor stands could be used as teleportation devices.
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome