MLG-Fortress / ExtraHardMode

The now-official repository for the ExtraHardMode Bukkit Plugin.
http://dev.bukkit.org/bukkit-plugins/fun-hard-mode/
Other
24 stars 19 forks source link

Hardened blocks #258

Open 3Lord3 opened 3 years ago

3Lord3 commented 3 years ago

This parameter is responsible for breaking the specified block with an iron or diamond pickaxe. But this is not written in the config. We need to clarify this, and preferably allow to specify tools for this function.

Hardened Blocks:

Netherite pickaxe, by the way, does not count. Specified blocks can be broken with iron and diamond pickaxes, but not with netherite pickaxe.

RoboMWM commented 3 years ago

Pretty sure you can add whatever tool you want to allow to break stone in the config. Netherrite pickaxe is a default that will be added in an upcoming release if I haven't already pushed out a release.

3Lord3 commented 3 years ago

Pretty sure you can add whatever tool you want to allow to break stone in the config.

Can you tell me which parameter is responsible for this?

Netherrite pickaxe is a default that will be added in an upcoming release if I haven't already pushed out a release.

Okay

RoboMWM commented 3 years ago

pretty sure you pasted it in the other issue. Where you specify how many breaks of stone a tool can sustain.

3Lord3 commented 3 years ago

It specified how many stone blocks a specified pick had to break in order to break. But it seems you can't specify a tool for "Hardened Blocks:". All of the blocks specified there must be broken with an iron pick, and I don't see any way to change that.

RoboMWM commented 3 years ago

no that only applies to how many hardened stone blocks. Doesn't modify when used on any other block afaik.

3Lord3 commented 3 years ago

Yes, this indicates how many blocks of stone can be destroyed by the specified tool.But the setting that forces players to search open caves to soften stone for mining uses only iron and diamond picks (You'll add a netherite pick to this list in the next release). Can you specify in the comment that this only affects these picks, or allow you to specify which intruments are needed to break the "hardened block" ?

RoboMWM commented 3 years ago

I thought I posted a comment here, but I guess not...

The tools you specify there are for breaking hardened stone. If a tool isn't specified there then it can't break it. So you can add netherite pickaxe there and then the netherite pickaxe can break it. Same with wooden or gold pickaxes or other tools, if you want to add other tools/items that can be held that will allow stone to be broken.

3Lord3 commented 3 years ago

You just described what is highlighted in red. But how do I adjust the tool for what is highlighted in black? Or, are they interrelated? Then you should call the red setting "Amount of Hardened Blocks Tool Can Mine:" image

RoboMWM commented 3 years ago

I'm pretty sure BigScary intended it to be Stone, and Diemex later added options for other blocks to be "hardened."

If you want to PR a change (and migration) feel free... but ya, they are related yes.