Skip to content

Commit

Permalink
changed mmc recipe to require lv circuit tag instead of worst lv circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
omergunr100 committed Dec 8, 2024
1 parent 680257c commit 646bb5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,6 @@ public Component getItemName(ItemStack stack) {
.item("machine_memory_card", ComponentItem::create)
.lang("Machine Memory Card")
.properties(p -> p.stacksTo(1))

.onRegister(attach(new MetaMachineConfigCopyBehaviour()))
.register();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
VanillaRecipeHelper.addShapedRecipe(provider, true, "machine_memory_card", MACHINE_MEMORY_CARD.asStack(),
"PWP", "SLS", "PPP", 'P', new UnificationEntry(plate, Steel), 'W',
new UnificationEntry(wireGtSingle, Copper), 'S', new UnificationEntry(screw, RedAlloy), 'L',
ELECTRONIC_CIRCUIT_LV);
CustomTags.LV_CIRCUITS);
// Potin Recipe
VanillaRecipeHelper.addShapelessRecipe(provider, "potin_dust", ChemicalHelper.get(dust, Potin, 8),
new UnificationEntry(dust, Copper),
Expand Down

0 comments on commit 646bb5e

Please sign in to comment.