- check_circle Functions
- check_circle Predicates
- 24,423 views, 4 today
- 1,975 downloads, 0 today
54
Warp Portals 2
Now With New Sounds
Works in minecraft 1.21+
When you are riding a Horse and go through a portal you will end up on the other side riding a Horse
Warp Books | Warp Books are a handy way for a player to travel to previously saved location
P.S Warp Books are never lost after teleportation |
Warp Portals | Portals are a more permanent way to travel between places
Also 99% bug free |
/trigger dismount | Sometimes you might get stuck when teleporting Riding something, use this to get un-stuck. Or when looking at entity's mount point will in turn eject them from the vehicle |
Options, Configuration
1.21 +
configure via UI accessed through /reload click on Config
or function fafik77:0config/warp_portals/config
(1.16 - 1.20)
You can change how big portal frames are allowed: /scoreboard players set #_frameLimit f77WP_Fuel 36
You can change how big portals are allowed: /scoreboard players set #_portalLimit f77WP_Fuel 44
You can add/change which blocks are valid #portal_frame blocks by editing the blocks tag #fafik77:warp_portals/portal_frame (Glowstone/Honeycomb by default)
You can blacklist entities entity_types #tp-black_list so they wont go through the portal
You can whitelist additional non living entities entity_types #tp-white_list which can go through the portal (blacklist has priority)
Boats are terrible, if you find more entities that couse too much pain when warping riding them you can disable remount for them in #remount-black_list
Entities with either one of: { Marker:1b, Invulnerable:1b, NoAI:1b, tag=unmovable, tag=Unmovable } will not be moved by warp portals
configure via UI accessed through /reload click on Config
or function fafik77:0config/warp_portals/config
(1.16 - 1.20)
You can change how big portal frames are allowed: /scoreboard players set #_frameLimit f77WP_Fuel 36
You can change how big portals are allowed: /scoreboard players set #_portalLimit f77WP_Fuel 44
You can add/change which blocks are valid #portal_frame blocks by editing the blocks tag #fafik77:warp_portals/portal_frame (Glowstone/Honeycomb by default)
You can blacklist entities entity_types #tp-black_list so they wont go through the portal
You can whitelist additional non living entities entity_types #tp-white_list which can go through the portal (blacklist has priority)
Boats are terrible, if you find more entities that couse too much pain when warping riding them you can disable remount for them in #remount-black_list
Entities with either one of: { Marker:1b, Invulnerable:1b, NoAI:1b, tag=unmovable, tag=Unmovable } will not be moved by warp portals
Adding a custom dimension compatibility (1.16 - 1.20)
Since 1.21+ everything is handled by $Macros
you can add the compatibility to teleport to your custom dimension by writing 1 function file that contains:
execute if data storage minecraft:fafik77 warp_portals.portalTp{Dim:"namespace:dimension"} at @s in namespace:dimension positioned ~ ~ ~ positioned as @s run function fafik77:warp_portals/on_clock/book_tp/tp_dim
and adding that function to functions tag file "fafik77:warp_portals/tp_dim"
you can add the compatibility to teleport to your custom dimension by writing 1 function file that contains:
execute if data storage minecraft:fafik77 warp_portals.portalTp{Dim:"namespace:dimension"} at @s in namespace:dimension positioned ~ ~ ~ positioned as @s run function fafik77:warp_portals/on_clock/book_tp/tp_dim
and adding that function to functions tag file "fafik77:warp_portals/tp_dim"
Requires:
- ResourcePack Language pack v2024-09-11 this pack contains every name,lore,texture for my datapacks
- download this pack
- download required files
- put required files in place
Old Downloads
Sounds from freesound.org
Whats That? Hidden Features ?
Lecterns are Dragon and Wither proof, as well as Honeycomb blocks.
/trigger dismount was originally meant to be used as last resort when warping on a horse back and getting stuck
Boats dont work well with warping, as they are SLOWLY transitioned from portal to end point, and would always get you stuck somewhere, thats why #remount-black_list exists
Added 2 advancements to guide you
/trigger dismount was originally meant to be used as last resort when warping on a horse back and getting stuck
Boats dont work well with warping, as they are SLOWLY transitioned from portal to end point, and would always get you stuck somewhere, thats why #remount-black_list exists
Added 2 advancements to guide you
Compatibility | Minecraft 1.16 |
to | Minecraft 1.21 |
Tags |
13 Update Logs
2024-09-02 updated to 1.21+ : by fafik77 09/11/2024 7:13:17 amSep 11th
reworked: the teleport system, portal making & validation, book making, riding, sound effects
sounds are now less intrusive ()
+ sound for player teleporting: freesound.org/s/13294/ (Players: slider)
+ sound for warp portal teleporting entities away: freesound.org/s/447493/ (Blocks: slider)
- portal.travel -as its waaaay to loud & long
= ambient sound for warp portal is now ALWAYS quiter than nether portal (Ambient/Enviroment: slider)
new: book tp -teleports you with the ridden entity
new: warp portal teleports entire passengers stack (eg. minecart->boat->pig->player)
new: when passengers are teleported, they are put back to the way they were riding
+ trigger dismount -dismount the entity (you/looked at entity) are riding
now: when placing a "warp book" into a portal lectern will automaticly try to make the portal
now: making a portal is quiet
now: portals no longer require a dedicated frame per portal. They can now be touching other portals
now: portals no longer require corner frame blocks to form (due to portal making system changes)
now: portals use "glow item frame" (instead of "item frame") to disregard ambient light
now: due to rework of "portal making" the entire process should be less taxing, and can be spread over multiple ticks
now: portals are created always in the same order: from right-top to left-bottom, lastly leying portal is considered
now: when portal is created, the name of the book will be displayed in the book at the bottom of the page
entities: with either one of: { Marker:1b, Invulnerable:1b, NoAI:1b, tag=unmovable, tag=Unmovable } will not be moved by warp portals
+ blacklist_dim -used to block creating a "warp book" in a dimension
This does not block player from teleporting out of that dimension, or teleporting into that dimension with a previously created "warp book"
sounds are now less intrusive ()
+ sound for player teleporting: freesound.org/s/13294/ (Players: slider)
+ sound for warp portal teleporting entities away: freesound.org/s/447493/ (Blocks: slider)
- portal.travel -as its waaaay to loud & long
= ambient sound for warp portal is now ALWAYS quiter than nether portal (Ambient/Enviroment: slider)
new: book tp -teleports you with the ridden entity
new: warp portal teleports entire passengers stack (eg. minecart->boat->pig->player)
new: when passengers are teleported, they are put back to the way they were riding
+ trigger dismount -dismount the entity (you/looked at entity) are riding
now: when placing a "warp book" into a portal lectern will automaticly try to make the portal
now: making a portal is quiet
now: portals no longer require a dedicated frame per portal. They can now be touching other portals
now: portals no longer require corner frame blocks to form (due to portal making system changes)
now: portals use "glow item frame" (instead of "item frame") to disregard ambient light
now: due to rework of "portal making" the entire process should be less taxing, and can be spread over multiple ticks
now: portals are created always in the same order: from right-top to left-bottom, lastly leying portal is considered
now: when portal is created, the name of the book will be displayed in the book at the bottom of the page
entities: with either one of: { Marker:1b, Invulnerable:1b, NoAI:1b, tag=unmovable, tag=Unmovable } will not be moved by warp portals
+ blacklist_dim -used to block creating a "warp book" in a dimension
This does not block player from teleporting out of that dimension, or teleporting into that dimension with a previously created "warp book"
LOAD MORE LOGS
4658380
119
Create an account or sign in to comment.
I put the pearls in my offhand and open the book, but instead of using the pearls as fuel like it used to it just says that I don´t have fuel
*clap clap*
I was using the zip file from 2020
With the new one everything works fine...