#.
#Modify CreateNuclear's impact on your terrain
[worldGen]
	#.
	#.
	#Prevents all worldgen added by Create from taking effect
	disableWorldGen = false

#.
#Modify rods time and config
[Rods]
	#.
	#.
	#Uranium rod lifespan in reactor
	#20 ticks = 1 second
	# Default: 3600
	# Range: 100 ~ 5000
	"Uranium rod lifespan" = 3600
	#.
	#Graphite rod lifespan in reactor
	#20 ticks = 1 second
	# Default: 3600
	# Range: 100 ~ 5000
	"Graphite rod lifespan" = 3600
	#.
	#Maximum heat a reactor block can handle
	#Avoids reactor failure due to excessive heat
	# Default: 1000
	# Range: 200 ~ 1000
	"Maximum reactor heat" = 1000

#.
#Explose: pas d'idée
["Explosion Reactor"]
	#.
	#.
	# Default: 10
	# Range: > -2147483648
	"Size of the reactor explosion" = 100
	#.
	#Explanation: 0 = no explosion, 1 = current explosion, 2 = new explosion.
	# Default: 1
	# Range: 0 ~ 2
	"Type of explosion" = 2
	#.
	#Create Nuclear Explosion Time
	#300 ticks = 15 seconds
	# Default: 600
	# Range: 100 ~ 1200
	"Duration before exploration" = 600
