Queerbric / Inspecio

A Minecraft mod which adds more tooltip components to items.
https://modrinth.com/mod/inspecio
GNU Lesser General Public License v3.0
101 stars 25 forks source link

Fix fire #24

Closed Zailer43 closed 3 years ago

Zailer43 commented 3 years ago

Currently the tooltip of entities with fire only renders correctly looking for the south, in addition to the HasVisualFire tag not working

HasVisualFire:1b + south: hasvisualfire south Fire:1 + south: fire south Fire:1 + southeast: fire southeast Fire:1 + north: fire north

This PR + HasVisualFire:1b + north: fixed north

Zailer43 commented 3 years ago

I don't know what I did that I added 5 old commits XD

I leave this closed and create a new pull request?