[SOLVED] Gui - server interaction
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
the problem was solved but now the patchuoli mod can't access the getInstance() method for some reason
-
As far as i can see, you are trying to mix Forge-only mods with the Fabric loader, this is what's causing the errors on screen load when you try to create a new world. This is an example of the error. you can't combine Fabric with Forge, you'll need to search if the mods that you want have a Fabric version, or switch to Forge if you still want to use all the of them.
-
Been doing this today and had some success. Using these generators you can easily make the .json files needed https://misode.github.io/dimension/ https://misode.github.io/worldgen/biome/ https://misode.github.io/dimension-type/ I have them structured like this: resources/data/<yourmodname>/ ├── dimension/<your_dimension>.json ├── dimension_type/<your_dimension_type>.json └── worldgen/biome/<your_biome_name>.json Again, im just starting out but this is currently working.
-
By TileEntity · Posted
Looks like Almanac Lib is missing - add this mod: https://www.curseforge.com/minecraft/mc-mods/almanac-lib/files/5803518
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.