Brazier

Brazier

3M Downloads

Config options appear to be mislabeled or non-descript

marcebdev opened this issue ยท 0 comments

commented

Describe the bug
There are several config options that just list "#Should the living flame generate in jungle temple chests" not sure if this is an accident from copying or pasting or I'm just unable to determine what they mean.

For instance this blob here:

#Should the living flame generate in jungle temple chests
#Range: > 1
maxHeight = 10
#Should the living flame generate in jungle temple chests
#Range: > 0
baseRange = 20

To Reproduce
Open the generated config.

Expected behavior
Provide clearer example

Screenshots
This is what my current default generated config looks like

#These options will be synced to with all clients.
[server]

	#Options related to the brazier structure
	[server.brazier]
		#Should the living flame generate in jungle temple chests
		#Range: > 0
		rangePerLevel = 10
		#Should the brazier protect blocks above it too?
		protectAbove = true
		#Should the living flame generate in jungle temple chests
		#Range: > 1
		maxHeight = 10
		#Should the living flame generate in jungle temple chests
		#Range: > 0
		baseRange = 20
		#Enable to spawn powder block?
		spawnPowder = true
		#How should the distance to the brazier be calculated?
		#Allowed Values: SPHERE, CYLINDER
		distanceCalc = "CYLINDER"

	#Options related to the acquisition of the living flame
	[server.acquisition]
		#Should the living flame generate in jungle temple chests?
		jungleLoot = true
		#The chance a crazed will spawn instead of an evoker in a mansion
		#Range: 0.0 ~ 1.0
		crazedChance = 0.4
		#Should crazed illagers spawn in generated woodland mansions?
		spawnCrazed = true

Version
Forge Version: 35.1.7
Mod Version: 2.0.1