CottonMC / CottonResources

Reference mod for ores, ingots, tools, liquids, and all you can imagine.
MIT License
17 stars 12 forks source link

Basic Default Item System #4

Closed Ansraer closed 5 years ago

Ansraer commented 5 years ago

Working Prototype of the default Item system. Does the job for now. Simply ad new Blocks to DefaultBlocks (Blöock items will be generated automatically) and new Items to DefaultItems. Only Items requested by other mods or Items that are enabled in the config file will be available.

LemmaEOF commented 5 years ago

To clarify, does this obsolete the current Cotton repo?

Ansraer commented 5 years ago

To clarify, does this obsolete the current Cotton repo?

No. It builds on top of it.

Ansraer commented 5 years ago

This is where all our default items and block will be added should someone request them. Cotton itself only has the system to make sure that an item is unique, but doesn't add any items on it's own.