prismarine crystals recipe

This commit is contained in:
tracer4b 2022-07-17 10:59:24 +08:00
parent 39106677f6
commit 8f126ffde0

View File

@ -6,6 +6,7 @@ import mods.gregtech.ore.IOreRecipeHandler;
import mods.gregtech.material.Material; import mods.gregtech.material.Material;
import mods.gregtech.recipe.Utils; import mods.gregtech.recipe.Utils;
import crafttweaker.data.IData; import crafttweaker.data.IData;
import mods.actuallyadditions.AtomicReconstructor;
recipes.remove(<thermalexpansion:satchel:2>); recipes.remove(<thermalexpansion:satchel:2>);
recipes.addShaped("test", <thermalexpansion:satchel:2>, [ recipes.addShaped("test", <thermalexpansion:satchel:2>, [
@ -138,6 +139,9 @@ recipes.addShaped(<draconicevolution:info_tablet>, [
[<ore:stone>, <ore:stone>, <ore:stone>] [<ore:stone>, <ore:stone>, <ore:stone>]
]); ]);
// Prismarine Crystals
mods.actuallyadditions.AtomicReconstructor.addRecipe(<minecraft:prismarine_crystals>, <metaitem:gemTopaz>, 45000);
// Perfect Gems // Perfect Gems
val gemPerfect as OrePrefix = OrePrefix.getPrefix("gemPerfect"); val gemPerfect as OrePrefix = OrePrefix.getPrefix("gemPerfect");