Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with implementing into an Architectury project. #165

Open
Stick404 opened this issue Apr 9, 2024 · 2 comments
Open

Problem with implementing into an Architectury project. #165

Stick404 opened this issue Apr 9, 2024 · 2 comments
Labels
1.19.2 enhancement New feature or request

Comments

@Stick404
Copy link

Stick404 commented Apr 9, 2024

I am trying to make a mod that add Immersive Portals to another mod (Hex Casting), but I am having problems with adding Imm Ptl to my build.gradle, the Imm Ptl classes/general codings have not shown up in IntelliJ IDEA. I have tried using JitPack and the modrinth maven to no avail (Currently I am using modImplementation ("com.github.iPortalTeam.ImmersivePortalsModForForge:v2.2.1-1.19.2")). So I am wondering how to add the Forge Imm Ptl to the dev IDE. As an important side note: the fabric/common build.gradle works when the forge is commented out.

Let me know if you need anymore information

@Stick404
Copy link
Author

Stick404 commented Apr 9, 2024

An note I forgot to include, is when modImplementation ("maven.modrinth:immersive-portals-neoforge:2.3.7-1.19.2") is used the gradle error that appears is "Cannot remap access widener from namespace 'named'. Expected: 'intermediary'"

@Nick1st
Copy link
Member

Nick1st commented Apr 15, 2024

I suppose the issue is that the Forge version contains some fabric modloader files, that might screw up Architectury's gradle plugins. I'll have a look.

@Nick1st Nick1st added enhancement New feature or request 1.19.2 labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.19.2 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants