• • 9/11/24 7:13 am • 14 logs
- 26.7k views • 2 today
- save_alt 2k downloads
- Compatibility
- Minecraft 1.16
- to version
- Minecraft 1.21
- Changes include
- Functions
- Predicates
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
14 Update Logs
2025-01-25 updated to 1.21.4+ : by fafik77 01/25/2025 10:42:11 amJanuary 25, 2025 @ 3:42 pm UTC
all portals will auto update
all warp books need to be updated by holding them in main hand
all warp books need to be updated by holding them in main hand
LOAD MORE LOGS
More like this
4658380
119



Have something to say?
If I wanted to change where I can put the lectern, would I alter the coordinates in \event_handler\used_book_on_lectern.mcfunction or \portal\find_lectern.mcfunction?
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...