Mowmaster / Pedestals

A minecraft 1.16+ mod that is made to transport items,fluids,exp, and energy within small networks around a base or area.
https://www.curseforge.com/minecraft/mc-mods/pedestals
19 stars 19 forks source link

Infusion to control “defined work area to bedrock” mode for upgrades which support it. #239

Closed mfrankov closed 1 year ago

mfrankov commented 1 year ago

Currently these upgrades are a little confusing — they respect the defined work area if it’s at least 2 blocks in height, but switch to ignoring the Y value and instead operating from bedrock to world height if it’s only 1 block high (except the pump, which has to be 1 block high and at least total 5 blocks to flip modes). This is pretty confusing when people may create a lava cauldron setup of <=4 cauldrons that works and then decide to grow that to >=5 as it flips modes and stops working.

As discussed, it would likely be better to have this behavior controlled by an infusion modification.

A few other potential improvements I’ll also run by Mow on this change:

mfrankov commented 1 year ago

Added the new infusion (name, helper functions to get/lookup the value, and text in the resources file). 1.19: https://github.com/Mowmaster/Pedestals/commit/5bd837f8b54db2289713c87ffff10fafd4fccb73 1.20: https://github.com/Mowmaster/Pedestals/commit/b3d9282111e6ee8a854535c16301a06346763e4a

mfrankov commented 1 year ago

Use the new infusion for ItemUpgradePump, including large overhaul of the code (as described in the commit messages). 1.19: https://github.com/Mowmaster/Pedestals/commit/a252cd3ed3ee697074b79fb3f770feeb79035a07 1.20: https://github.com/Mowmaster/Pedestals/commit/5fc9e6ce5d3d612ae4b6e4e69f3436c419237420

mfrankov commented 1 year ago

Use the new infusion for ItemUpgradeQuarry, including large overhaul of the code (as described in the commit messages). 1.19: https://github.com/Mowmaster/Pedestals/commit/79b73384e2206bbc81a7fa5d26308a21cdd4f126 1.20: https://github.com/Mowmaster/Pedestals/commit/19629b5303c7a80fb39dae73479004345224fd9e