1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Fix configs and kubejs

This commit is contained in:
2021-01-29 20:05:32 +01:00
parent 98e6743204
commit 65de71227e
48 changed files with 2241 additions and 46 deletions

View File

@ -350,7 +350,7 @@
[ores.copper]
#The maximum size of a vein. Set to 0 to disable generation
#Range: > 0
vein_size = 8
vein_size = 0
#The minimum Y coordinate this ore can spawn at
#Range: > -2147483648
min_y = 40
@ -367,7 +367,7 @@
[ores.bauxite]
#The maximum size of a vein. Set to 0 to disable generation
#Range: > 0
vein_size = 4
vein_size = 0
#The minimum Y coordinate this ore can spawn at
#Range: > -2147483648
min_y = 40
@ -384,7 +384,7 @@
[ores.lead]
#The maximum size of a vein. Set to 0 to disable generation
#Range: > 0
vein_size = 6
vein_size = 0
#The minimum Y coordinate this ore can spawn at
#Range: > -2147483648
min_y = 8
@ -401,7 +401,7 @@
[ores.silver]
#The maximum size of a vein. Set to 0 to disable generation
#Range: > 0
vein_size = 8
vein_size = 0
#The minimum Y coordinate this ore can spawn at
#Range: > -2147483648
min_y = 8
@ -418,7 +418,7 @@
[ores.nickel]
#The maximum size of a vein. Set to 0 to disable generation
#Range: > 0
vein_size = 6
vein_size = 0
#The minimum Y coordinate this ore can spawn at
#Range: > -2147483648
min_y = 8
@ -435,7 +435,7 @@
[ores.uranium]
#The maximum size of a vein. Set to 0 to disable generation
#Range: > 0
vein_size = 4
vein_size = 0
#The minimum Y coordinate this ore can spawn at
#Range: > -2147483648
min_y = 8

View File

@ -0,0 +1,64 @@
#Settings for the infusing system
[infuser]
#Maximum amount of dimensional shards before a machine is fully infused
#Range: > 1
maxInfuse = 256
#Amount of RF used per tick while infusing
#Range: > 0
usePerTick = 600
#Maximum RF storage that the infuser can hold
#Range: > 0
infuserMaxRF = 60000
#RF per tick that the infuser can receive
#Range: > 0
infuserRFPerTick = 600
#Dimensional shard ore generation
[worldgen]
#Overworld
[worldgen.overworld]
#Number of times to try generate the ore (set to 0 to disable)
#Range: 0 ~ 256
oreChances = 0
#Max size of veins
#Range: 1 ~ 256
oreVeinsize = 5
#Min height
#Range: 0 ~ 256
oreMin = 2
#Max height
#Range: 0 ~ 256
oreMax = 40
#Overworld
[worldgen.nether]
#Number of times to try generate the ore (set to 0 to disable)
#Range: 0 ~ 256
oreChances = 0
#Max size of veins
#Range: 1 ~ 256
oreVeinsize = 8
#Min height
#Range: 0 ~ 256
oreMin = 2
#Max height
#Range: 0 ~ 256
oreMax = 40
#End
[worldgen.end]
#Number of times to try generate the ore (set to 0 to disable)
#Range: 0 ~ 256
oreChances = 0
#Max size of veins
#Range: 1 ~ 256
oreVeinsize = 10
#Min height
#Range: 0 ~ 256
oreMin = 2
#Max height
#Range: 0 ~ 256
oreMax = 80

View File

@ -0,0 +1,51 @@
["Global Options"]
#If TRUE, most Thermal Blocks will retain Energy when dropped. This setting does not control ALL blocks.
"Blocks Retain Energy" = true
#If TRUE, most Thermal Blocks will retain Inventory Contents when dropped. This setting does not control ALL blocks.
"Blocks Retain Inventory" = false
#If TRUE, most Thermal Blocks will retain Tank Contents when dropped. This setting does not control ALL blocks.
"Blocks Retain Tank Contents" = false
#If TRUE, Thermal Blocks will retain Augments when dropped.
"Blocks Retain Augments" = true
#If TRUE, Thermal Blocks will retain Redstone Control configuration when dropped.
"Blocks Retain Redstone Control" = true
#If TRUE, Thermal Blocks will retain Side configuration when dropped.
"Blocks Retain Side Configuration" = true
#If TRUE, Thermal Blocks will retain Transfer Control configuration when dropped.
"Blocks Retain Transfer Control" = true
[Features]
#If TRUE, various 'Vanilla+' Blocks and Recipes are enabled.
"Vanilla+" = true
#If TRUE, Rockwool Blocks and Recipes are enabled.
Rockwool = true
#If TRUE, the Basalz Mob is enabled.
Basalz = true
#If TRUE, the Blitz Mob is enabled.
Blitz = true
#If TRUE, the Blizz Mob is enabled.
Blizz = true
["World Generation"]
#Set to FALSE to prevent 'Thermal Series' Apatite from generating.
Apatite = false
#Set to FALSE to prevent 'Thermal Series' Cinnabar from generating.
Cinnabar = false
#Set to FALSE to prevent 'Thermal Series' Niter from generating.
Niter = false
#Set to FALSE to prevent 'Thermal Series' Sulfur from generating.
Sulfur = false
#Set to FALSE to prevent 'Thermal Series' Copper from generating.
Copper = false
#Set to FALSE to prevent 'Thermal Series' Tin from generating.
Tin = false
#Set to FALSE to prevent 'Thermal Series' Lead from generating.
Lead = false
#Set to FALSE to prevent 'Thermal Series' Silver from generating.
Silver = false
#Set to FALSE to prevent 'Thermal Series' Nickel from generating.
Nickel = false
#Set to FALSE to prevent 'Thermal Series' Oil Sands from generating.
Oil = true