added limestone option to borax reacts

This commit is contained in:
Lily-129 2022-01-21 15:06:24 -05:00 committed by GitHub
parent 81bf5b768c
commit f6226e4f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ elements.copper_concentrate = {
behavior: behaviors.POWDER,
reactions: {
borax: { "elem1": "fluxed_copper_concentrate", "elem2": ["slag",null,null,null,null,null,null,null,null,null] },
limestone: { "elem1": "fluxed_copper_concentrate", "elem2": ["slag",null,null,null,null,null,null,null,null,null] },
},
tempHigh: 1000,
stateHigh: "magma",
@ -59,6 +60,7 @@ elements.matte_copper = {
behavior: behaviors.WALL,
reactions: {
borax: { "elem1": "fluxed_matte_copper", "elem2": ["slag",null,null,null,null,null,null,null,null,null] },
limestone: { "elem1": "fluxed_matte_copper", "elem2": ["slag",null,null,null,null,null,null,null,null,null] },
},
tempHigh: 1050,
stateHigh: "molten_matte_copper",