From 23a9df76fde1d48cb8eaedba6462193853f2dc02 Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Mon, 14 Jun 2021 22:15:09 +0200 Subject: [PATCH] add access transforming capabilities --- build-data/paper.at | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 build-data/paper.at diff --git a/build-data/paper.at b/build-data/paper.at new file mode 100644 index 0000000000..ced8ae8dfd --- /dev/null +++ b/build-data/paper.at @@ -0,0 +1,6 @@ +# You can use this file to change the access modifiers on a member +# This line would make the field rollAmount public in Bee +#public net.minecraft.world.entity.animal.Bee rollAmount +# This line would make the field public and remove the final modifier +#public-f net.minecraft.network.protocol.game.ClientboundChatPacket sender +# Leave out the member and it will apply to the class itself