mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Merge pull request #6793 from Attack8/mc1.18/ua-typo
Fix small typo with upgrade aquatic stripped driftwood
This commit is contained in:
commit
3747f4dd81
@ -5067,14 +5067,14 @@ c125d5b8088a5a37ecdf77814220d2c0f5fd2ee1 data/create/recipes/cutting/compat/twil
|
||||
a9981ca1dff2b3c75b5f539e0054c75aa4f473d1 data/create/recipes/cutting/compat/twilightforest/transformation_wood.json
|
||||
4460fe49a2be02420b2771b28ff164e94af491c1 data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json
|
||||
d61e70b16b07f9d2a173b2ef0ae38aaef6038cb8 data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json
|
||||
5588c9ccec0bf76bc070e320c2ebe671fbbc5cac data/create/recipes/cutting/compat/upgrade_aquatic/driftwood.json
|
||||
01b0f6e46d098f4015abf6fe65f923b175a981c1 data/create/recipes/cutting/compat/upgrade_aquatic/driftwood.json
|
||||
eb826b1eeb57256d16cc117ac79f24e232fdeeaa data/create/recipes/cutting/compat/upgrade_aquatic/driftwood_log.json
|
||||
e7c7f03043b0c67a7dbd7809483a6e68a71fb377 data/create/recipes/cutting/compat/upgrade_aquatic/river_log.json
|
||||
a36ab5a0bb93787898766c1bdcb883b9657e8d94 data/create/recipes/cutting/compat/upgrade_aquatic/river_wood.json
|
||||
3e7e7ccb514eb19111670b5c904498013f64dd97 data/create/recipes/cutting/compat/upgrade_aquatic/stripped_driftwood.json
|
||||
30f9402bba23859d22a2ee42ac92e69fd52c8770 data/create/recipes/cutting/compat/upgrade_aquatic/stripped_driftwood_log.json
|
||||
34fde0b06ecfaab5e2bcbed1fdced89191deb71f data/create/recipes/cutting/compat/upgrade_aquatic/stripped_river_log.json
|
||||
3c7ad1ef67c39022a87e08ae6ed04b4e678b2dac data/create/recipes/cutting/compat/upgrade_aquatic/stripped_river_wood.json
|
||||
7e08c613d89c0c8ecc95c28f4921f460be09c0b7 data/create/recipes/cutting/compat/upgrade_aquatic/strippped_driftwood.json
|
||||
7d9e56b0dc595052fbdcca6bad0375cf937146f6 data/create/recipes/cutting/crimson_hyphae.json
|
||||
0c877153c4e080cf1c9a07247e7f5b59e7cfc9a8 data/create/recipes/cutting/crimson_stem.json
|
||||
8d71bb2524538a0d8fd044427cf7134bc2b31d8b data/create/recipes/cutting/dark_oak_log.json
|
||||
|
@ -7,7 +7,7 @@
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "upgrade_aquatic:strippped_driftwood"
|
||||
"item": "upgrade_aquatic:stripped_driftwood"
|
||||
}
|
||||
],
|
||||
"processingTime": 50,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"type": "create:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "upgrade_aquatic:strippped_driftwood"
|
||||
"item": "upgrade_aquatic:stripped_driftwood"
|
||||
}
|
||||
],
|
||||
"results": [
|
@ -126,7 +126,7 @@ public class CuttingRecipeGen extends ProcessingRecipeGen {
|
||||
|
||||
// Upgrade Aquatic
|
||||
UA = cuttingCompat(Mods.UA, "river"),
|
||||
UA_2 = stripAndMakePlanks(Mods.UA, "driftwood", "strippped_driftwood", "driftwood_planks"),
|
||||
UA_2 = stripAndMakePlanks(Mods.UA, "driftwood", "stripped_driftwood", "driftwood_planks"),
|
||||
UA_3 = cuttingCompatLogOnly(Mods.UA, "driftwood"),
|
||||
|
||||
//Vault Hunters
|
||||
|
Loading…
Reference in New Issue
Block a user