ModernGamingWorlds-Mods / WoodenUtilities

Wooden Utilities, an all-new Minecraft Mod that adds more Wood-Related items to your daily Minecraft Experience.
https://www.curseforge.com/minecraft/mc-mods/wooden-utilities
MIT License
1 stars 2 forks source link

Add: Resin Tap #30

Closed lazynessmind closed 3 years ago

lazynessmind commented 3 years ago

What is this f:

Things that could be better but I lost too much time trying to make it work and it didn't:

Currently, the tap is using the NBT to store the resin amount. Is working fine, but I wanted to add the capability to store the fluid and remove all the mess that NBT creates. I tried and lost a lot of time on it without success. The problem is that when you apply the capability all the resin taps will share the same values. i.e: if one resin tap has 20 of resin and you craft another one, that one will start with 20 too.

Someone can implement this pls

How it works:

5