Dimensional Doors Legacy

Dimensional Doors Legacy

7.4k Downloads

[Bug]: gatewayGenChance config not being applied

schuberty opened this issue ยท 2 comments

commented

What happened?

Hi BoogieMonster101!

I download the version 5.3.0 for 1.20.1 with the Fabric Loader 0.14.25 and when I start the server the generated config file comes as this:

{
	"general": {
		"teleportOffset": 0.0,
		"riftBoundingBoxInCreative": false,
		"riftCloseSpeed": 0.1,
		"riftGrowthSpeed": 1.0,
		"depthSpreadFactor": 20,
		"endermanSpawnChance": 5.0E-5,
		"endermanAggressiveChance": 0.5
	},
	"pockets": {
		"pocketGridSize": 32,
		"maxPocketSize": 15,
		"privatePocketSize": 2,
		"publicPocketSize": 1,
		"defaultWeightEquation": "5",
		"fallbackWeight": 5,
		"asyncWorldEditPocketLoading": true,
		"canUseRiftSignatureInPrivatePockets": true
	},
	"world": {
		"clusterGenChance": 20000.0,
		"clusterDimBlacklist": [],
		"gatewayDimBlacklist": []
	},
	"dungeons": {
		"maxDungeonDepth": 50
	},
	"monoliths": {
		"dangerousLimboMonoliths": false,
		"monolithTeleportation": true
	},
	"limbo": {
		"hardcoreLimbo": false,
		"limboReturnDistance": 20000,
		"limboBlocksCorruptingOverworldAmount": 5.0,
		"worldsLeadingToLimbo": {
			"list": [],
			"blacklist": false
		}
	},
	"graphics": {
		"showRiftCore": false,
		"highlightRiftCoreFor": 15000,
		"riftSize": 1.0,
		"riftJitter": 1.0
	},
	"doors": {
		"closeDoorBehind": true,
		"doorList": {
			"mode": "DISABLE",
			"doors": []
		},
		"placeRiftsInCreativeMode": true
	},
	"decay": {
		"decaySpreadChance": 1.0,
		"decayDelay": 40
	}
}

Then if I add the "gatewayGenChance" key value with a integer in the "world" part it just gets removed right after I start the server again.

I wanted the gateway be rarer in the world but it looks like it's a bug. Also mentioned in the discord server chat.

Mod Version

5.3.0

What versions of Minecraft does this issue happen on?

No response

Log

No response

commented

This is not related to just one specific config flag. All config flags are reverted on startup.

ditto. I keep trying to change the config (making it so any death in any dimension always drops you into limbo. very spooky feels) but on server restart and even client singleplayer restart, the config just resets itself.

commented

This is not related to just one specific config flag. All config flags are reverted on startup.