Skip to content

Releases: DerFrZocker/Custom-Ore-Generator

v2020.04.26

26 Apr 12:21
Compare
Choose a tag to compare
  • 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

29 Feb 11:35
Compare
Choose a tag to compare
  • 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

30 Dec 01:11
Compare
Choose a tag to compare
  • Fix GLOW_STONE_GENERATOR not generated as it should

v2019.12.29

29 Dec 15:23
Compare
Choose a tag to compare
  • 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

15 Dec 18:46
Compare
Choose a tag to compare
  • update to Minecraft version 1.15

v2019.12.9

09 Dec 20:12
Compare
Choose a tag to compare
  • Fix customdata not applying, when using the Single ore generator, in Minecraft version 1.13 and higher

v2019.12.8

08 Dec 10:18
Compare
Choose a tag to compare
  • 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

06 Dec 16:56
Compare
Choose a tag to compare
  • add ITEM_MODS custom data which brings support for the plugin ItemMods
  • add support for double values

v2019.11.28

28 Nov 18:00
Compare
Choose a tag to compare
  • Fix AUTO and TICK_BLOCK custom data
  • Fix TICK_BLOCK custom data, ignore if it is set to true or false

v2019.11.24

24 Nov 19:22
Compare
Choose a tag to compare
  • 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 no select-material is present, the replace-materials will be use.

  • Rename replacematerial subcommand to replace-material change custom.ore.gen.set.replacematerial permission to custom.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)