Releases: DDCompany/QuarryModPE
Releases · DDCompany/QuarryModPE
v4.2-release
Fixed
- isClientOnly property
- updated copyright
v4.1-release
Added
- Multiplayer support
- New items: interdimensional core, enchanted lens, module base, exp storage module
- API for custom upgrades & lenses. Shared with name
QuarryAPI
- Energy IN limit - 1024 EU/tick
Changed
- Quarry consume the same amount of energy every tick (128 EU by default) now. Energy doesn't depend on block that it dig
- The digging center is chunk, not block on whitch quarry stands
- Range upgrade increase radius on 16 blocks, not 2 times as before
- All recipes
- Removed tool slot
- Some ui changes
- Removed sounds until the library is updated
- Range upgrade consume energy
- Renamed items
v3.0-release
- Added translation of gui header
- Added disable button
- Added work sound
- Added zh translation by JiChuChiLun
- Block placing while player is sneaking
- Changed sound of button that give exp
- Changed switch position
- Changed slot icons
- Removed styling code
- Quarry doesn't destroy blocks with TileEntity
- Optimized upgrades and lens modifiers refresh
- Fixed dig range
- Fixed ui update
- Fixed variable name
- Fixed error when block material is undefined
2.2-release
- Prevent block placing when player opening ui
- Fixed item disappear and removed StorageInterface integration
- Fixed energy bar texture
2.1-release
- Added button and switch click sound
- Added russian translation
- Added rf energy support
- Added integration with StorageInterface
- Added electric tools support registered by chargeitem library (like ic drills)
- Cannot open ui or place block (only vanilla, sorry) when sneaking
- Items that did not fit into the buffer do not disappear
- Changed UI style
- Updated blocks and items textures
- Increased energy consumption
- Changed logic of the quarry. Now the speed depends on the tool
- Updated EnergyNet library
- Code optimization