-
Notifications
You must be signed in to change notification settings - Fork 22
/
betterfps_at.cfg
21 lines (16 loc) · 1.16 KB
/
betterfps_at.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This is the Access Transformer file for BetterFps
# This file should not be included in the binary version.
# The transformations have to be made using ASM too or should not affect the transformed code
# This is useful for patches: Classes that will never be loaded but include code that will be injected into the original class
public net.minecraft.client.Minecraft * # All fields
public net.minecraft.client.Minecraft *() # All methods
public net.minecraft.tileentity.TileEntityBeacon * # All fields
public net.minecraft.tileentity.TileEntityBeacon *() # All methods
public net.minecraft.tileentity.TileEntityBeacon$BeamSegment *() # All methods
public net.minecraft.tileentity.TileEntityHopper * # All fields
public net.minecraft.tileentity.TileEntityHopper *() # All methods
public net.minecraft.client.renderer.EntityRenderer * # All fields
public net.minecraft.client.renderer.EntityRenderer *() # All methods
public net.minecraft.client.gui.inventory.GuiContainerCreative * # All fields
public net.minecraft.client.gui.inventory.GuiContainerCreative *() # All methods
public net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative