ItemsAdder / ItemsAdderBlocksInjector

https://www.spigotmc.org/resources/itemsadderblocksinjector.102078/
5 stars 2 forks source link

Namespace changed #5

Closed MillionthOdin16 closed 1 year ago

MillionthOdin16 commented 1 year ago

Example is outdated. Example of proper use:

  "minHeight": 1,
  "maxPerChunk": 21,
  "maxHeight": 80,
  "minPerChunk": 7,
  "minSize": 3,
  "maxSize": 7,
  "palette": [{ "block": "iasurvival:cassiterite_ore" }],
  "varience": 7
LoneDev6 commented 1 year ago

Can you elaborate more please? Thanks

MillionthOdin16 commented 1 year ago

The documentation for using an itemsadder ore in iris says the format should be itemsadder:ore_name but that throws errors. The correct format is iasurvival:ore_name like above.

LoneDev6 commented 1 year ago

Thanks a lot, the default files changed recently. I fixed the docs