Skip to content

Commit 6e0af2d

Browse files
committed
fix: autumnity's maple not getting tagged, add whistlecane mosaic stripping
1 parent b445e32 commit 6e0af2d

File tree

7 files changed

+37
-6
lines changed

7 files changed

+37
-6
lines changed

src/generated/resources/.cache/2d64935085b86659cb7857bad9701dbf9bab6e4c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.20.1 2025-03-05T01:23:55.8557258 Registrate Provider for create [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)]
1+
// 1.20.1 2025-03-05T02:00:24.1012236 Registrate Provider for create [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)]
22
60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json
33
6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json
44
c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json
@@ -4732,8 +4732,8 @@ d371dfd35e49a7bef19f59c03e7f4ae20992f03d data/create/tags/items/create_ingots.js
47324732
35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/items/dispense_behavior_wrap_blacklist.json
47334733
ebd7b09daf2f64c0c04d821696b0e145683d8693 data/create/tags/items/dyed_table_cloths.json
47344734
d2bb65d893d71d2d9871f81f430c233a93adb4bb data/create/tags/items/invalid_for_track_paving.json
4735-
4fae30f6b4eb86f44380c3f43b91e1737fd34122 data/create/tags/items/modded_stripped_logs.json
4736-
b5311ce76c4d70ad35f6b2f1d923698deeff9d2c data/create/tags/items/modded_stripped_wood.json
4735+
8cfa7c5ac3e860220ec6092f8d3e6cce35ef478e data/create/tags/items/modded_stripped_logs.json
4736+
2bc0a46a41dce4a50ada99e727251e46e27daf82 data/create/tags/items/modded_stripped_wood.json
47374737
cebf5fd98eddf5c14befdd47052be678eea79542 data/create/tags/items/packages.json
47384738
f400870b8dbcd14238be3ec99c419093073ba3a6 data/create/tags/items/postboxes.json
47394739
695d75b352fd190b303c724d1aaee9bb786a903b data/create/tags/items/pressurized_air_sources.json

src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.20.1 2025-03-05T01:23:55.8427278 Create's Processing Recipes
1+
// 1.20.1 2025-03-05T02:00:24.0802244 Create's Processing Recipes
22
3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json
33
8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json
44
8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json
@@ -191,6 +191,7 @@ b66953dee0ea9804e22aa6f296c49e81f34d2d18 data/create/recipes/cutting/compat/autu
191191
a663ac9e710bc05e30eecddd527c843616b5faf1 data/create/recipes/cutting/compat/autumnity/sappy_maple_wood.json
192192
0a6040818c3076341e97072fd7f2c649da7cf020 data/create/recipes/cutting/compat/endergetic/glowing_poise_stem.json
193193
7b39e948941fdeedf8eff188d495ad8450a55a3c data/create/recipes/cutting/compat/endergetic/glowing_poise_wood.json
194+
4c707b6f5d3248695f27b7948a7f94bd3b4ce36a data/create/recipes/cutting/compat/gardens_of_the_dead/whistlecane_planks.json
194195
c2f1bca179d6218aa75526df386106b72eb0dd67 data/create/recipes/cutting/compat/immersiveengineering/wire_aluminum.json
195196
4e1ae62cb3f11d79b2ba979aa647a49518615525 data/create/recipes/cutting/compat/immersiveengineering/wire_copper.json
196197
e9086dc98d03798ded6f3170a5c51528d1f5eba7 data/create/recipes/cutting/compat/immersiveengineering/wire_electrum.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"type": "create:cutting",
3+
"conditions": [
4+
{
5+
"type": "forge:mod_loaded",
6+
"modid": "gardens_of_the_dead"
7+
}
8+
],
9+
"ingredients": [
10+
{
11+
"item": "gardens_of_the_dead:whistlecane_planks"
12+
}
13+
],
14+
"processingTime": 50,
15+
"results": [
16+
{
17+
"item": "gardens_of_the_dead:whistlecane_mosaic"
18+
}
19+
]
20+
}

src/generated/resources/data/create/tags/items/modded_stripped_logs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
"required": false
426426
},
427427
{
428-
"id": "autumnity:maple",
428+
"id": "autumnity:stripped_maple_log",
429429
"required": false
430430
},
431431
{

src/generated/resources/data/create/tags/items/modded_stripped_wood.json

+4
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,10 @@
424424
"id": "ars_elemental:stripped_yellow_archwood",
425425
"required": false
426426
},
427+
{
428+
"id": "autumnity:stripped_maple_wood",
429+
"required": false
430+
},
427431
{
428432
"id": "infernalexp:stripped_luminous_hyphae",
429433
"required": false

src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ public class CuttingRecipeGen extends ProcessingRecipeGen {
4444
ENDERGETIC_1 = stripAndMakePlanks(Mods.ENDER, "glowing_poise_stem", "stripped_poise_stem", null),
4545
ENDERGETIC_2 = stripAndMakePlanks(Mods.ENDER, "glowing_poise_wood", "stripped_poise_wood", null),
4646

47+
// Gardens of the Dead
48+
GOTD = create("compat/gardens_of_the_dead/whistlecane_planks", b -> b.duration(50)
49+
.require(Mods.GOTD, "whistlecane_planks")
50+
.output(1, Mods.GOTD, "whistlecane_mosaic", 1)
51+
.whenModLoaded(Mods.GOTD.getId())),
52+
4753
// IE
4854
IE_WIRES = ieWires("copper", "electrum", "aluminum", "steel", "lead");
4955

src/main/java/com/simibubi/create/infrastructure/data/CreateRegistrateTags.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ private static void genStrippedWoodItemTags(CreateTagsProvider<Item> prov) {
302302
"kapok", "larch", "magnolia", "maple", "mauve", "palm", "pine", "redwood", "socotra", "willow");
303303
helper.add(Mods.UG, "smogstem", "wigglewood", "grongle");
304304
helper.add(Mods.ARS_E, "yellow_archwood");
305+
helper.add(Mods.AUTUM, "maple");
305306

306307

307-
TagGen.addOptional(logAppender, Mods.AUTUM, "maple");
308308
TagGen.addOptional(logAppender, Mods.IX, "stripped_luminous_stem");
309309
TagGen.addOptional(woodAppender, Mods.IX, "stripped_luminous_hyphae");
310310
TagGen.addOptional(logAppender, Mods.BYG, "stripped_bulbis_stem");

0 commit comments

Comments
 (0)