mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 12:32:05 +01:00
Delete stripped_ethereal_log.json
There is no ethereal wood in 1.16 biomes of plenty. This recipe causes an error: [16:27:11] [Worker-Main-10/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe create:compat/bop/cutting/stripped_ethereal_log com.google.gson.JsonSyntaxException: Unknown item 'biomesoplenty:stripped_ethereal_log' at net.minecraft.item.crafting.Ingredient.lambda$deserializeItemList$11(Ingredient.java:216) ~[?:?] {re:classloading,pl:accesstransformer:B} at java.util.Optional.orElseThrow(Unknown Source) ~[?:1.8.0_251] {} at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:215) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:41) ~[forge:?] {re:classloading} at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:155) ~[forge:?] {re:classloading} at net.minecraft.item.crafting.Ingredient.func_199802_a(Ingredient.java:189) ~[?:?] {re:classloading,pl:accesstransformer:B} at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.readFromJson(ProcessingRecipeSerializer.java:72) ~[create:mc1.16.3_v0.3b] {re:classloading} at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.read(ProcessingRecipeSerializer.java:154) ~[create:mc1.16.3_v0.3b] {re:classloading} at com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer.func_199425_a_(ProcessingRecipeSerializer.java:22) ~[create:mc1.16.3_v0.3b] {re:classloading}
This commit is contained in:
parent
376eec9a65
commit
4590231c06
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"type": "forge:mod_loaded",
|
|
||||||
"modid": "biomesoplenty"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "create:cutting",
|
|
||||||
"ingredients": [
|
|
||||||
{
|
|
||||||
"item": "biomesoplenty:stripped_ethereal_log"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"item": "biomesoplenty:ethereal_planks",
|
|
||||||
"count": 5
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"processingTime": 100
|
|
||||||
}
|
|
Loading…
Reference in a new issue