DevotedMC / HiddenOre

Allows after-map generation positive rebalance via fine-control over custom drops - Anti-Xray - Built for Minecraft and Paper 1.16.4
https://www.devotedmc.com/hiddenore.html
MIT License
11 stars 29 forks source link

Feature - Definable Transform Blocks #23

Closed redmag3 closed 8 years ago

redmag3 commented 8 years ago

When a lottery event is hit and the plugin looks for blocks to transform, a section of optional transformable blocks would be helpful.

When making veins, you could chain ore breaks, so that say 0.1 chance on break coal_ore, transform nearby stone, and cobblestone into additional coal_ore.

ProgrammerDan commented 8 years ago

This you can actually do right now --

https://github.com/DevotedMC/HiddenOre/blob/master/src/main/resources/config.yml#L128

Just define a configuration for COAL_ORE in addition to one for stone, etc. Since the transform is to coal ore, if it transforms some of the coal ore into coal ore, not an issue.

redmag3 commented 8 years ago

nvmd I got it xD

ty man!