Pam's HarvestCraft

Pam's HarvestCraft

87M Downloads

[1.12.2] Recipe Issue with none existing ore dict

Skaphegor opened this issue ยท 3 comments

commented

I had an issue with CraftTweaker producing some strange recipes. I discovered your code, you used listAllwheat which does not exist anymore. I assume you replaced it by listAllgrain.

https://github.com/MatrexsVigil/harvestcraft/blob/master/src/main/resources/assets/harvestcraft/recipes/flouritem_listAllwheat.json

commented

Note: Maybe other recipes are effected also.

commented

I found out that some OreDict are in the code but do not appear in the game.

public static final String cropHazelnut="cropHazelnut";
public static final String cropPawpaw="cropPawpaw";
public static final String cropSoursop="cropSoursop";
public static final String cropBreadfruit="cropBreadfruit";
public static final String cropGuava="cropGuava";
public static final String cropJackfruit="cropJackfruit";
public static final String cropLychee="cropLychee";
public static final String cropPassionfruit="cropPassionfruit";
public static final String cropRambutan="cropRambutan";
public static final String cropTamarind="cropTamarind";
commented

This affects an invalid recipe for flour, as well as the recipei for imitation crab sticks (discussed in #360)