fabric-community / the-hallow

Fabric Community mod for Hacktoberfest!
MIT License
14 stars 19 forks source link

Placeable pumpkin pies & updated fr translation #153

Closed YanisBft closed 5 years ago

YanisBft commented 5 years ago

Pumpkin pies can now be placed, with a block model and texture made by MoonlitLamps :)

Also I updated the French translation

Shnupbups commented 5 years ago

Not a fan of overriding vanilla items. Any chance you could find a way to implement the functionality without overriding the vanilla Pumpkin Pie?

Juuxel commented 5 years ago

You can use Fabric's UseItemCallback.

YanisBft commented 5 years ago

Any other opinions on this? Coz it's much easier to keep my way. Using UseBlockCallback implies testing the placement in all cases, all sides, and both hands, which is too much for such a small feature

YanisBft commented 5 years ago

Help, it's broken

YanisBft commented 5 years ago

Redoing it