Skip to content

4.11.2.0

Compare
Choose a tag to compare
@MineDragonCZ MineDragonCZ released this 04 Nov 13:02
· 102 commits to master since this release
CHANGELOG (4.11.2.0):
	BUG FIXES:
		- Fixed EH sound loop problem
		- Advanced rocketry (and simillar mods) dimensions are now registered in jsgDimensions.json file (Issue #268)
		- Fixed some internal issues that have been crashing game
		- Fixed problem with pregenerating world (Issue #274)
		- Fixed problem with AR meteors (Issue #275)

	NEW FEATURES:
		Portals (Nether and End) are Disabled:
			- Nether and End portals are now disabled by desault
			- To get to Nether, use Orlin's gate
			- To get to the End. you need to find special Suspicious page (more info lower)
			- This option can be toggled in config

		Stargate Generator For Other Dimensions (SG-OD):
			- From now all registered dimensions have own "pre-registered" gate
			- This gate will generate on random position in the target dimension when its dialed
			- Generation of the gates can cause lag spikes, so its recommended to pregenerate (dial all these addresses) on servers (for that you can use new Admin Controller)
			- This generator ignores Overworld and Nether (because in overworld, you can find gates and in Nether, there is gate generated by Orlin's gate)
			- In the End there is not Milky Way gate (like in other dimensions), but Universe (Destiny's) gate (so you need Universe gate or 9 symbols to dial that address)

		Suspicious Pages (Sus Pages):
			- In this update we added new form of getting addresses of gates
			- There is chance to get this page from loot chest in any JSG structure with loot (Nether gate, Ancient Totem, Naquadah Mine, Tokra tunnel)
			- This page is simillar to normal notebook page, but it shows only 7 symbols without Poin of Origin
			- You can also find suspicious page with 8 symbols (without PoO again). This page leads to the End's main island (or near that island)
			- In stronghold loot chests there is 100% chance of spawning Sus Page with 8 symbols address (to the End)

		Easier Poin of Origins Addon's Importing:
			- There is now new command to import all new point of origins from the JSG Milky Way Origins Addon (can be found on curseforge or discord)
			- just type /jsg help for more informations
		
		Admin Controller:
			- New creative-only item that should help admins of server to maintain stargate network
			- This item, when it's used, will show you current gate's status, dialed address and current dialing progress
			- You can also scroll through list of gates on the server/world
			- This list also contains "pre-registered" gates from SG-OD (they are gray, can not change its name and position is missing)
			- Next to the field for name of the entry (yes, you can rename the entry and it will save for all people on the server) is button
			- This button has 5 modes: (Switch modes by right-clicking the button | Left-click will trigger the action)
				1. Slow-dial address: (green arrow)
					- this mode will dial address like the computer (ring will spin, engage symbol, then spin again...)
				2. Fast-dial address: (double green arrow)
					- this mode will dial address like from DHD (on Pegasus gates like DHD with fast dialing enabled | on Universe gates like fast dialing enabled)
				3. Nox-dial address: (gate pictogram)
					- this mode is the fastes way to dial an address, but doesn't work for Universe gates (because they are older than other types of gates)
					- all symbols are dialed at once
					- there will be also no Kawoosh when wormhole establish
				-----------------------------
				4. Give addresses: (notebook)
					- this mode will give you notebook containing all symbol types addresses (Milky Way, Pegasus and Universe)
					- to get universe address to dialer, just remvoe the universe address from the notebook (insert key -> red X) and put that notebook page with dialer into crafting
				5. Teleport to gate's location: (ender pearl)
					- this mode do exactly how its called :) (teleports you to gate's location)
			- When you dialing using this controller, no power from the gate will be used and no power is needed in the gate to operate
		
		System of Breaking/Disasembling Gates:
			- From now you can not break gate using any tool
			- To break a gate, you need to right-click target gate block with JSG Wrench
			- If you right-click the base block with holding shift, the whole gate will break and blocks will be put into your inventory

		Creative Items are no longer usable in Survival mode:
			- From now only players in creative mode can use creative items/blocks from JSG
			- This helps security on servers

		Gate's Bearing:
			- Bearing prop has now ability to change its size acording to gate's size

		Animations of Event Horizon:
			- There are new animations of event horizon from the back of the gate
			- We also fixed glitch with event horizon, when gate is opening

	FOR DEVELOPERS:
		Added API:
			- you can now use Stargate<type>Controller class in dev.tauri.jsg.api.controller package to safelly operate gate from your mod
			- if you found anything missing, please write us a message on our discord

			- you can also generate gates by StargateGenerator class in dev.tauri.jsg.api package