Create

Create

86M Downloads

Incorrect Compat Recipe JSONs

Brittank88 opened this issue ยท 0 comments

commented

MC 1.16.5
Create - mc1.16.3+4_v0.3e
Upgrade Aquatic 1.16.5 - 3.0.1
Endergetic 1.16.4 - 3.0.0
Atmospheric 1.16.4 - 3.0.0

Below are the following recipe JSONs with issues. I've also listed the changes that need to be made.

  • 'endergetic:poise_stem_stripped' is actually 'endergetic:stripped_poise_stem'.
  • 'upgrade_aquatic:driftwood_log_stripped' is actually 'upgrade_aquatic:stripped_driftwood_log'.
  • 'upgrade_aquatic:searocket_white' is actually 'upgrade_aquatic:white_searocket'.
  • 'upgrade_aquatic:searocket_pink' is actually 'upgrade_aquatic:pink_searocket'.
  • 'atmospheric:monkey_brush' should be 'atmospheric:hot_monkey_brush'.
	Line 26: [22:24:32] [WARN] Failed to parse recipe create:compat/endergetic/cutting/poise_stem_stripped[create:cutting]: com.google.gson.JsonSyntaxException: Unknown item 'endergetic:poise_stem_stripped'
	Line 39: [22:24:32] [WARN] Failed to parse recipe create:compat/upgrade_aquatic/cutting/stripped_driftwood_log[create:cutting]: com.google.gson.JsonSyntaxException: Unknown item 'upgrade_aquatic:driftwood_log_stripped'
	Line 42: [22:24:32] [WARN] Failed to parse recipe create:compat/upgrade_aquatic/milling/searocket_white[create:milling]: com.google.gson.JsonSyntaxException: Unknown item 'upgrade_aquatic:searocket_white'
	Line 49: [22:24:33] [WARN] Failed to parse recipe create:compat/atmospheric/milling/hot_monkey_brush[create:milling]: com.google.gson.JsonSyntaxException: Unknown item 'atmospheric:monkey_brush'
	Line 51: [22:24:33] [WARN] Failed to parse recipe create:compat/upgrade_aquatic/milling/searocket_pink[create:milling]: com.google.gson.JsonSyntaxException: Unknown item 'upgrade_aquatic:searocket_pink'