Mantle

Mantle

157M Downloads

Needed changes for Alloying in TinkersConstruct

hanetzer opened this issue ยท 1 comments

commented

private static FluidIngredient deserializeObject(JsonObject json) {

I need something akin to this for a JsonElement, since the alloy fluid inputs are to
be an array of FluidIngredients

commented

You actually want the previous version, but something that takes an element rather than a parent. An array nested inside an array is acceptable for a compound as the first index.