Skip to content

Commit

Permalink
Fix Entity Distance by AT
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Jan 9, 2024
1 parent 45e36f7 commit 746e534
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Also check [The Fugue Plane](https://forgottenrealms.fandom.com/wiki/Fugue_Plane
* Botania Tweaks
* Aqua Acrobatics
* Advanced Rocketry
* Entity Distance

## Note
Add ! to start of the file name to fix Lag Goggles.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mappings_version=39-1.12
mod_id=fugue
mod_name=Fugue
mod_main_class=Fugue
mod_version=0.3.1
mod_version=0.3.2
mod_base_package=com.cleanroommc.fugue
mod_authors=kappa_maintainer
mod_description=A mod that patch dead mods for Cleanroom
15 changes: 14 additions & 1 deletion src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
protected-f net.minecraft.item.ItemBlock field_150939_a # block
#Snow! Real Magic
protected-f net.minecraft.item.ItemBlock field_150939_a # block
#EntityDistance
private-f net.minecraft.client.gui.GuiOptions field_146441_g # lastScreen
private-f net.minecraft.client.gui.GuiOptions field_146443_h # settings
private-f net.minecraft.entity.EntityTracker field_72793_b # entries
private-f net.minecraft.entity.EntityTracker field_72794_c # trackedEntityHashTable
private-f net.minecraft.entity.EntityTracker field_72795_a # world
private-f net.minecraft.entity.EntityTrackerEntry field_73130_b # range
private-f net.minecraft.entity.EntityTrackerEntry field_73132_a # trackedEntity
private-f net.minecraft.entity.EntityTrackerEntry field_187262_f # maxRange
private-f net.minecraft.entity.EntityTrackerEntry field_73131_c # updateFrequency
private-f net.minecraft.entity.EntityTrackerEntry field_73143_t # sendVelocityUpdates
public-f net.minecraft.world.World field_72996_f # loadedEntityList

0 comments on commit 746e534

Please sign in to comment.