juraj-hrivnak / SimpleDifficulty

Fork of SimpleDifficulty. Adds salt & fresh water.
https://www.curseforge.com/minecraft/mc-mods/simpledifficulty-for-underdog
MIT License
3 stars 0 forks source link

Canteen's do not work as expected #5

Open ghost opened 1 year ago

ghost commented 1 year ago

The canteen works unexpected when filling it with water and drinking. It might be complicated to explain the issue so I will break it down in steps

Holding a empty canteen (iron or regular) and righting clicking a water source block fills it with water. Currently, the issue is that doing this to each water type functions differently, and not as intended. By intended, I mean how it functions in the original simple difficulty mod as of the latest version.

Regular water: Fills the empty canteen into a water canteen with 3/3 durability(as intended), replenishes 3 thirst bars(not as intended), doesn't give the thirst effect(not as intended), and doesn't consume the water source block(as intended).

Purified water: Fills the empty canteen into a purified water canteen with 1/3 durability(not as intended), replenishes 1 and 1/2 thirst bars(not as intended), doesn't give the thirst effect(as intended), and consumes the water source block(as intended).

Salt water: Fills the empty canteen into a salt water canteen with 1/3 durability(not as intended?), replenishes 0 thirst(as intended?), gives the thirst effect(as intended?), and doesn't consume the water source block(as intended?).

Crafting: (for the most part it works the same as the original mod)

Shapeless - 1 empty canteen outputs empty canteen (as intended, but is confusing)

Shapeless - 1 of any canteen type with any durability outputs empty canteen (as intended)

Shapeless - empty canteen + charcoal filter outputs empty canteen, and also uses the charcoal filter (I think this recipe is as intended, but is confusing and unnecessary)

Shapeless - purified canteen + charcoal filter outputs water canteen(not as intended), and uses the charcoal filter(as intended)

Shapeless - salt canteen + charcoal filter outputs water canteen(not as intended?), and uses the charcoal filter(as intended)

To my knowledge and little testing, that's about the rundown of where the canteen stands as of now. Hopefully this can be sorted out because currently it is completely unbalanced and not working as it is supposed to! Thanks for the read.