Quantum Things

Quantum Things, a 1.12.2 continuation of Lumien231's Random Things

File Details

QuantumThings-MC-1.12.2-1.0.6.jar

  • R
  • Jan 28, 2026
  • 2.81 MB
  • 723
  • 1.12.2
  • Forge

File Name

QuantumThings-MC-1.12.2-1.0.6.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:quantum-things-1387363:7542775")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.0.6

Changes

  • Added the ability to configure a blacklist of entities that cannot be captured by the Summoning Pendulum.
  • Creative players can now capture any entity with the Summoning Pendulum, bypassing all restrictions.
  • Added a failure sound when the Summoning Pendulum blocks the capture of an entity.
  • Added optional durability to Divining Rods, alongside Unbreaking and Mending eligibility (disabled by default).
  • Increased the Spectre Armor toughness to 3.0 from 0.0 (1 above diamond).
  • Changed the Redstone Activator to emit a sided signal based on the block face clicked. (courtesy of ChaosStrikez)
  • Reworked the internals of the (Advanced) Redstone Interface/Observer/Activator/Remote. This should improve redstone performance, even if you aren't using any of these blocks/items in your world. (courtesy of ChaosStrikez)
  • Changed the Redstone Interface & Observer to only send/receive signals from their target(s) once the target(s) are loaded. (courtesy of ChaosStrikez)

Fixes

  • Fixed the Summoning Pendulum being able to capture entities that are targeting you, but are not classified as monsters.
  • Fixed the Entity Detector not properly updating its power level through blocks when the power mode changed (introduced in 1.0.5).
  • Fixed a crash when the Item Filter tried to compare to an empty item stack.
  • Fixed Spectre Energy Injectors accepting infinite energy when confronted with high energy inputs, causing them to eat the energy.
  • Fixed Divining Rods being able to index-shift when adding or removing them, by flattening their registry names (technically introduced in 1.0.0, but not really).
  • Fixed Spectre Armor not having a repair item set (introduced in 1.0.2).
  • Fixed Spectre Armor not having a description in JEI (introduced in 1.0.2).
  • Fixed Redstone Tool sometimes showing ghost connections for Redstone Interface/Observers after being removed. (courtesy of ChaosStrikez)
  • Fixed various ConcurrentModificationExceptions that could occur when handling network messages. (courtesy of ChaosStrikez)
  • Fixed the Returning Block of Sticks not dropping its returning variant when broken.