Commit graph

2413 commits

Author SHA1 Message Date
Unknown
db17c5af6f Fixed regression in air generator always rendering as active 2019-01-20 01:57:21 +01:00
Unknown
f4d6af8a1d Fixed regression in reactor core enable state 2019-01-20 01:57:19 +01:00
Unknown
4d7a489dec Updated ship controller LUA script for OC 2019-01-20 01:57:18 +01:00
Unknown
cc725cfd99 Fixed LUA logs duplication spam for CC
Improved context in LUA logs for OC and CC
2019-01-20 01:57:16 +01:00
Unknown
e0bb581ca3 Integrated Computer interface upgrades 2019-01-20 01:57:15 +01:00
Unknown
3d1ad6f6fb Improved recipes scaling and mods integration
- less steel early game
- simpler air generator and laser lift
- no computer interface ingredient when it's an upgrade
- cheaper stabilization laser
2019-01-20 01:57:15 +01:00
Unknown
3239321b56 Refactored energy handling
- added Forge Energy support for blocks and items
- added GregtechCE energy support for blocks and items
- added energy status for laser machines
- added rate to energy status
- added display units configuration (wip)
- added explicit EnergyWrapper from ItemEnergyWrapper and TileEntityAbstractEnergy statics
- fixed crash with NULL facing input/outputs
- fixed warp electrolyzer deleting energy containers
- fixed energy storage unable to reach maximum with flux energy
- fixed laser tree farm LUA scripts for OC not installing
- improved reactor explosion logs and CPU load
Added an onUpgraded() method to simplify code structure
2019-01-20 01:57:08 +01:00
Unknown
a15585822c Fixed bad multithreading in Computer APIs
- stopping Laser tree farm or Mining laser
- starting a Radar scan
- disconnecting from a Radar
- connecting/disconnecting multiple computers to/from a same TileEntity
Fixed Radar loosing scan progress when reloading its chunk
2019-01-13 21:16:31 +01:00
Unknown
a6178f5299 Integrated transporter with IMachine 2019-01-13 21:16:30 +01:00
Unknown
84432eb6e1 Added laser medium upgrade factor to encourage upgrades
Fixed laser tree farm with diagonally connected branches
Fixed laser tree farm with dark oak and jungle trees
2019-01-12 13:56:28 +01:00
Unknown
fcc81b7f5a Improved logs 2019-01-12 13:48:50 +01:00
Unknown
67bda58fd9 Code cleanup 2019-01-12 13:48:32 +01:00
Unknown
0747405385 Fixed regression in block drops 2019-01-12 13:48:24 +01:00
Unknown
a6d423cf59 Improved logs for OC LUA calls
- added method name
- extended to support all callback methods
- refactored videoChannel() and beamFrequency()
2019-01-06 22:10:48 +01:00
Unknown
714b69c5da Fixed console spam with tooltip fuel informations 2019-01-06 22:10:48 +01:00
Unknown
2c5282bb6d Fixed ship jumping before confirmation 2019-01-06 22:10:47 +01:00
Unknown
e4f82eed9e Removed ship core teleportation for now 2019-01-06 22:09:48 +01:00
Unknown
a5a336f3db Code cleanup 2019-01-06 22:09:42 +01:00
Unknown
c8241775a3 Removed updater for CC LUA as it's no longer maintained 2019-01-06 18:54:39 +01:00
Unknown
0c1a0bfdd0 Added Computer interface upgrades 2019-01-06 18:54:37 +01:00
Unknown
f33c1d3a54 Improved usability by enabling all machines by default 2019-01-06 18:54:35 +01:00
Unknown
cc583a4423 Added ActuallyAddition compatibility for 1.12.2
Lasers aren't supported
2019-01-02 20:49:21 +01:00
Unknown
991f9817a9 Added a default transformer for EnumFacing properties 2019-01-02 20:49:21 +01:00
Unknown
a3fafc3d5d Changed dictionary to always add default values
This should make updating easier for modpack authors
2019-01-02 20:49:20 +01:00
Unknown
2ec5612cb7 Fixed regression on ship control termination logic (wip) 2019-01-02 20:49:20 +01:00
Unknown
0049322f8b Code cleanup 2019-01-02 20:49:14 +01:00
Unknown
93d2d0e417 Fixed invalid slot usage in tuning driver recipe handler 2019-01-02 20:46:28 +01:00
Unknown
46f8ce5aba Added partial Galacticraft compatibility for 1.12.2 2019-01-02 20:46:27 +01:00
Unknown
266b863417 Added RefinedStorage compatibility for 1.12.2 2018-12-31 14:07:37 +01:00
Unknown
ea7afcbd25 Added an AdvancedRocketery gravity proxy 2018-12-31 14:07:37 +01:00
Unknown
5745133db7 Added ASM patch to hide achievement parsing errors
This includes hiding the log spam when loading worlds with changed recipes
2018-12-31 14:07:36 +01:00
Unknown
aff2aab1ea Code cleanup 2018-12-31 14:07:36 +01:00
Unknown
b7e18c297f Improved air tanks usability
- tool tip to explain how to use
2018-12-31 14:07:35 +01:00
Unknown
2b98707e24 Improved lamp usability
- simple right click to switch light on or off
- tool tip to explain how to use
2018-12-31 14:07:35 +01:00
Unknown
63ec17a037 Removed ComputerCraft special casing 2018-12-31 14:07:34 +01:00
Unknown
ccc7b2392f Fixed regression in solar power generation in space 2018-12-31 14:07:34 +01:00
Unknown
d2609f707c Updated GregTech compatibility to 1.12.2 (wip)
- rotation is done
- energy isn't supported (yet)
- client won't refresh in SSP until reconnection, not sure why
2018-12-31 14:07:29 +01:00
Unknown
aa10e0a3e3 Added a workaround for GTCE fake world 2018-12-28 04:00:51 +01:00
Unknown
ceb8245381 Removed client side block update handling 2018-12-28 04:00:51 +01:00
Unknown
004bdcb4d3 Improved dictionary logging 2018-12-28 04:00:50 +01:00
Unknown
340265dfb7 Integrated ship command abort logic 2018-12-28 04:00:50 +01:00
Unknown
a98b8e45a0 Removed TileEntity double validation 2018-12-28 04:00:50 +01:00
Unknown
f5d57cbb82 Code cleanup 2018-12-28 04:00:44 +01:00
Unknown
8cc8402db7 Refactored tooltips handling
- dedicated class & configuration
- more generic & flexible blockstate logic
- added entity id to spawn eggs
- optional deduplication
- added a clean list
2018-12-28 04:00:34 +01:00
Unknown
a1ecdcef4e Improved world generation logging 2018-12-28 04:00:31 +01:00
Unknown
b599552f55 Integrated recipes
- use ore dictionary for wooden chests (notably for Quark support)
- missing NBT for water bottle in activated carbon recipe
- more accessible & progressive laser medium recipes
2018-12-28 04:00:30 +01:00
Unknown
a037a7f031 Updated default configuration files for 1.12.2 (wip)
- fixed extra stone/cobblestone in nether/end/non-UBC asteroids & moons
- use new blockState format in ship structures
- explicit mod filtering in loot tables to detect registry changes
- support new UBC registry names
- added more ores by default
- shifted default dimension ids to avoid conflict with AdvancedRocketry
2018-12-28 04:00:30 +01:00
Unknown
5020e1833e Added Woot compatibility to 1.12.2 2018-12-27 20:15:22 +01:00
Unknown
35203cdae9 Fixed regression in air canister/tank refilling 2018-12-27 20:15:22 +01:00
Unknown
617148fddb Added wrench for rotating blocks around 2018-12-26 01:47:42 +01:00