connor135246 / Campfire-Backport

Backports Minecraft 1.14/1.16 campfires to 1.7.10
GNU General Public License v3.0
9 stars 4 forks source link

[Feature Request] Let .transformFluid more useful. #41

Closed song682 closed 11 hours ago

song682 commented 1 month ago

Can .transformFluid add a function that can let it add/increase the amout of fluid? I also had a template.
.transformFluid(String increaseOrDecrease, String fluidName, int minAmount, @Optional Boolean reuse)
String increaseOrDecrease can let the amout of fluid increase or decrase.
This is depended on you. You can add it or turn it down.

connor135246 commented 11 hours ago

Done in v1.11.2!
I split it into two different commands: .drainFluid to remove fluid, and .fillFluid to add fluid. More details on the wiki.