Builders tea does not use food properties to apply the effect and hunger #7295
Labels
status: confirmed
Issue's details are known, it is consistently reproducible, and it needs a fix
type: bug
Issue where something isn't working
Description
Builders tea harcodes how it applies effects in it's finishUsing method:
Create/src/main/java/com/simibubi/create/content/equipment/BuildersTeaItem.java
Lines 24 to 43 in 7a7993d
This is not ideal as it means the way mods expect mods to declare effects and hunger values (food properties) does not exist on builders tea. This will also cause problems in 1.21 when components are a thing, it will prevent people customizing the hunger and effect given from it.
Game Log
N/A
Debug Information
N/A
The text was updated successfully, but these errors were encountered: