XNet - 1.12-1.8.1
on Jan 26, 2023XNet 1.12-1.8.1
- The ctrl-c/ctrl-v hotkeys work on connectors now instead of channels
- The up/down keys move up/down the selected connector
XNet - 1.12-1.8.0
on Jan 26, 2023XNet 1.12-1.8.0
- Depends on McJtyLib 3.5.0!
- Fixed a problem where the updated proxy would break instantly by hand and not drop anything
- Added ctrl-c/ctrl-v support for copy/pasting channels
- Added support for RFTools Control with a new opcode to enable/disable channels
- Added another opcode to test if a color mask is true
- Added better checks when inserting fluids in a tank to make sure it really worked. This avoids a crash in certain situations
XNet - 1.12-1.7.6
on Jan 26, 2023XNet 1.12-1.7.6
- API improvements to allow other mods to add connectors to a controller
- Needs McJtyLib 3.1.0
- Support for COFH RF API is removed. Only Forge Energy is supported now
- Various cleanups
XNet - 1.12-1.7.5
on Jan 26, 2023XNet 1.12-1.7.5
- Fixed a bug with wireless channels not storing the owner correctly
- New feature to copy/paste channels and connectors!
XNet - 1.12-1.7.4
on Jan 26, 2023XNet 1.12-1.7.4
- WARNING: Do not load any worlds with XNet 1.7.3 or earlier if you last saved them with XNet 1.7.4 or later!
- Joseph fixed log warnings due to tile entities being registered with names like "minecraft:xnet_facade" instead of "xnet:facade".
- Fixed a problem with the redstone proxy blocks being breakable by hand (and not giving any drops)
- Fixed a possible crash with the wireless routers when used in different (unloaded) dimensions
- Made sure that the baked models for cables never return null for the particle texture
- Fixed a problem with the router not showing multiple local channels of the same type
XNet - 1.12-1.7.3
on Jan 26, 2023XNet 1.12-1.7.3
- Fixed a few baked models that didn't test for null state. This fixes XNet for recent versions of Forge
XNet - 1.12-1.7.2
on Jan 26, 2023XNet 1.12-1.7.2
- Fixed a very stupid bug in the item handling when there were multiple extraction points and some of these were disabled by color mask and/or redstone mode. As soon as it tested one of those extraction points it would ignore all remaining extraction points if the conditions didn't match
XNet - 1.12-1.7.1
on Jan 26, 2023XNet 1.12-1.7.1
- Reduced power consumption of the wireless router. It was a bit too much. Changed the name of the config so that everyone will get the new values
- New feature to extract a specific amount of items per tick
XNet - 1.12-1.7.0
on Jan 26, 2023XNet 1.12-1.7.0
- Made compatible with the latest McJtyLib (3.0.0)
- New wireless router. A wireless router must be connected to a routing network (using the special routing cables) to a normal router. All published channels on that router will be made available remotely to another wireless router. Note that a wireless router needs an antenna to work
XNet - 1.12-1.7.0-alpha
on Jan 26, 2023XNet 1.12-1.7.0-alpha
- Made compatible with the latest McJtyLib (3.0.0)
- New wireless router. A wireless router must be connected to a routing network (using the special routing cables) to a normal router. All published channels on that router will be made available remotely to another wireless router. Note that a wireless router needs an antenna to work
xnet-1.12-1.6.9.jar
on Jan 26, 20231.6.9:
Enhancements:
- Improve the router so it kickstarts easier (McJty)
Bug fixes:
- Fixed blocks with certain types of complex rendering code (such as Chisel’s blocks) not working as facades (josephcsible)
- Fixed logspam when running a dedicated server with Chisels and Bits (josephcsible)
xnet-1.12-1.6.8.jar
on Jan 26, 20231.6.8:
Enhancements:
- Made it clear that the redstone output side can’t be changed even with advanced connectors (josephcsible)
Bug fixes:
- Fixed crash when placing two updating redstone proxies next to each other (josephcsible)
- Fixed being unable to break facades on connectors in creative mode (josephcsible)
- Fixed incorrect rendering of some blocks (such as grass) as facades (josephcsible)
- Fixed console spam when displaying tooltips (josephcsible)
- Fixed logspam when Chisels and Bits is installed, and at least one of Waila or TOP is not (josephcsible)
And lots of refactoring and code cleanup.
xnet-1.12-1.6.7.jar
on Jan 26, 20231.6.7:
- Bug fix with setting integer values in guis
- Fixed double tooltips in gui of controller
xnet-1.12-1.6.6.jar
on Jan 26, 20231.6.6:
- Fixed a problem with advanced connectors still being limited to 1000mb instead of 5000mb for liquids
- Changes to the IConnectable API
xnet-1.12-1.6.5.jar
on Jan 26, 20231.6.5:
- Fixed another division by zero
xnet-1.12-1.6.4.jar
on Jan 26, 20231.6.4:
- Needs McJtyLib 2.6.2
- Uses McJtyLib way to render tooltips for items in filter
- New API so that other mods can 'connect' their blocks to XNet connectors
- Fixed a crash that could occur in item channels
- Improved how 'random' works. It will now really select evenly among all non-empty input slots
xnet-1.12-1.6.3.jar
on Jan 26, 20231.6.3:
- Second attempt to fix the TPS lag. This version should be ok now
xnet-1.12-1.6.2.jar
on Jan 26, 20231.6.2:
- Fixed a bug in handling of old connectors for XNet causing lots of log spam and loss of TPS
xnet-1.12-1.6.1.jar
on Jan 26, 20231.6.1:
- Implemented extract mode for item channels: first (like it was in the past), random slot, or round robin
- Doubled the speed of item connectors (5 ticks per operation for advanced and 10 ticks per operation for normal)
- New version of the redstone proxy block that can do block updates
- The controller GUI will sort connected blocks based on block name
- Implemented tooltips for the filtered items in item connectors
xnet-1.12-1.6.0.jar
on Jan 26, 20231.6.0:
- This version requires McJtyLib 2.6.0!