TeamMoegMC / Caupona

Food cuisine mod for minecraft
https://www.curseforge.com/minecraft/mc-mods/caupona
GNU General Public License v3.0
12 stars 8 forks source link

[Bug] No loot table for Snail Block, associate odd behavior #70

Closed jacobasmithwork closed 1 year ago

jacobasmithwork commented 1 year ago

Error Behaviour

There is no .json file for the snail_block loot_table, and it does not seem that there is any way to acquire a snail item, at least by growing through snail bait / roe. They also spread quite fast, and tend to eat the leaves that support fruit instead of going for the fruit itself. The book says that there are two types of snails, regular and plump. The difference being that the plump snail has eaten a fruit at some point in its life. However, a snail cannot grow to max age 4 without having eaten fruit, so the only fully mature snail that is possible MUST be plump in nature. Not sure if snails unimplemented intentionally, couldn't find any statements.

Expected Behaviour

Snails to mature fully without fruit, Prioritize blocks with SNAIL_PLUMP_FOOD over SNAIL_FOOD, and most importantly, a loot table for the snail roe / snail block. Basically for the snail mechanic to operate as the book describes.

Reproduce

  1. Place Snail bait on leaves and wait to grow / boost growth
  2. Feed snails leaves and grow a branch of leaves towards fruit
  3. If snails eat fruit, wait to mature
  4. Attempt to harvest Mature snail by any means, fail to get item.

Crash Report

No response

Mod version

1.20.1-0.4.4

Server version

No response

Other mods and plugins

In the modpack ATM9, no conflicts.

khjxiaogu commented 1 year ago

Snails would only eat fully grown fruit block by now. And then eat blocks in distance order. Loot table is confirmed as a bug, would fix in next version.