Skip to content

Commit e1ce094

Browse files
committed
fix(26.1): Update Storage Drawers support to their new block names
1 parent e9c89dd commit e1ce094

1 file changed

Lines changed: 66 additions & 4 deletions

File tree

fabric/src/main/java/net/blay09/mods/cookingforblockheads/fabric/datagen/ModBlockTagProvider.java

Lines changed: 66 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,72 @@ protected void addTags(HolderLookup.Provider arg) {
176176
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("sophisticatedstorage", "gold_shulker_box"));
177177
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("sophisticatedstorage", "diamond_shulker_box"));
178178
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("sophisticatedstorage", "netherite_shulker_box"));
179-
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "standard_drawers_1"));
180-
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "standard_drawers_2"));
181-
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "standard_drawers_4"));
182-
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "fractional_drawers_3"));
179+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "oak_full_drawers_1"));
180+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "oak_full_drawers_2"));
181+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "oak_full_drawers_4"));
182+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "oak_half_drawers_1"));
183+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "oak_half_drawers_2"));
184+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "oak_half_drawers_4"));
185+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "spruce_full_drawers_1"));
186+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "spruce_full_drawers_2"));
187+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "spruce_full_drawers_4"));
188+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "spruce_half_drawers_1"));
189+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "spruce_half_drawers_2"));
190+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "spruce_half_drawers_4"));
191+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "birch_full_drawers_1"));
192+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "birch_full_drawers_2"));
193+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "birch_full_drawers_4"));
194+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "birch_half_drawers_1"));
195+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "birch_half_drawers_2"));
196+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "birch_half_drawers_4"));
197+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "jungle_full_drawers_1"));
198+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "jungle_full_drawers_2"));
199+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "jungle_full_drawers_4"));
200+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "jungle_half_drawers_1"));
201+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "jungle_half_drawers_2"));
202+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "jungle_half_drawers_4"));
203+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "acacia_full_drawers_1"));
204+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "acacia_full_drawers_2"));
205+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "acacia_full_drawers_4"));
206+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "acacia_half_drawers_1"));
207+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "acacia_half_drawers_2"));
208+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "acacia_half_drawers_4"));
209+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "dark_oak_full_drawers_1"));
210+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "dark_oak_full_drawers_2"));
211+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "dark_oak_full_drawers_4"));
212+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "dark_oak_half_drawers_1"));
213+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "dark_oak_half_drawers_2"));
214+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "dark_oak_half_drawers_4"));
215+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "mangrove_full_drawers_1"));
216+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "mangrove_full_drawers_2"));
217+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "mangrove_full_drawers_4"));
218+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "mangrove_half_drawers_1"));
219+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "mangrove_half_drawers_2"));
220+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "mangrove_half_drawers_4"));
221+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "cherry_full_drawers_1"));
222+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "cherry_full_drawers_2"));
223+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "cherry_full_drawers_4"));
224+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "cherry_half_drawers_1"));
225+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "cherry_half_drawers_2"));
226+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "cherry_half_drawers_4"));
227+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "bamboo_full_drawers_1"));
228+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "bamboo_full_drawers_2"));
229+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "bamboo_full_drawers_4"));
230+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "bamboo_half_drawers_1"));
231+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "bamboo_half_drawers_2"));
232+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "bamboo_half_drawers_4"));
233+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "crimson_full_drawers_1"));
234+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "crimson_full_drawers_2"));
235+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "crimson_full_drawers_4"));
236+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "crimson_half_drawers_1"));
237+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "crimson_half_drawers_2"));
238+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "crimson_half_drawers_4"));
239+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "warped_full_drawers_1"));
240+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "warped_full_drawers_2"));
241+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "warped_full_drawers_4"));
242+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "warped_half_drawers_1"));
243+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "warped_half_drawers_2"));
244+
rawKitchenItemProviders.addOptionalElement(Identifier.fromNamespaceAndPath("storagedrawers", "warped_half_drawers_4"));
183245

184246
final var cookingTables = valueLookupBuilder(ModBlockTags.COOKING_TABLES);
185247
ModBlocks.cookingTables.sortedValues().map(DeferredBlock::asBlock).forEach(cookingTables::add);

0 commit comments

Comments
 (0)