Main Upload

This commit is contained in:
minster586
2024-11-07 03:34:53 -05:00
parent 42b67bf493
commit 3b8c8f56bb
148 changed files with 16114 additions and 1 deletions

View File

@@ -0,0 +1 @@
This lock file means the standard generators have already been added and you can now do your own custom stuff to them.

View File

@@ -0,0 +1,7 @@
{
"generationRate": 8,
"transferRate": 32,
"consumptionRate": 1,
"bufferCapacity": 5000,
"fuelType": "SOLID"
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,18 @@
{
"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
}
]
}

View File

@@ -0,0 +1,8 @@
{
"generationRate": 32,
"transferRate": 128,
"consumptionRate": 1,
"previousTier": "iron",
"bufferCapacity": 30000,
"fuelType": "SOLID"
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"generationRate": 16,
"transferRate": 64,
"consumptionRate": 1,
"previousTier": "copper",
"bufferCapacity": 10000,
"fuelType": "SOLID"
}

View File

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

View File

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

View File

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

View File

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

View File

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