SmashingMods / ChemLib

About Library mod for Alchemistry and other mods.
https://www.curseforge.com/minecraft/mc-mods/chemlib
GNU Lesser General Public License v2.1
16 stars 24 forks source link

Add mob effects #21

Open IInventedDirt opened 1 year ago

IInventedDirt commented 1 year ago

Various chemicals and compounds have very real effects upon things in the real world The idea here is to make chemlib chemicals and compounds do the same, at least to living entities.

I will make a new branch of this project for this purpose. The general points of this branch are as follows:

  1. Determine effect(s) of the chemical/compound.
  2. Add a field in the json definition to reflect such.
  3. Modify the chemical/compound class to hold the effect(s).
  4. Modify the registration class to read the new json object field.