On Java there is a texture pack called ‘Waypoints (w waypoints)’. It allows you to make waypoints easily for traps, and I want to know if it’s possible to make something similar for bedrock.
Link to tpack:
https://modrinth.com/project/eQke7g17
1 messages · Page 1 of 1 (latest)
On Java there is a texture pack called ‘Waypoints (w waypoints)’. It allows you to make waypoints easily for traps, and I want to know if it’s possible to make something similar for bedrock.
Link to tpack:
https://modrinth.com/project/eQke7g17
Hell nah
Well yes it is
you can use particles to display something only you can see
player.spawnParticle
not player.dimension.spawnParticle
With commands?
NO, SCRIPTS
Wdym
No
cooked
can't make waypoints purely with resource pack (Client side). You need a mix of server (behavior pack) and client to do it.
Resources pack is really limited on what it could do. It's basically just an asset bank, you cant really put an actual complex mechanic in it.
I've made one, but they're more beacons than actual waypoints like in w waypoints
But it let's you place 16 different coloured beacons
You could place a beacon where you want to place a pressure plate and it should have the functionality you want
It uses the particle system so it creates a particle (which is the waypoint) when the player crouches while holding the corresponding coloured dye, (using player.json to detect this) and these particles are only visible to those who are using the texture pack
However this means that you can't use actions and stuff with this recource pack as it also uses player json, so I made an actions and stuff compatible pack that places a waypoint on an armour stand rather then the player when you equip it with a dye
I can dm the file if you want?
This is what it looks like in game
Is it different for different players who have the pack? If me and a friend are using the pack and I make a waypoint can they see it?
Resource packs are client side while behavior packs are server side
Yes, they can see it, unless you edit the .json in animation_controllers in the files of my pack, to change dye and wool to be another item
If you want i could send you two different versions you and your friend could use, so you dont see eachother's waypoints