Skip to content

Commit

Permalink
Fix odd default location for a housing recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Jan 24, 2025
1 parent b40a009 commit 5a78000
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import gripe._90.arseng.definition.ArsEngItems;
import gripe._90.arseng.item.SourceCellItem;
import gripe._90.megacells.MEGACells;
import gripe._90.megacells.datagen.MEGARecipeProvider;
import gripe._90.megacells.definition.MEGAItems;
import gripe._90.megacells.integration.Addons;
Expand All @@ -28,7 +29,8 @@ public static List<ItemDefinition<SourceCellItem>> getCells() {
public static void recipes(RecipeOutput output) {
MEGARecipeProvider.conditional(output, Addons.ARSENG)
.accept(
MEGAItems.MEGA_SOURCE_CELL_HOUSING.id(),
MEGACells.makeId("cells/"
+ MEGAItems.MEGA_SOURCE_CELL_HOUSING.id().getPath()),
new EnchantingApparatusRecipe(
Ingredient.of(ArsEngItems.SOURCE_CELL_HOUSING),
MEGAItems.MEGA_SOURCE_CELL_HOUSING.stack(),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2025-01-12T19:38:33.962860723 Recipes
// 1.21.1 2025-01-24T20:21:06.207433065 Recipes
94f8f9445346bc6aa07cda2a3ca730d685c7abfe data/megacells/advancement/recipes/building_blocks/crafting/sky_bronze_block.json
bafe5e1847658b51c654ec6f0888ca6d10be429b data/megacells/advancement/recipes/building_blocks/crafting/sky_osmium_block.json
c7454f25cf0053a6a4b616c628ff7ad67714d1dd data/megacells/advancement/recipes/building_blocks/crafting/sky_steel_block.json
Expand Down Expand Up @@ -128,6 +128,7 @@ f66a61c854317cc7cac7fb6fc3f3d700f2706763 data/megacells/recipe/cells/cell_compon
28b485f940928c2299a0e3bbc4e0cc011764cb0c data/megacells/recipe/cells/mega_experience_cell_housing.json
b5ebd179e85f27fd8e8d4f8a536df3d3ac0ab846 data/megacells/recipe/cells/mega_fluid_cell_housing.json
4713d9a9c8ab7f28486ca883716b8e76d43ec88d data/megacells/recipe/cells/mega_item_cell_housing.json
e6d1135f705100c4c5d4e72d1a0936c99ff14c8a data/megacells/recipe/cells/mega_source_cell_housing.json
288b00a0d7b03ab5826718b24c2871dac3b0d5e8 data/megacells/recipe/cells/portable/portable_chemical_cell_16m.json
ebcb9ae199461fc4e4551ad4bac0f5586dcf1c35 data/megacells/recipe/cells/portable/portable_chemical_cell_16m_disassembly.json
1c3cc179ae442daa393df9a84aac01247d73453b data/megacells/recipe/cells/portable/portable_chemical_cell_1m.json
Expand Down Expand Up @@ -302,7 +303,6 @@ f489e6dd9e126cddeaf657a1b89c592a42913036 data/megacells/recipe/crafting/mega_cra
b70b7850d64dbccd29188b191d9fbc85934864f4 data/megacells/recipe/inscriber/accumulation_processor_press.json
837b89fb9ba383bc6ed8728784e0783a37c6f7b8 data/megacells/recipe/inscriber/accumulation_processor_press_extra.json
d746c6725b36f5b794e03f2c74aff47d5be449b9 data/megacells/recipe/inscriber/accumulation_processor_print.json
e6d1135f705100c4c5d4e72d1a0936c99ff14c8a data/megacells/recipe/mega_source_cell_housing.json
461f043a0df7237502e593b3c7cf88baed736ade data/megacells/recipe/network/cell_dock.json
fc3a06b25c7a5e423bd432fc555c659f3f4fb648 data/megacells/recipe/network/mega_interface.json
92a45f534fb651563f10ca2174c97e09a022ddb4 data/megacells/recipe/network/mega_interface_block.json
Expand Down

0 comments on commit 5a78000

Please sign in to comment.