Jump to content

Recommended Posts

Posted

As has been discovered by anyone using too much TNT, or people playing EquivalentExchange (until recently), lots of dropped items means lots of lag. One simple way to reduce this, as is being used in EquivalentExchange, is to force all drops to be placed into a single 'item' object and simply have that 'drop' instead. This is nice and all... for EquivalentExchange, but regular Minecraft still has item lag issues. It would be wonderful if Minecraft Forge, a well used API for modders, gave this or a similar functionality to basic Minecraft. The simplest thing to do is ask for the code for the item orb, but those will still disappear if not picked up or if the game crashes or is the world is closed... if they could form into a block (similar to a chest, but you'd just walk over it to get the items-or mine it perhaps?) if not picked up within the timeout to despawn drops then lag would be reduced and drops would not be lost.

 

Now, I know that a mod to do something similar-items that could be placed as blocks would become their blocks after a specified time-was basically outright rejected by the community, and this is understandable when you think about how people use the despawn functionality (they basically blow up a large region and let the drops despawn as they place new things over them-but the functionality of being able to just drop a stack of dirt down a hole and have it fill up (rather than either placing each block individually OR building a complex machine from a mod to do it for you) is invalulable for those who need 'flat surfaces'... Regardless, it should be possible to add some function similar to a 'chest' to all blocks where drops, that would otherwise be despawned, are under them when they are placed would just be added to an inventory of the block. This concept would actually allow for modders to code in 'finds' from digging or mining without coding it into the specific block (as they could simply specify randomly that a block's inventory contains something).

 

Anyway, these two concepts are, if not necessary, a valuable contribution to the functionality of Minecraft. The first one would help with lag in all cases (especially when the drops are in locations nowhere near the player-i.e. something is killed by something else and it drops loot or water runs over anything that water turns into items like rails, torches, etc) and the second one would allow people to throw items into pits to fill the pits rather than placing each block individually (which, unless you are filling it with gravel or sand, is a serious pain...)

 

Thank you for your time.

Posted

The first concept to reduce lag is a possible one, and it has been done many times. But, it also really isn't useful to anyone except those on really low end PCs who like to blow shit up a lot. Which is why I don't think it really is something worth while. EE is able to create it's item dropped effectively, because it has one item that destroys everything in one go. We could do it for explosions, but as I said, only useful for people who like to blow shit up. And the lag is just a hazard of doing that. {If you really have the urge to blow shit up, get one of the many bukkit plugins that do this}

 

As for the second idea, ... no...

This is a major change in MC functionality/gameplay. If you're to lazy to fill in big hole by hand, make a machine, if you're to lazy to do that, .. the hell you playing MC for? :P

As for the inventory idea... that would require us to give all blocks a tile entity to hold that data and that would be ... bad...

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted
  On 5/19/2012 at 7:14 PM, LexManos said:

The first concept to reduce lag is a possible one, and it has been done many times. But, it also really isn't useful to anyone except those on really low end PCs who like to blow shit up a lot.

Or people who play mods that modify mob drops, like Tale of Kingdoms which adds coin drops (which can only be picked up if you have an inventory slot available) and can add more than 500 items with, say, ten kills... especially if you have loot enchanted weapons.

 

  Quote
EE is able to create it's item dropped effectively, because it has one item that destroys everything in one go.

My suggestion was to make an item block that basically gets local items floating in the world around it and absorbs them, similar to Pfaeff's "The Allocator" block. If the block itself didn't have physics-in the sense of 'walls' to stop you from walking into it-similar to water or lava, or air, then you could just pick up the items (that will fit into your inventory) as you pass through it.

 

  Quote

As for the inventory idea... that would require us to give all blocks a tile entity to hold that data and that would be ... bad...

Or... you'd just have to add an array (or arraylist, or linkedlist, or queue, or any of Java's collections) to keep a list of pointers to the items that it owns, to the superclass for all blocks, this way all block classes would inherent the ability automatically... Object oriented programming + Java FTW... I was in no way suggesting making them 'like chests' in the sense that you can right click them and 'view' said inventory. Just that it wouldn't despawn the drops.

 

The reason I'm suggesting this concept is because it preserves the conservation of energy/matter... a concept that very few games use. It annoys me that if I don't get to a drop quickly enough, or don't clear my inventory quickly enough, it fades into oblivion... (I won't go into the other breaks of conservation of matter) especially if I am nowhere near the drop, or not aware of the drop when it happens (like an item that requires a block, but is spawned where there isn't a block... i.e. Thaumcraft's crystals, but I've already mentioned this to that mod creator and see NO reason for you to have to give it attention).

 

Putting a collection within the superclass of all block classes (Block.class/.java I believe it's called) wouldn't add that much overhead to the game in terms of memory usage because it is simply storing a pointer to those items, and even removing them from the renderer's view which removes overhead (for the renderer anyway...). An idea that could even further help with reducing rendering overhead is to make any chunks that load outside of a given chunk radius load as height maps instead of chunks (i.e. a flat plain for the ground with things called 'Impostors' <assuming I remember correctly> to represent the objects above that 'ground'. 'Impostors' are basically two dimensional representations of models displayed on 'quads' (a flat 2D object in a 3D environment) that always face the player.) This would reduce the overhead of showing each and every block past that radius by simply showing a flat representation of them, which would even allow for things above ground, i.e. trees, mountains, etc. But I have no expectation of you doing that, it's something Mojang should do themselves, and frankly, I should mention there.

 

As for your question about why I play Minecraft in the first place... It certainly isn't to fill in gaps and holes in the map. It's to build and explore the world... When I want to build something on a flat surface and find a massive hole in the ground, and am not on creative, I don't want to risk my life building a single block layer bridge over it (which is stupid anyway as a single creeper would make the hole visible again), I would rather take the dirt I got from leveling the other side and just drop it to fill in the hole.

Minecraft is not necessarily created for mundane repetitive tasks, like moving a pile of sand from location a, to location b, with a pair of tweezers. And, really, I don't see why I should waste the resources for a shovel or bulldozer when I should simply be able to push the pile of sand with my hands and have the majority of it fall into place. (to use metaphoric imagery to show my point.

And, quite frankly, I've frequently quit playing Minecraft BECAUSE of the necessity to move a pile of sand with tweezers. I understand the lack of gravity for most blocks, but asking everyone to place block, jump, place block, jump, more than 500 times to fill in a hole is stupid, unrewarding, and boring. If I wanted that I'd quit college and get a grunt landscaping job... (this, of course, does NOT include things like building and decorating structures, but simply filling in holes. Building and decorating is/can be fun, filling in holes with anything other than sand/gravel is not.)

Posted
  On 5/23/2012 at 7:18 PM, Master_Aricitic said:
Or people who play mods that modify mob drops, like Tale of Kingdoms which adds coin drops (which can only be picked up if you have an inventory slot available) and can add more than 500 items with, say, ten kills... especially if you have loot enchanted weapons.
My main point is this is a gameplay change and that is not what Forge is for. Everyone knows that if you do something stupid like spawn hundreds of items, you could lag your game. There are many ways around it and I don't think this is something that should be done in forge.

 

  Quote
Or... you'd just have to add an array (or arraylist, or linkedlist, or queue, or any of Java's collections) to keep a list of pointers to the items that it owns, to the superclass for all blocks, this way all block classes would inherent the ability automatically... Object oriented programming + Java FTW... I was in no way suggesting making them 'like chests' in the sense that you can right click them and 'view' said inventory. Just that it wouldn't despawn the drops.

We could but again, this is a lot of data to be holding, and changes the fundamental way MC works when it comes to item drops. It would completely bork anyone who uses MC's item drop mechanic for anything in game.

 

  Quote
The reason I'm suggesting this concept is because it preserves the conservation of energy/matter... a concept that very few games use. It annoys me that if I don't get to a drop quickly enough, or don't clear my inventory quickly enough, it fades into oblivion... (I won't go into the other breaks of conservation of matter) especially if I am nowhere near the drop, or not aware of the drop when it happens
Once again, this is just a fundamental way MC works, if you want realistic conservation of mater, find it in another game. Not trying to be mean, but this honestly isn't a popular demand thing. Most people don't care, or like the system that is in place in MC.

My best bet would be for you to find a modder who is willing to do what you want, on top of forge. It is not a hard thing to do, just something I don't see fitting in with Forge.

 

  Quote
{snip} .... But I have no expectation of you doing that, it's something Mojang should do themselves, and frankly, I should mention there.
Once again, fundimental changes to the gameplay of minecraft, NOT something that Forge will do.

 

  Quote
As for your question about why I play Minecraft in the first place... It certainly isn't to fill in gaps and holes in the map. It's to build and explore the world... When I want to build something on a flat surface and find a massive hole in the ground, and am not on creative, I don't want to risk my life building a single block layer bridge over it (which is stupid anyway as a single creeper would make the hole visible again), I would rather take the dirt I got from leveling the other side and just drop it to fill in the hole.

Minecraft is not necessarily created for mundane repetitive tasks, like moving a pile of sand from location a, to location b, with a pair of tweezers. And, really, I don't see why I should waste the resources for a shovel or bulldozer when I should simply be able to push the pile of sand with my hands and have the majority of it fall into place. ...

And, quite frankly, I've frequently quit playing Minecraft BECAUSE of the necessity to move a pile of sand with tweezers. I understand the lack of gravity for most blocks, but asking everyone to place block, jump, place block, jump, more than 500 times to fill in a hole is stupid, unrewarding, and boring.

Again, fundamental change to MC gameplay, not going to happen in Forge.

I agree that tasks like that can become boring, tedious, etc.. That's why things like BC's filler exists. Or any of the other plethora of ways of doing it in other mods exist.

If you want to really think of it, you're not using tweezers, you're using a shovel, a big one, one that can hold a cubic meter of mater.

Anyways, I agree some people would find your idea nice, I wouldn't play it, I don't think the bulk of the community would. Your best bet for something like this is to go find a modder who will do it for you. Not try and get it into Forge.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

I understand your reluctance to implement this. You are right that it would dramatically change Minecraft's game play and that doing so isn't want Forge is about. The reason I ask for this here is because Forge is an API for mods, and things implemented into Forge are therefore implemented into those mods (among others). What I am requesting, if done, NEEDS to be done globally, not locally. A mod that changes things locally-to implement one or both of these ideas-is useless as it only affects those mods directly derived from it (or the blocks/items created within it).

So, as a final question, I know you allow for modification of your code (or at least you did...) would it be ok if I made this modification myself?

Thank you for your time,

Master Aricitic

Posted

Final answer: This is not going into forge.

Even if you write the code yourself and submit it, I will not approve it.

It is dramatic changes that are not fit for forge.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Looks like an issue with biomeswevegone
    • In the server.properties, set max-tick-time to -1   if there are further issues, make a test without distanthorizons
    • Verified user can get a $300 off TℰℳU Coupon code using the code ((“{{ '[''com31844'']}}”)). This TℰℳU $100Off code is specifically for new and existing customers both and can be redeemed to receive a $100discount on your purchase. Our exclusive TℰℳU Coupon code offers a flat $100off your purchase, plus an additional 100% discount on top of that. You can slash prices by up to $100as a new TℰℳU customer using code ((“{{ '[''com31844'']}}”)). Existing users can enjoy $100off their next haul with this code. But that’s not all! With our TℰℳU Coupon codes for 2025, you can get up to 90% discount on select items and clearance sales. Whether you’re a new customer or an existing shopper, our TℰℳU codes provide extra discounts tailored just for you. Save up to 100% with these current TℰℳU Coupons ["^"{{ '[''com31844'']}} "^"] for April 2025. The latest TℰℳU coupon codes at here. New users at TℰℳU receive a $100discount on orders over $100Use the code ((“{{ '[''com31844'']}}”)) during checkout to get TℰℳU Coupon $100Off For New Users. You can save $100Off your first order with the coupon code available for a limited time only. TℰℳU 90% Off promo code ((“{{ '[''com31844'']}}”)) will save you $100on your order. To get a discount, click on the item to purchase and enter the coe. Yes, offers $100Off coupon code “{{ '[''com31844'']}}” for first time users. You can get a $100bonus plus $100Off any purchase at TℰℳU with the $100Coupon Bundle at TℰℳU if you sign up with the referral code ((“{{ '[''com31844'']}}”)) and make a first purchase of $100or more. Free TℰℳU codes $100off — ((“{{ '[''com31844'']}}”)) Get a $100discount on your TℰℳU order with the promo code "{{ '[''com31844'']}}". You can get a discount by clicking on the item to purchase and entering this TℰℳU Coupon code $100off ((“{{ '[''com31844'']}}”)). ŢℰNew User Coupon ((“{{ '[''com31844'']}})): Up To $100OFF For First-Time Users Our TℰℳU first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on TℰℳU To maximize your savings, download the TℰℳU app and apply our TℰℳU new user coupon during checkout. TℰℳU Coupon Codes For Existing Users ((“{{ '[''com31844'']}}”)): $100Price Slash Have you been shopping on TℰℳU or a while? Our TℰℳU Coupon for existing customers is here to reward you for your continued support, offering incredible discounts on your favorite products. TℰℳU Coupon For $100Off ((“{{ '[''com31844'']}}”)): Get A Flat $100Discount On Order Value Get ready to save big with our incredible TℰℳU Coupon for $100off! Our amazing ŢℰM$100off coupon code will give you a flat $100discount on your order value, making your shopping experience even more rewarding. TℰℳU Coupon Code For $100Off ((“{{ '[''com31844'']}}”)): For Both New And Existing Customers Our incredible TℰℳU Coupon code for $100off is here to help you save big on your purchases. Whether you’re a new user or an existing customer, our $100off code for TℰℳU will give you an additional discount! TℰℳU Coupon Bundle ((“{{ '[''com31844'']}}”)): Flat $100Off + Up To $100Discount Get ready for an unbelievable deal with our TℰℳU Coupon bundle for 2025! Our TℰℳU Coupon bundles will give you a flat $100discount and an additional $100off on top of it. Free TℰℳU Coupons ((“{{ '[''com31844'']}}”)): Unlock Unlimited Savings! Get ready to unlock a world of savings with our free TℰℳU Coupons! We’ve got you covered with a wide range of TℰℳU Coupon code options that will help you maximize your shopping experience. 100% Off TℰℳU Coupons, Promo Codes + 25% Cash Back ((“{{ '[''com31844'']}}”)) Redeem TℰℳU Coupon Code ((“{{ '[''com31844'']}}”)) TℰℳU Coupon $100OFF ((“{{ '[''com31844'']}}”)) TℰℳU Coupon $100OFF FOR EXISTING CUSTOMERS ((“{{ '[''com31844'']}}”)) TℰℳU Coupon $100OFF FIRST ORDER ((“{{ '[''com31844'']}}”)) TℰℳU Coupon $100OFF REDDIT ((“{{ '[''com31844'']}}”)) TℰℳU Coupon $100OFF FOR EXISTING CUSTOMERS REDDIT ((“{{ '[''com31844'']}}”)) TℰℳU $100OFF CODE ((“{{ '[''com31844'']}}”)) TℰℳU 70 OFF COUPON 2025 ((“{{ '[''com31844'']}}”)) DOMINOS 70 RS OFF COUPON CODE ((“{{ '[''com31844'']}}”)) WHAT IS A COUPON RATE ((“{{ '[''com31844'']}}”)) TℰℳU $100OFF FOR EXISTING CUSTOMERS ((“{{ '[''com31844'']}}”)) TℰℳU $100OFF FIRST ORDER ((“{{ '[''com31844'']}}”)) TℰℳU $100OFF FREE SHIPPING ((“{{ '[''com31844'']}}”)) You can get an exclusive $100off discount on your TℰℳU purchase with the code [{{ '[''com31844'']}}] Or [{{ '[''com31844'']}}].This code is specially designed for new customers and offers a significant price cut on your shopping. Make your first purchase on TℰℳU more rewarding by using this code to get $100off instantly.   TℰℳU Coupon Code For $100Off [{{ '[''com31844'']}}] Or [{{ '[''com31844'']}}]: Get A Flat $100Discount On Order Value Get ready to save big with our incredible TℰℳU coupon for $100off! Our coupon code will give you a flat $100discount on your order value, making your shopping experience even more rewarding.   Exclusive TℰℳU Discount Code [{{ '[''com31844'']}}] Or [{{ '[''com31844'']}}]: Flat $300 OFF for New and Existing Customers Using our TℰℳU promo code you can get A$ 200 off your order and 100% off using our TℰℳU promo code [{{ '[''com31844'']}}] Or [{{ '[''com31844'']}}]. As a new TℰℳU customer, you can save up to $100using this promo code. For returning users, our TℰℳU promo code offers a $100price slash on your next shopping spree. This is our way of saying thank you for shopping with us! Get ready to save big with our incredible TℰℳU Coupon code for $300 off! Our amazing TℰℳU $300 off coupon code will give you a flat $300 discount on your order value, making your shopping experience even more rewarding.   TℰℳU Coupon Code For 40% Off ["{com31844}"] For Both New And Existing Customers   Our incredible TℰℳU Coupon code for 40% off is here to help you save big on your purchases. Whether you’re a new user or an existing customer, our 40% off code for TℰℳU will give you an additional discount!   TℰℳU Coupon Bundle ["{com31844}"]: Flat $300 Off + Up To 90% Discount   Get ready for an unbelievable deal with our TℰℳU Coupon bundle for 2025! Our TℰℳU Coupon bundles will give you a flat $300 discount and an additional 40% off on top of it.   Free TℰℳU Coupons ["{com31844}"]: Unlock Unlimited Savings!   Get ready to unlock a world of savings with our free TℰℳU Coupons! We’ve got you covered with a wide range of TℰℳU Coupon code options that will help you maximize your shopping experience.   50% Off TℰℳU Coupons, Promo Codes + 25% Cash Back ["{com31844}"]   Redeem TℰℳU Coupon Code ["{com31844}"]   TℰℳU Coupon $300 OFF ["{com31844}"]   TℰℳU Coupon $300 OFF ["{com31844}"]   TℰℳU Coupon $300 OFF FOR EXISTING CUSTOMERS ["{com31844}"]   TℰℳU Coupon $300 OFF FIRST ORDER ["{com31844}"]   TℰℳU Coupon $300 OFF FIRST ORDER ["{com31844}"]   TℰℳU Coupon $300 OFF FOR EXISTING CUSTOMERS FREE SHIPPING USA ["{com31844}"]   TℰℳU Coupon $300 OFF HOW DOES IT WORK ["{com31844}"]   TℰℳU Coupon $300 OFF FOR EXISTING CUSTOMERS CANADA ["{com31844}"]   TℰℳU Coupon $300 OFF 2025 ["{com31844}"]   TℰℳU Coupon $300 OFF FOR NEW CUSTOMERS ["{com31844}"]   TℰℳU Coupon $300 OFF CANADA ["{com31844}"]   TℰℳU Coupon $300 OFF FOR EXISTING CUSTOMERS FIRST ORDER ["{com31844}"]   TℰℳU 300 OFF COUPON BUNDLE ["{com31844}"]   This TℰℳU coupon $300 off is designed to provide substantial savings on your purchases, making shopping for your favorite items easier than ever. With our $300 off TℰℳU coupon, you'll be amazed at how much you can save on your next order. Here are the key benefits you can expect when using our coupon code {com31844} "OR" {com31844}: {com31844} "OR" {com31844}: Flat $300 off on your purchase {com31844} "OR" {com31844}: $300 coupon pack for multiple uses {com31844} "OR" {com31844}: $300 flat discount for new customers {com31844} "OR" {com31844}: Extra $300 promo code for existing customers {com31844} "OR" {com31844}: $300 coupon exclusively for USA/Canada users H2: TℰℳU Coupon Code $300 Off For New Users In 2024 New users can reap the highest benefits by using our coupon code on the TℰℳU app. This TℰℳU coupon $300 off is specifically designed to welcome new customers with incredible savings  
    • Now the serve runs for a bit, then crashes after 20 minutes of running, what's the issue here? apologies if I need to start a new post and didn't https://pastebin.com/uBpp5bCz  
  • Topics

×
×
  • Create New...

Important Information

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