Jump to content

  • 533 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

[1.1, 12w07b] TooManyItems in-game invedit *Feb 17* Create items in-game. Save and load entire inventories. And more.

#1 User is offline

  • Group: Members
  • Posts: 229
  • Joined: 20-January 11

Posted 23 January 2011 - 08:00 PM

*
POPULAR

Marglyph's TooManyItems

Create and delete items in-game, including mod items. Save and load entire inventories. Create unlimited stacks and tools. Test mods, create huge survival worlds, and more. Updated quickly!

TL;DR: It works in singleplayer and multiplayer (if you're an op). Many people find it better than creative mode (and it works in survival mode too, of course). Unlimited stacks are there (shift-click) but you will need ModLoader for them to refresh constantly. If it crashes post a crash report. If you just post "it doesn't work" you won't get help. Use the correct version. Delete META-INF. Finally, 90% of questions in the thread are answered below in this post.

All of TooManyItems except for the small portion excerpted from the original Minecraft game is copyright 2011-2012 Marglyph. TooManyItems is free for personal use only. Do not redistribute TooManyItems, including in mod packs.

Recent updates (downloads are below instructions)

Multi-player: update your config file! The vanilla server now supports item damage, so if you're on vanilla SMP and have been using TMI before 1.0, you can all change your give-command to /give {0} {1} {2} {3}. If you're using Bukkit and get a message about enchantments, see below.

2012-02-17: Updated TMI for Minecraft 1.1 to address RedPower and Forestry mods.

2012-02-15: Released for 12w07b.

2012-02-09: Released for 12w06a.

2012-02-03: Released for 12w05b. Yay "weekly" builds.

2012-02-02: Released for 12w05a weekly build.

2012-01-26: Released for 12w04a weekly build.

2012-01-19: Released TMI for 12w03a weekly build. I may or may not do future weekly builds. I want to see how many downloads there are vs. how much work it is to update.

2012-01-12: Updated for Minecraft 1.1.

2011-11-29: Save states now save and load item enchantments. Minor improvements to the item list.

2011-11-19: Small but important bugfix for multiplayer.

2011-11-18: Updated for Minecraft release 1.0.0.

This is a HUGE update, not only because of Minecraft's exit from beta, but because there are new features, with even more on the way later. Some of these new features are experimental! For example, you can now configure what type of mob spawner to place, change the key that turns TMI on/off, switch between creative and survival mode, and control the weather and time from TMI, and all the useful potions are included. The Trash function is different and you can also delete stacks by dropping them onto the item sidebar. Check it out! There is also an API for modders to hide items from TMI and use higher damage values than 15, but it's not documented yet. I will be working on this.

Instructions

Turn On/Off: Press the "o" key in the inventory screen. By default it's on in single player and off in multiplayer. On/off state will be remembered. You can change the key (to a different one than "o") in the config file (see below).

Add items: Left-click on items in the right sidebar to add full stacks, or right-click to add one at a time.

Configuration: Find the directory in which your minecraft saves folder and options.txt are, and if you have previously used TMI you will also find TooManyItems.txt there. This contains options that you can change, not all of which are documented yet. (Important: only set spawner to the name of a mob, like Skeleton, Sheep, etc. If you set it to another entity like a boat, your game will crash.)

Unlimited stacks/tools (single-player only): Shift-left-click on items in the right sidebar to add unlimited stacks OR unlimited-use tools or flint and steel. ModLoader is required for "true" unlimited stacks. Without ModLoader the quantity of >64 stacks will refresh when you open your inventory.

Trash (single-player only): Drop an item stack on the item sidebar or the trash icon to delete it. Click the trash icon to turn "delete mode" on and off (in "delete mode" you will delete any item you click on -- useful for selectively deleting a lot of items). Shift-click thee trash icon to wipe out your inventory.

Toolbar: Next to the Trash icon, there are icons that turn on/off creative mode, turn on/off rain, and set the time to dawn, noon, dusk, and midnight, respectively. If you don't want this functionality in your TMI, you can set itemsonly:true in your config file.

Save states (single-player only): Several slots are available for you to save your entire inventory and restore it later. (The "x" button next to a saved state will remove it.) This can be used to save your "real" inventory before editing, save a blank inventory to clear out everything you're holding, save a full inventory of materials, share inventories between characters, etc.

Multiplayer: You need to be a server op. Also, every non-vanilla server works a little differently. The command issued to the server to give you items is configured in TooManyItems.txt as "give-command". In this command, you should put {0} for the player's username, {1} for the item ID, {2} for the quantity, and {3} for the damage value. If {3} isn't in the command, items with damage values other than 0 won't show up.

Vanilla server command: /give {0} {1} {2} {3}

* Since the vanilla server used to not support item damage with the give command, TMI will probably still have /give {0} {1} {2} by default. You can now add {3} to the end. The default will be updated in a future TMI version.

Bukkit with the Essentials mod command: /item {1}:{3} {2}

Fast crafting: Right-click on the output square when crafting to craft the maximum possible amount. (Works while the inventory overlay is disabled).

Fast transfer (single-player only): Hold shift while placing an item into a chest, or into your inventory from a chest, to transfer all items of the same type and combine stacks. (ConvenientInventory does this better, and TMI will use its functions if it is installed. Make sure to ONLY install ConvenientInventory.class).

� � �

Download for Minecraft 1.1 (2012-02-17)

Download for Minecraft 12w07b weekly build (2012-02-15)

Other versions of Minecraft: 12w06a), 12w05b, 12w05a, 12w04a, 12w03a, 1.0.0, RC2, 1.8.1 / 1.8, 1.9pre6, 1.9pre5, 1.9pre4, 1.9pre3, 1.9pre2,1.9pre1, 1.7.3/1.7.2/1.7_01, 1.6.6 and 1.6.5, 1.6.4, 1.5_01, 1.4/1.4_01, 1.3_01, 1.3, 1.2, 1.8.1 no ad

