PG Changelog:
1.5.1
– Fixed mod compatibility with changing texture packs.
– Fixed shooting portals through glass/iron fences making it go through blocks.
– Fixed placing chests on portals crashing and corrupting the world.
– Fixed death.moon messages.
Version Naming changes:
Now that I’m using runtime deobfuscation for some of my mods, Portalgun will have a change of version naming.
Old naming: <Minecraft version>v<Build number>
New naming: <Initial number>.<Major release>.<Minor release>
Initial Number: Changes everytime an update to minecraft breaks runtime deobfuscation. Resets Major/Minor Release Number.
Major Release: Changes everytime something mod breaking is done, eg new mod content or major change of mod structure.
Minor Release: Changes everytime some small fixes which does not break the mod are done.
-iChun