Minecraft Orechid Endium mod 2024 download
logo
minecraft mod Orechid Endium

Orechid Endium

Game Version: 1.12.2
Total Downloads: 578,999
Updated: Jan 26, 2019
Created: Jan 23, 2019
Download Orechid EndiumDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
OrechidEndium-1.12.2-1.0.1.jar beta 30.47 KB Jan 26, 2019 1.12.2 578,914 download Orechid Endium OrechidEndium-1.12.2-1.0.1.jar betaDownload
OrechidEndium-1.12.2-1.0.0.jar beta 31.38 KB Jan 23, 2019 1.12.2 85 download Orechid Endium OrechidEndium-1.12.2-1.0.0.jar betaDownload

Description

Share this:

 

A Botania addon which adds an End variant of the Orechid functional flower.

 

IMPORTANT

You must install a mod which adds End Stone versions of ores as this mod provides none!

The mod was developed with Netherending Ores, Quark, and Draconic Evolution which each have an end ore.

 

 

Custom Ore Dictionary Entries

Some mods have end ores, but do not add them as proper End ore Ore Dictionary entries.

For example, Draconic Evolution adds all of its Draconium Ore variants to the oreDraconium Ore Dictionary entry, leaving no way to discern between the variants, therefore, I have added explicit support for the following ores:

  • oreEndDraconium (Draconic Evolution)
  • oreEndBiotite (Quark)

 

Config

Includes config option to restrict use to the End dimension only (OrechidEndium.cfg).

B:EndDimensionOnly=false

 

Craft Tweaker Support

Sample CraftTweaker ZenScript:

// removes an Ore
mods.botania.OrechidEndium.removeOre(<ore:oreEndCoal>); mods.botania.OrechidEndium.removeOre("oreEndGold");

// clears the Ore List
mods.botania.OrechidEndium.removeOre("*");
mods.botania.OrechidEndium.clear();

// Adds an Ore (with weight; higher number = more probability to spawn)
mods.botania.OrechidEndium.setOre("oreEndDraconium", 200); mods.botania.OrechidEndium.setOre(<ore:oreEndIron>, 700); mods.botania.OrechidEndium.addOre(<ore:oreEndBiotite>, 500); mods.botania.OrechidEndium.addOre("oreEndRedstone", 450);

 Also supports the command

/ct botorechidendium

which will print the current Orechid Endium Ore+Weights list to crafttweaker.log

Comments

Add a comment