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

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

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

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

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

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

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

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

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

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

@ -1,8 +1,8 @@
{
"generationRate": 500,
"transferRate": 1024,
"consumptionRate": 1,
"previousTier": "obsidian",
"bufferCapacity": 1000000,
"fuelType": "ENCHANTMENT"
{
"generationRate": 40,
"transferRate": 1024,
"consumptionRate": 1,
"previousTier": "obsidian",
"bufferCapacity": 1000000,
"fuelType": "ENCHANTMENT"
}

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

@ -1,18 +1,18 @@
{
"generationRate": 300,
"transferRate": 1200,
"consumptionRate": 1,
"previousTier": "obsidian",
"bufferCapacity": 500000,
"fuelList": [
{
"item": "minecraft:ender_pearl",
"burnTime": 1600
},
{
"item": "minecraft:ender_eye",
"rate": 500,
"burnTime": 3200
}
]
{
"generationRate": 40,
"transferRate": 512,
"consumptionRate": 1,
"previousTier": "obsidian",
"bufferCapacity": 500000,
"fuelList": [
{
"item": "minecraft:ender_pearl",
"burnTime": 1600
},
{
"item": "minecraft:ender_eye",
"rate": 80,
"burnTime": 3200
}
]
}

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

@ -1,8 +1,9 @@
{
"generationRate": 80,
"transferRate": 160,
"consumptionRate": 0.8,
"previousTier": "iron",
"bufferCapacity": 30000,
"fuelType": "SOLID"
{
"generationRate": 32,
"transferRate": 128,
"hasChargeSlot": false,
"consumptionRate": 0.8,
"previousTier": "iron",
"bufferCapacity": 30000,
"fuelType": "SOLID"
}

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

@ -1,14 +1,14 @@
{
"generationRate": 1000,
"transferRate": 16384,
"consumptionRate": 1,
"previousTier": "ender",
"bufferCapacity": 9800000,
"fuelType": "SOLID",
"fuelList": [
{
"item": "minecraft:dragon_breath",
"burnTime": 200
}
]
{
"generationRate": 40,
"transferRate": 16384,
"consumptionRate": 1,
"previousTier": "ender",
"bufferCapacity": 9800000,
"fuelType": "SOLID",
"fuelList": [
{
"item": "minecraft:dragon_breath",
"burnTime": 12000
}
]
}

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

@ -1,8 +1,9 @@
{
"generationRate": 40,
"transferRate": 160,
"consumptionRate": 1,
"previousTier": "copper",
"bufferCapacity": 10000,
"fuelType": "SOLID"
{
"generationRate": 16,
"transferRate": 64,
"hasChargeSlot": false,
"consumptionRate": 1,
"previousTier": "copper",
"bufferCapacity": 10000,
"fuelType": "SOLID"
}

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

@ -1,9 +1,9 @@
{
"generationRate": 150,
"transferRate": 600,
"consumptionRate": 0.4,
"previousTier": "obsidian",
"bufferCapacity": 500000,
"fuelType": "FLUID",
"fuelTag": "minecraft:lava"
{
"generationRate": 40,
"transferRate": 512,
"consumptionRate": 0.4,
"previousTier": "obsidian",
"bufferCapacity": 500000,
"fuelType": "FLUID",
"fuelTag": "minecraft:lava"
}

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

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

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

@ -1,9 +1,9 @@
{
"generationRate": 10000,
"transferRate": 40000,
"consumptionRate": 2400,
"previousTier": "netherite",
"bufferCapacity": 9800000,
"fuelType": "SOLID",
"fuelTag": "forge:nether_stars"
{
"generationRate": 4092,
"transferRate": 16384,
"consumptionRate": 2400,
"previousTier": "netherite",
"bufferCapacity": 9800000,
"fuelType": "SOLID",
"fuelTag": "forge:nether_stars"
}

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

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

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

@ -1,8 +1,8 @@
{
"generationRate": 16,
"transferRate": 512,
"consumptionRate": 1,
"previousTier": "culinary",
"bufferCapacity": 250000,
"fuelType": "POTION"
{
"generationRate": 8,
"transferRate": 512,
"consumptionRate": 1,
"previousTier": "culinary",
"bufferCapacity": 250000,
"fuelType": "POTION"
}