Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

CraftTweaker Crops

hjae78 edited this page Jul 3, 2020 · 2 revisions

Add mystical flower

#loader gregtech
import mods.gtadditions.mystical.Crop;
import mods.gregtech.material.MaterialRegistry;

val conductiveIron = MaterialRegistry.createIngotMaterial(600, "conductive_iron", 0xf7b29b, "shiny", 2);
conductiveIron.addFlags(["GENERATE_PLATE","GENERATE_GEAR"]);

Crop.addCrop(conductiveIron, 4);
Clone this wiki locally