Releases: DerFrZocker/Custom-Ore-Generator
v2020.04.26
- Add root generator
- Add Block State custom data
- Update to ItemMods 1.2.2
- Fixing armor stand miss placing in the ItemMods custom data
- Hopefully fix issue #2
- Fix an error when reloading the server
- Add a dialog / gui based create process, it can be access with
/oregen create
Note: The dialog / gui based create process is in development, it is lacking some feature, information and has some bugs. I would highly appreciate it if you send me feedback of this feature e.g. Which part you like, which part you don't like.
Note 2: The dialog / gui based create process works only with Minecraft version 1.15
v2020.02.29
- Fix set biome command count from the second biome value not from the first one
- Set EventPriority to HIGH when hocking onto a world
v2019.12.30
- Fix
GLOW_STONE_GENERATOR
not generated as it should
v2019.12.29
- Add License: MIT
- Add Variant Custom data (For Minecraft version 1.8 - 1.12.2)
- Add NBT-Tag Custom data
- Add Glow stone generator
v2019.12.15
- update to Minecraft version 1.15
v2019.12.9
- Fix customdata not applying, when using the Single ore generator, in Minecraft version 1.13 and higher
v2019.12.8
- Fix a Null pointer when loading a world-config, when no ore-config is present
- Add a header to the world-config and ore-config files
- Fix Tab completion not working, when no world-config is generated jet, but the world exists, for the command
/oregen add ore-config
- Fix, that when adding an ore-config with a position, or setting an ore-configs potions , removes the last ore-config of the world-config
v2019.12.6
- add
ITEM_MODS
custom data which brings support for the plugin ItemMods - add support for double values
v2019.11.28
- Fix
AUTO
andTICK_BLOCK
custom data - Fix
TICK_BLOCK
custom data, ignore if it is set totrue
orfalse
v2019.11.24
-
Add
HIGHEST_BLOCK
block selector, which select the highest y block of a random x-z location in a chunk. -
Add
select-material
setting. With this setting you can determine from which material the start point of a vein should be in order to generated a vein on the position. If noselect-material
is present, thereplace-materials
will be use. -
Rename
replacematerial
subcommand toreplace-material
changecustom.ore.gen.set.replacematerial
permission tocustom.ore.gen.set.replace-material
. -
Hook earlier in to the worlds to also generated custom ores in the spawn chunks.
-
Ore-Configs are no longer bound to a world, each ore-config gets now separately saved.
- removed the world parameter from each subcommand
-
Add 'add ore-config' subcommand, to add a ore-config to a world
-
Ore-Configs are now generated in the order their are added to a world.
-
Add
set position
subcommand, to change the order in which ore-configs should get generated -
Add
COMMAND
customdata, to add commands to command blocks. -
Add
AUTO
customdata, to set if a command block should be automatically powered. (Only Minecraft version 1.9 and higher) -
Add
TICK_BLOCK
customdata, to make a block update to the generated ores. (Only Minecraft version 1.13 and higher)