copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
58 stars 33 forks source link

Update for Minecraft Version 1.7.2 #200

Closed Victorious3 closed 10 years ago

Victorious3 commented 10 years ago

Should have everything by now. All visible bugs are fixed.

copygirl commented 10 years ago

Are features / fixes that have been added to the master branch in this yet?

Victorious3 commented 10 years ago
  1. I have not touched the master branch
  2. No this was changed and I did it like that because I thought that if some mod overrides an Item, I can't compare it to the instance located in Item/ Block anymore.
  3. I did only fix bugs, no interpretation yet ;) I'm gonna try to get rid of most of the reflects.
  4. (Did amend that commit because i accidentally removed one line in BetterStorageEntities) I think the probability is so low that a mob spawns as a child AND with a backpack that you wouldn't even notice. I only discovered that because I set the probability of spawning with a backpack to 1 to test if it still works. It is the renderer, it just looks strange: The backpack is way to big and located to high. Could fix it after digging deeper into the classes I think, but for now it's not really a problem.
  5. Looks like I forgot to enable the save actions for the new workspace.
copygirl commented 10 years ago

I may try to get the new 1.6 features and bugfixes into the 1.7 branch then.

No this was changed and I did it like that because I thought that if some mod overrides an Item, I can't compare it to the instance located in Item/ Block anymore.

That makes sense.