This is an additional customized multiblock machine for GregTech Community Pack Modern, to resolve the problem of lacking materials at later tiers (ZPM+).
Copyright 2025 Taskeren
| # | |
| # Copyright © 2023 Taskeren and Dyfused Committee. | |
| # This file is licensed under LGPLv3. | |
| # | |
| # [ General ] | |
| # These graphql schemas are data-mined from the game, NOT the official one, so | |
| # there may be something that doesn't make sense. | |
| # And my (author) English is not very good, so there may be some typo or misinformation. | |
| # | |
| # [ About Naming Standard ] |
by 0xabad1dea September 2018
You may notice a decidedly Nintendo bias to the examples. I can't change who I am.
Speedrunning is:
| { | |
| "plugins": { | |
| "ElytraApi2": { | |
| "versions": [ | |
| { | |
| "version": "1.1.0-rc.1", | |
| "download": "https://github.com/ElytraServers/ElytraApi2/releases/download/v1.1-rc1/api2-1.1-rc1.jar" | |
| }, | |
| { | |
| "version": "1.1.1-rc.1", |
| { | |
| "/source": "https://gist.github.com/Taskeren/4b5f0c09b9de0fc882c614a1881c2715", | |
| "/sponsor": "https://afdian.net/@Taskeren", | |
| "_category_mc": "Minecraft", | |
| "/mc": "https://minecraft.net", | |
| "/mc/forge": "https://files.minecraftforge.net", | |
| "/mc/modpack": "https://www.curseforge.com/minecraft/modpacks/", | |
| "/mc/modpack/stoneblock2": "https://www.curseforge.com/minecraft/modpacks/ftb-presents-stoneblock-2", | |
| package testified; | |
| import com.google.common.collect.Lists; | |
| import com.google.common.collect.Maps; | |
| import java.util.List; | |
| import java.util.Map; | |
| import java.util.Map.Entry; | |
| import java.util.Random; |