diff options
| author | lucko <git@lucko.me> | 2022-12-27 09:17:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-27 09:17:54 +0000 |
| commit | e5b278047ccb7bc6b301d787474c51d162911867 (patch) | |
| tree | 11bba64e8f28ce8b83adc05252b75f17e2ccbf6a /spark-forge/src/main/resources | |
| parent | 4a16a1a2f4eb09f706b4a541e3d31618de29420b (diff) | |
| parent | 1075665def4a41cf0064255a6da1d1a652f5d473 (diff) | |
| download | spark-e5b278047ccb7bc6b301d787474c51d162911867.tar.gz spark-e5b278047ccb7bc6b301d787474c51d162911867.tar.bz2 spark-e5b278047ccb7bc6b301d787474c51d162911867.zip | |
Merge pull request #284 from embeddedt/forge-1.7.10
Align 1.7.10 with master
Diffstat (limited to 'spark-forge/src/main/resources')
| -rw-r--r-- | spark-forge/src/main/resources/META-INF/accesstransformer.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spark-forge/src/main/resources/META-INF/accesstransformer.cfg b/spark-forge/src/main/resources/META-INF/accesstransformer.cfg new file mode 100644 index 0000000..2699a0e --- /dev/null +++ b/spark-forge/src/main/resources/META-INF/accesstransformer.cfg @@ -0,0 +1,7 @@ +public net.minecraft.server.level.ServerLevel f_143244_ # entityManager +public net.minecraft.world.level.entity.PersistentEntitySectionManager f_157495_ # sectionStorage +public net.minecraft.world.level.entity.PersistentEntitySectionManager f_157494_ # visibleEntityStorage +public net.minecraft.client.multiplayer.ClientLevel f_171631_ # entityStorage +public net.minecraft.world.level.entity.TransientEntitySectionManager f_157638_ # sectionStorage +public net.minecraft.world.level.entity.TransientEntitySectionManager f_157637_ # entityStorage +public net.minecraft.client.Minecraft f_91018_ # gameThread |
