
[1.12.2] Recipe Issue with none existing ore dict
Skaphegor opened this issue ยท 3 comments
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.
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";
This affects an invalid recipe for flour, as well as the recipei for imitation crab sticks (discussed in #360)