Closed ArgenNova closed 8 months ago
I forgot to mention: I did make sure that the datapack was added to the world and enabled when I created the world for testing
Just adding a +1 to this as well as confirmation that Nick1st is aware based on conversations from the Discord server the day after this issue was opened.
Not sure if anything else has been found out thus far but I'll be keeping an eye here as this is the one feature that has me ready to do another playthrough of modded Minecraft.
I've been looking into this in my own time and actually got it working. It appears that the issue was registryRegistryKey in CustomPortalGeneration. It works if you drop the "imm_ptl" namespace from the location.
Although I'm not sure if doing this may cause other issues that I didn't find while testing the fix.
I do remember stumbling upon a comment from Forge in the MDK about needing to allow non-vanilla registry namespaces in the future. So it may also be fixed in a forge update down the line.
what do you mean by "drop the 'imm_ptl' namespace from the location"? i wanna get mine working and i do not understand. an example would help. do you mean like remove the imm_ptl from the generation files? like instead of "imm_ptl:any_dimension" just do "any_dimension"?
This value here. Found in this class
what do you mean by "drop the 'imm_ptl' namespace from the location"? i wanna get mine working and i do not understand. an example would help. do you mean like remove the imm_ptl from the generation files? like instead of "imm_ptl:any_dimension" just do "any_dimension"?
They mean in the file
imm_ptl_core/src/main/java/qouteall/imm_ptl/core/portal/custom_portal_gen/CustomPortalGeneration.java
to remove imm_ptl:
from line 52.
Unfortunetly I can't get the project to build and that's mostly from having no know how on building mods haha.
This has been fixed a while ago. I suppose it's working now? If not, feel free to reopen.
According to your testing, does the issue occur with ONLY Immersive Portals mod installed?
Yes
Forge Version
43.3.5
ImmersivePortals Version
2.3.5-mc1.19.2
Latest Log
https://gist.github.com/ArgenNova/16af933941f6a846da07d91718af6f11#file-latest-log
Crash Report (if applicable)
No response
Steps to Reproduce
What You Expected
New nether portal to generate
What Happened Instead
Nothing
Additional Details
This was attempted using the example datapack from the immersive portals site: example_custom_portal_gen.zip
Please Read and Confirm The Following