Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

This mod is focussed on fixing exactly one type of thing which *really* pissed me off as a server admin. Messages like this in the log file:

 

2014-09-29 14:28:33 [sEVERE] Wrong location! EntityArrow['arrow'/465, l='TRID_Modworld_04', x=792980147.89, y=-246752109.96, z=-537883796.54]

 

I'm not 100% sure what mod causes this, but I suspect that it may be Thaumic Tinkerer and it's Distortion wand focus (which is constantly active if you are wearing Robes of the Stratosphere) - see also http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1289299-thaumic-tinkerer-thaumcraft-addon-evolve-knowledge?comment=1598 for the official thread.

 

This is extremely unphysical (0.82 light-seconds of altitude on an *arrow*?), might cause unspecified bad effects on the game and will definitely annoy the server admin.

 

So I wrote a very small mod which runs the same check as Chunk.java (which is the source of this error message) and OBLITERATES any arrow which fails this test rather than just logging it again and again and again. What you see in the log file now looks more like this:

 

2014-09-29 14:28:33 [sEVERE] Wrong location! EntityArrow['arrow'/465, l='TRID_Modworld_04', x=792980147.89, y=-246752109.96, z=-537883796.54]

2014-09-29 14:28:33 [iNFO] Errant entity detected.

2014-09-29 14:28:33 [iNFO] Parent entity unknown.

2014-09-29 14:28:33 [iNFO] Attempting to use setDead() on the entity.

 

This arrow will never bother me again.

 

Do whatever you like with this mod and it's source. I don't care.

 

 

Mod: http://www.mediafire.com/download/16vn1vbv79jjd41/Entity_Cleaner_v1.0_(MC_r1.6.4).zip

Source: http://www.mediafire.com/download/0czjhbzccw62hng/Entity_Cleaner_v1.0_Source_(MC_r1.6.4).zip

 

Yes, 1.6.4. Bite me.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.