� � �

Installing

Installing TMI is pretty simple, as mods go. To clear up any confusion, though, you can't just put it into your mods folder; you have to copy the classes into your minecraft.jar. I have revamped this section as there are now dozens of tutorials out there for installing mods in general and TMI in particular. (If you use a mod manager program, please see its instructions instead!)

Search "Install TooManyItems" on YouTube now

Good ModLoader installation video (also applies to other mods -- Windows only)

Mod installation tutorial for beginners (Windows only)

Troubleshooting

Crashes show an error report on a purple and white screen, and you can copy and paste the report into a post. With the latest version of TMI, most errors that would have crashed should instead show a chat message that says a report has been saved to a file in your minecraft folder, and you can copy and paste from that file into a post.

Black screens are caused primarily by: not deleting META-INF from your minecraft.jar, mod conflicts, wrong versions of mods, and improperly installing mods. Please check these things and, if necessary, start fresh from a new minecraft.jar as an old installation problem may still be causing errors. To get error information from a black screen you must run Minecraft from the command line, described in this post.

"TMI doesn't show up": Press the "o" key in your inventory screen to turn TMI on and off.

"Items don't show up on Bukkit": Fixed on the latest 1.8.1 and up downloads. Will not be fixed for 1.7 and before.

Notes: TMI's code does not run until you open your inventory. Problems creating games are something else. TMI does not change any crafting recipes. TMI does not change the way that items function. You are not forced to use fast crafting: just left click like normal instead of right clicking. Yes, TMI does work in multiplayer, but read the instructions. No, it is not a server mod. Finally, the number of pages of items depends on your Minecraft window size, so, you are not missing items because it doesn't have the same pages as in the screenshot.

Uninstalling: If you manually installed a mod, the only way to uninstall is to either restore your backup copy of minecraft.jar (you did make a backup, right?) or delete minecraft.jar and run the game launcher so it downloads a new minecraft.jar. If you used a mod manager, refer to its instructions.

Compatibility

TMI is compatible with a wide range of mods. Items added by mods will show up automatically. Items are sorted by their ID value, so you may need to look around for them a bit.

Zombe's Mod Pack: Install Zombe's first, then install TMI over it, overwriting a class file. Do not enable Zombe's craft mod in the config file.

ConvenientInventory: Install only ConvenientInventory.class. Or, if you have already installed both of its classes, install TMI on top of it to overwrite the other one.

Screenshot

Posted Image
1341

Register or log in to remove.

#2 User is offline

  • Group: Members
  • Posts: 109
  • Joined: 24-December 10

Posted 23 January 2011 - 08:05 PM

*
POPULAR

Holy
Shyt.
Awesomesauce.exe.
169

#3 User is offline

  • Group: Members
  • Posts: 330
  • Joined: 19-December 10

Posted 23 January 2011 - 08:24 PM

*
POPULAR

finally an inventory editor! i havent seen one since beta came out.
Posted Image
this is my dragon. please click.
54

#4 User is offline

  • Group: Members
  • Posts: 20
  • Joined: 21-January 11

Posted 23 January 2011 - 08:29 PM

GrafitesPL said:

Awesomeness... nothing else to say.


and it works amazingly
35

#5 User is offline

  • Group: Members
  • Posts: 6
  • Joined: 29-November 10

Posted 23 January 2011 - 08:30 PM

Posting in an awesome thread

woo! thanks for the mod~
31

#6 User is offline

  • Group: Members
  • Posts: 16
  • Joined: 17-January 11

Posted 23 January 2011 - 08:37 PM

This looks amazing. I just downloaded it and put the two class file included into my minecraft.jar and loaded everything up fine, but when I opened my inventory there was no item menu like the one in the picture. Can someone please help?

Are there any mods this that are incompatible with? I have alot installed, so maybe thats causeing a problem.
18

#7 User is offline

  • Group: Members
  • Posts: 416
  • Joined: 11-September 10
  • Location: Leicester, England
  • Minecraft: rshuttle1337

Posted 23 January 2011 - 08:37 PM

AMAZING! One of the best InvEditors EVER! :)
Posted Image
Posted Image
Posted Image
Posted Image
18

