Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/howardzhy/toomanyitems

An 1.8.9 update for the Too Many Items mod
https://github.com/howardzhy/toomanyitems

1-8-9 forge mcp mcp-918 minecraft minecraft-mod mixins mod

Last synced: 4 days ago
JSON representation

An 1.8.9 update for the Too Many Items mod

Awesome Lists containing this project

README

        

# TooManyItems
An Unoffical 1.8.9 update for the Too Many Items mod

~~## There is a MCP Client and a Forge mod. Decompiled with MCP 918. Compile with Forge 2318.~~

Now a 1.8.X Forge mod using mixin.

## Legacy Fabric one: https://github.com/HowardZHY/TooManyItems-LegayFabric

~~## For developers (eg. add TMI to your PERSONAL MCP Client):~~

Use the net/minecraft/client/gui/inventory/GuiContainer.java. AND You need to make ATs for these 4 methods below by yourself in MCP.

You need to put net/minecraft/client/gui/inventory/GuiContainer.class in the jar's basal directory and rename as TMIGuiContainer.class after build in Forge env.

###Welcome to fork it , but read the COPYRIGHT INFO first!

META-INF:

Manifest-Version: 1.0

FMLCorePlugin: TMIForgeLoader

FMLAT: TMI_at.cfg

TMI_at.cfg:

public-f net.minecraft.enchantment.Enchantment field_180311_a #enchantmentsList

public net.minecraft.client.renderer.texture.TextureUtil func_94277_a(I)V #bindTexture

public net.minecraft.nbt.NBTTagList func_152446_a(Ljava/io/DataInput;ILnet/minecraft/nbt/NBTSizeTracker;)V #read
public net.minecraft.nbt.NBTTagList func_74734_a(Ljava/io/DataOutput;)V #write

## COPYRIGHT INFO:
HowardZHY made this creation BUT it belongs to Marglyph:

Original Post: https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1272385-toomanyitems-the-inventory-editor-and-more-1-8

"Copyright 2011-2014 Marglyph. Free for personal or educational use only. Do not redistribute TooManyItems, including in mod packs, and do not use TooManyItems\' source code or graphics in your own mods."

The resources here is for personal or educational use only, as the Copyright is still belongs to Marglyph without further disagreement.

@RedCDev