Releases: DerFrZocker/Custom-Ore-Generator
v2019.11.2
- Fix Issue #1
v2019.10.13
-
Add help command
-
change some message
- In order to see this changes you must delete the messages.yml
-
Add support for End and Nether Like World Generators in Minecraft version 1.13 - 1.14.4
-
Add /oregen set replacematerial command, with which you can set on which blocks the Ore should be generated
-
Add Facing custom data, this custom data correspond to the facing NBT-Tag of blocks.
-
Add Direction custom data, this custom data correspond to the up, down, west, south, east and north NBT-Tag of blocks.
-
Ore-Config names can now only contain the following characters a-z, A-Z, 0-9, - and _
- Ore-Config that have other characters gets automatically renamed.
-
Add Single Ore Generator, this ore generator generates only one block
-
Fix author placeholder in plugin.yml
-
Fix a bug in the Skull Texture custom data, that cause an error message when the given custom data is not valid Base64
v2019.09.14
-
Rework how Ore-Config are handle. Now they are saved under a name instead of the material.
- The Generations are now seeded with the Ore-Config name instead of the material name.
-
Add custom data api.
- Add custom data: Skull Texture
-
Rework the commands to fit the new Ore-Config.
-
Removed the help subcommand.
-
Rework the messages and messages.yml -> if you have done changes to it, you must set them again.
v2019.08.31
Fix a bug that cause that no decoration gets generated, when no custom ore is set.
Make the project to a multiple maven project