Skip to content

Releases: DDCompany/QuarryModPE

v4.2-release

07 Mar 16:29
Compare
Choose a tag to compare

Fixed

  • isClientOnly property
  • updated copyright

v4.1-release

17 Feb 16:54
Compare
Choose a tag to compare

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

17 Jul 17:41
Compare
Choose a tag to compare
  • 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

21 Apr 17:04
Compare
Choose a tag to compare
  • Prevent block placing when player opening ui
  • Fixed item disappear and removed StorageInterface integration
  • Fixed energy bar texture

2.1-release

20 Apr 17:23
Compare
Choose a tag to compare
  • 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