Mods / CustomPlayStyles
Author: Neuro_Mancer
Side: Client
Created: Aug 21st at 12:04 PM
Last modified: Aug 21st at 7:31 PM
Downloads: 216
Follow Unfollow 9
Latest file for v1.19.8:
CustomPlayStyles-v1.0.1.zip
1-click install
Ever wished you could create a custom play style, so your users do not copy the settings from the mod pack page?
Or you are a dev that wants to test world generation settings but need to copy and paste it every time.
This mod makes things easier, you can just change the worldconfig.json in the mod folder.
You should extract the mod from the zip. Just copy the folder from the zip into your Mods folder.
For that, you can create a World with your desired settings and then copy these settings.
After that, open the worldconfig.json file
Inside the file, there is the following entry:
"worldConfig": {
"worldClimate": "realistic",
"gameMode": "survival",
"temporalStability": "true",
"temporalStorms": "sometimes",
"graceTimer": "0",
"microblockChiseling": "stonewood",
"polarEquatorDistance": "100000",
"lungCapacity": "40000",
"harshWinters": "true",
"daysPerMonth": "9",
"saplingGrowthRate": "1",
"propickNodeSearchRadius": "6",
"allowUndergroundFarming": "false",
"temporalGearRespawnUses": "20",
"temporalStormSleeping": "0",
"clutterObtainable": "ifrepaired"
}
Replace the contents inside the bracket with your desired settings.
Special Thanks to:
DanaCraluminum for the Initial plan and also debugging the mod.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.0.1 | 172 | Aug 21st at 7:31 PM | Show | CustomPlayStyles-v1.0.1.zip | Install now | |
v1.0.0 | 44 | Aug 21st at 12:07 PM | Show | CustomPlayStyles-v1.0.0.zip | Install now |
VaelophisNyx
So the sturcture should be like:
Mods/CustomPlayStyles-v1.0.1\worldconfig.json
Ok, the issue seems to be that the archive is nested. Moving the contents up into the main archive and out of the CustomPlayStyles-v1.0.1 folder worked
Mine seems to be complaining about missing the modinfo.json file, even though it is there
I helped with this