Update preprocessor

- Switch from ECJ to IDEA (with potential for kotlin)
- Can pull SRG mappings from FG, reducing amount of manual mappings (basically just class mappings and fixing errors in SRG mappings)
This commit is contained in:
Jonas Herzig
2019-06-23 13:29:03 +02:00
parent b846d5308e
commit 862c8d9b36
11 changed files with 20 additions and 82 deletions

View File

@@ -1,9 +1 @@
net.minecraft.world.WorldType DEBUG_ALL_BLOCK_STATES DEBUG_WORLD
net.minecraft.client.resources.ResourcePackRepository setServerResourcePack() setResourcePackInstance()
net.minecraft.client.Minecraft fontRenderer fontRendererObj
net.minecraft.client.renderer.BufferBuilder net.minecraft.client.renderer.VertexBuffer
net.minecraft.client.gui.GuiButton x xPosition
net.minecraft.client.gui.GuiButton y yPosition
net.minecraft.util.math.Vec3d x xCoord
net.minecraft.util.math.Vec3d y yCoord
net.minecraft.util.math.Vec3d z zCoord