radfast
radfast
Why is this: asmodeuscore.core.network.packet.ACPacketSimple.handleServerSide(ACPacketSimple.java:280) calling Galacticraft code at all, I don't get it?
Please provide the full crash report from folder `.minecraft/crash-reports`. The crash report will have a date and time matching when this happened. We need to see this to understand better...
> Please provide the full crash report from folder `.minecraft/crash-reports` This. Not bitmojis, those won't help - thank you though!
Ez, it's the same mechanic as a rocket. You can't place a rocket on bare ground. We should add a prompt, to help players. Maybe one for the rockets as...
1) Please make a single player game *using your same modlist which you are playing on the server* and test this. Does it still happen in single player? 2) If...
We can probably do that, I looked at the API and it has some similarity to our code. @mcenderdragon do I simply need to register Galacticraft planets with [IPlanet](https://github.com/mcenderdragon/Futurepack-API/blob/1.12/futurepack/api/interfaces/IPlanet.java)? For...
Hmm, dual oxygen systems will likely confuse players. As our oxygen system is very mature and well-understood, you could look at disabling your lifesupport mechanism if you detect GC is...
[Here are the main hooks](https://github.com/micdoodle8/Galacticraft/blob/master/src/main/java/micdoodle8/mods/galacticraft/api/world/OxygenHooks.java) into our oxygen system. A living entity which does not require Galacticraft oxygen - for example, a robot or golem, but maybe also some other...
Intended usage of our API in simple cases for third party mods where you don't need the whole API: 1. In your IDE make a local copy of the `micdoodle8.mods.galacticraft.api`...
I should add this information to our wiki, so if you have any feedback let me know :)