Kitteh6660 / Ceilands

The Ceilands is a dimension mod that adds the titular dimension with bedrock ceiling but no bedrock floor!
MIT License
1 stars 1 forks source link

Portal Frame Config? #6

Open Dumpling00 opened 2 weeks ago

Dumpling00 commented 2 weeks ago

Love the dimension. Only real issue I personally have with it is the activation via the Ancient City's portal - mostly because I have the Deeper and Darker mod installed. Although I quite like the idea of being able to travel to two different dimensions depending on what activator you use on the frame, I'd like to request a config option to set up a custom portal frame. Could this be possible?

Thank you in advance for your time and patience.

Kitteh6660 commented 2 weeks ago

You can configure which blocks are accepted via data packs!

https://github.com/Kitteh6660/Ceilands/blob/main/common/src/main/resources/data/ceilands/tags/blocks/ceilands_portal_frame_blocks.json

Dumpling00 commented 2 weeks ago

Oh fantastic, thank you! I can't seem to make it work though, could I please have more help? A template folder could help!

Dumpling00 commented 2 weeks ago

Yeah sorry, unfortunately I can't seem to make it work? This is how my datapack is setup - what am I doing wrong?

image

and in the specified json I have: { "replace": true, "values": [ "minecraft:end_stone_bricks" ] }

Dumpling00 commented 2 weeks ago

Nevermind I'm dumb! Forgot to close all of this in one folder. Thank you!