gegy1000 Posted February 23, 2015 Posted February 23, 2015 I have an entity, that is really big, I want it to render from further away though. I've tried changing the tracking range when I register the entity, but that has a max range too. Quote
Ernio Posted February 23, 2015 Posted February 23, 2015 I doubt that is possible without interacting directly with server property "viewDistance". Maximum range it 16*distance+16. From what I remember server only supporst distance up to 15 so anything beyond 256 is impossible for server to send to client. You could access viewDistance property (maybe reflection is enough) and edit it, but it might be autocorrecting itself (idk, there are calls to setDist in ticking method, I didn't realy looked further). How is 256 not enough? Quote 1.7.10 is no longer supported by forge, you are on your own.
gegy1000 Posted February 25, 2015 Author Posted February 25, 2015 I doubt that is possible without interacting directly with server property "viewDistance". Maximum range it 16*distance+16. From what I remember server only supporst distance up to 15 so anything beyond 256 is impossible for server to send to client. You could access viewDistance property (maybe reflection is enough) and edit it, but it might be autocorrecting itself (idk, there are calls to setDist in ticking method, I didn't realy looked further). How is 256 not enough? As I said, this is a REALY big entity Quote
larsgerrits Posted February 25, 2015 Posted February 25, 2015 How big is "REALLY" big? Maybe you can post an image or give us the bounding box size? Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
gegy1000 Posted February 27, 2015 Author Posted February 27, 2015 How big is "REALLY" big? Maybe you can post an image or give us the bounding box size? Bounding box size of 80, 80. http://prntscr.com/6afo74 I'm standing right next to it. (It's a sphere) Quote
Recommended Posts
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.