Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
repositories
785 contributions in the last year
Activity overview
Contributed to
Vazkii/Botania,
williewillus/graphics_shadow,
MinecraftForge/MinecraftForge
and 5 other
repositories

Contribution activity
February 2019
Created a pull request in MinecraftForge/MinecraftForge that received 5 comments
[1.13] Reintroduce a container-opening system
Major points:
This system only deals with containers, the guis that need syncing to open. Client-only guis formerly opened with player.openGui
are…
+106
−1
•
5
comments
Created an issue in MinecraftForge/MinecraftForge that received 2 comments
[1.13.x] Entities moving between dimensions lose all their caps
Teleporting between dimensions calls world.removeEntityDangerously
, which calls Entity.remove
(formerly setDead), which invalidates all caps.
Vanil…
2
comments