Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated 3 months ago
This is a minecraft 1.20.1 fabric server side mod that adds extra features to existing blocks
Changes:
- When a falling anvil lands on a block that isn't in config "anvilBreakBlacklist", it will turn it into a falling block
- The behavior of dispensers is overridden for all items with ids not in config "dispenserDefaultedItems":
- A fake player is created with the dispenser items in their hotbar, holding the selected stack
- If a block is targeted and the held item's id is not in config "dispenserBlockItemBlacklist", a shift right click is attempted on it
- If nothing has happened, a block is targeted, and its id is not in config "dispenserBlockBlacklist", a right click is attempted on it
- If nothing has happened, an entity is targeted, and its id is not in config "dispenserEntityBlacklist", a shift right click is attempted on it
- If nothing has happened and the held item's id is not in config "dispenserItemBlacklist", a right click of the item is attempted
- After this, all stacks not in the player's hotbar are dropped
- If there is a crafting table in front of a dropper and the dropper inventory forms a valid recipe with id not in config "dropperCraftBlacklist", a craft is simulated and the item is dispensed. This idea is copied from the carpet mod
- Pistons have been improved:
- They can push block entities
- Behavior can be overridden for specific blocks (config "pistonOverrides")
- The max push limit is increased by default and can be configured (config "pistonMaxPushAmt")
Config (create config/simpletech.properties)
- pistonMaxPushAmt (default 36)
- dispenserDefaultedItems (default arrow,spectral_arrow,tipped_arrow,fire_charge)
- dispenserBlockItemBlacklist (empty by default)
- dispenserBlockBlacklist (empty by default)
- dispenserEntityBlacklist (empty by default)
- dispenserItemBlacklist (empty by default)
- pistonOverrides (default redstone_wire/NORMAL,redstone_torch/NORMAL,redstone_wall_torch/NORMAL,repeater/NORMAL,comparator/NORMAL): behavior is one of NORMAL, DESTROY, BLOCK, IGNORE, PUSH_ONLY
- dropperCraftBlacklist (empty by default)
- anvilBreakBlacklist (default bedrock,simplevs:rotor,simplevs:servo)


