kyrptonaught

Results 63 comments of kyrptonaught

Updating of my public mods has mostly come to a halt, I've been doing this for a while and the new frequent breaking changes mojang has been doing has been...

This is doable with CustomIgnitionSource. Create a static instance of PortalIgnitionSource: ```java public final static PortalIgnitionSource BLUE_FIRE = PortalIgnitionSource.CustomSource(new Identifier("test","bluefire"));` ``` When registering your portal specify this as the ignition...

This is a bug in one of the releases of CPA. The version of CPA in paradise lost does not have this issue, but another mod you’re using does have...

Is this using obsidian as a portal frame? That isn't really supposed to be supported, does this still occur with a different frame block?

This is technically possible but I chose not to do so, mostly for performance. When a portal is attempted to be lit, we just grab the block that is making...

A major update for this mod is in the works, this is one of the new features. In the meantime, you can set all the commands to the same key,...

Can you send a log? type that in as a command in chat /cmdkeybinds showconfig

Can you send a log of you going into mod menu and trying to open the config screen for this mod? Mod menu should put in the log why it...

Hmm 1.16.5 It's likely that command macros was using an older version of cloth config and a newer versions breaks it. I have to check which version it was expecting

Cmd macros was using cloth config 4.8.2, while the version you have is 4.16.91. Most likely something changed in those versions.