#8 User is offline

  • Group: Members
  • Posts: 669
  • Joined: 29-September 10
  • Location: Floating island

Posted 23 January 2011 - 08:40 PM

So getting.

This wll be my first mod.
Punch a tree!
Sheer a Sheep!
Now you are ready to sleep!

Posted Image
Posted Image
19

#9 User is offline

  • Group: Members
  • Posts: 174
  • Joined: 13-November 10

Posted 23 January 2011 - 08:48 PM

FIRST MOD????
0:
some people were trying to make that thing for months and you just did it like that lol
plz support :D
Posted Image

[simg]http://i.min.us/ievcu8.png[/simg]
15

#10 User is offline

  • Group: Members
  • Posts: 25
  • Joined: 23-January 11

Posted 23 January 2011 - 09:17 PM

I have a feeling I won't be using INVedit for a while! :Diamond: :Diamond: :Diamond:
When life hands you lemons, you try to make lemon-aid, only to realize that Notch hasn't put that into the game.

Balance said:

How can it be at 0% if you've started?

Even if you place one block down it would still be like 0.00001% complete.
14

#11 User is offline

  • Group: Members
  • Posts: 17
  • Joined: 13-January 11

Posted 23 January 2011 - 09:24 PM

Its so awesome
6

#12 User is offline

  • Group: Members
  • Posts: 847
  • Joined: 15-October 10
  • Minecraft: CityBuilder

Posted 23 January 2011 - 09:28 PM

WOW, that is really impressive.

Worked perfectly, though I must admit I'll uninstall it as it feels too cheaty, but it is the epitome of easy inventory editing that's for dern sure.
Posted Image Minecraft Schematics at: MCSchematics.com
-A growing community of Minecraft (MCedit) Schematics .
7

#13 User is offline

  • Group: Members
  • Posts: 9
  • Joined: 10-December 10

Posted 23 January 2011 - 09:57 PM

Awesome mod, especially for a first. Good job.
For future reference, try not to use media fire.
But don't use mega upload either, the wait times get annoying.
4

#14 User is offline

  • Group: Members
  • Posts: 109
  • Joined: 16-November 10

Posted 23 January 2011 - 10:02 PM

DUDE THIS DESERVS ALL THE CREDIT IT CAN GET!

No need for mac/linux/windows computability issues it runs on all just fine and most of all its easier than them!

BEST THING EVER!

I give you all my :tnt: 's best mod of creators!

I'm on a horse
17

#15 User is offline

  • Group: Members
  • Posts: 8
  • Joined: 15-December 10

Posted 23 January 2011 - 10:38 PM

When you install this does it use the items.png located in the the minecraft.jar?
Or does it use the items.png located in your current texture pack. (should you have one)
The same goes for the terrain.png


If it does the latter, a :) for you!

YAY, it does! Thank you very, very, very, much, this mod is great!

Though might I say that things could be organized a little more?
4

#16 User is offline

  • Group: Members
  • Posts: 1208
  • Joined: 25-August 09
  • Location: New York City
  • Minecraft: Conundrumer

Posted 23 January 2011 - 10:50 PM

Finally, I won't need to repeatedly close and open Minecraft to refill my inventory while performing experiments
Real Minecr--oh screw this.
Youtube It's got cool stuff.
4

#17 User is offline

  • Group: Members
  • Posts: 669
  • Joined: 29-September 10
  • Location: Floating island

Posted 23 January 2011 - 11:32 PM

Ok I downloaded it and now I have a zip named TooManyItems on my desktop.

What do I do next?

This is my first mod im downloading..
Punch a tree!
Sheer a Sheep!
Now you are ready to sleep!

Posted Image
Posted Image
4

#18 User is offline

  • Group: Retired Staff
  • Posts: 1824
  • Joined: 09-October 10

Posted 23 January 2011 - 11:34 PM

Does it support mod items?
4

#19 User is offline

  • Group: Members
  • Posts: 669
  • Joined: 29-September 10
  • Location: Floating island

Posted 23 January 2011 - 11:46 PM

MegaUltraBuilder said:

Ok I downloaded it and now I have a zip named TooManyItems on my desktop.

What do I do next?

This is my first mod im downloading..



Any help?
Punch a tree!
Sheer a Sheep!
Now you are ready to sleep!

Posted Image
Posted Image
11

#20 User is offline

  • Group: Members
  • Posts: 39
  • Joined: 18-December 10

Posted 24 January 2011 - 12:32 AM

MegaUltraBuilder said:

MegaUltraBuilder said:

Ok I downloaded it and now I have a zip named TooManyItems on my desktop.
What do I do next?
This is my first mod im downloading..

Any help?

Mac or PC?

Also, this doesn't work for me, probably conflicts with one of my mods. Oh well :/
2

Share this topic:


  • 533 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

231 User(s) are reading this topic
8 members, 223 guests, 0 anonymous users

  1. FeroxSum,
  2. lokiy999,
  3. mertlincoln,
  4. comiczombie,
  5. MuksziFej,
  6. EPIC_KiLLSAURUS,
  7. DeathLine75E3,
  8. AcerGoneWrong