config: generators galore

This commit is contained in:
Snogard 2025-02-09 17:12:41 +01:00
parent 60d4ea659b
commit 5a28b3b2de
15 changed files with 118 additions and 115 deletions

0
config/generatorgalore/defaults.lock Executable file → Normal file
View File

5
config/generatorgalore/generators/copper.json Executable file → Normal file
View File

@ -1,6 +1,7 @@
{
"generationRate": 20,
"transferRate": 40,
"generationRate": 8,
"transferRate": 32,
"hasChargeSlot": false,
"consumptionRate": 1.2,
"bufferCapacity": 5000,
"fuelType": "SOLID"

4
config/generatorgalore/generators/culinary.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 10,
"transferRate": 512,
"generationRate": 8,
"transferRate": 256,
"consumptionRate": 1,
"previousTier": "gold",
"bufferCapacity": 100000,

4
config/generatorgalore/generators/diamond.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 160,
"transferRate": 512,
"generationRate": 64,
"transferRate": 256,
"consumptionRate": 0.6,
"previousTier": "gold",
"bufferCapacity": 100000,

4
config/generatorgalore/generators/emerald.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 300,
"transferRate": 1200,
"generationRate": 256,
"transferRate": 512,
"consumptionRate": 0.4,
"previousTier": "diamond",
"bufferCapacity": 500000,

2
config/generatorgalore/generators/enchantment.json Executable file → Normal file
View File

@ -1,5 +1,5 @@
{
"generationRate": 500,
"generationRate": 40,
"transferRate": 1024,
"consumptionRate": 1,
"previousTier": "obsidian",

6
config/generatorgalore/generators/ender.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 300,
"transferRate": 1200,
"generationRate": 40,
"transferRate": 512,
"consumptionRate": 1,
"previousTier": "obsidian",
"bufferCapacity": 500000,
@ -11,7 +11,7 @@
},
{
"item": "minecraft:ender_eye",
"rate": 500,
"rate": 80,
"burnTime": 3200
}
]

5
config/generatorgalore/generators/gold.json Executable file → Normal file
View File

@ -1,6 +1,7 @@
{
"generationRate": 80,
"transferRate": 160,
"generationRate": 32,
"transferRate": 128,
"hasChargeSlot": false,
"consumptionRate": 0.8,
"previousTier": "iron",
"bufferCapacity": 30000,

4
config/generatorgalore/generators/halitosis.json Executable file → Normal file
View File

@ -1,5 +1,5 @@
{
"generationRate": 1000,
"generationRate": 40,
"transferRate": 16384,
"consumptionRate": 1,
"previousTier": "ender",
@ -8,7 +8,7 @@
"fuelList": [
{
"item": "minecraft:dragon_breath",
"burnTime": 200
"burnTime": 12000
}
]
}

5
config/generatorgalore/generators/iron.json Executable file → Normal file
View File

@ -1,6 +1,7 @@
{
"generationRate": 40,
"transferRate": 160,
"generationRate": 16,
"transferRate": 64,
"hasChargeSlot": false,
"consumptionRate": 1,
"previousTier": "copper",
"bufferCapacity": 10000,

4
config/generatorgalore/generators/magmatic.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 150,
"transferRate": 600,
"generationRate": 40,
"transferRate": 512,
"consumptionRate": 0.4,
"previousTier": "obsidian",
"bufferCapacity": 500000,

4
config/generatorgalore/generators/netherite.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 500,
"transferRate": 2048,
"generationRate": 256,
"transferRate": 1024,
"consumptionRate": 0.4,
"previousTier": "diamond",
"bufferCapacity": 1000000,

4
config/generatorgalore/generators/netherstar.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 10000,
"transferRate": 40000,
"generationRate": 4092,
"transferRate": 16384,
"consumptionRate": 2400,
"previousTier": "netherite",
"bufferCapacity": 9800000,

4
config/generatorgalore/generators/obsidian.json Executable file → Normal file
View File

@ -1,6 +1,6 @@
{
"generationRate": 200,
"transferRate": 800,
"generationRate": 128,
"transferRate": 512,
"consumptionRate": 0.6,
"previousTier": "diamond",
"bufferCapacity": 500000,

2
config/generatorgalore/generators/potion.json Executable file → Normal file
View File

@ -1,5 +1,5 @@
{
"generationRate": 16,
"generationRate": 8,
"transferRate": 512,
"consumptionRate": 1,
"previousTier": "culinary",