pufmat / skillsmod

A Minecraft mod that adds a fully configurable skill system to the game.
Other
36 stars 10 forks source link

Silk Touch pickaxe is abusing the system #9

Open Geckostya opened 1 year ago

Geckostya commented 1 year ago

You'd better add some checks for naturally generated resources or another check to prevent infinite farming of exp through placing and mining blocks

pufmat commented 1 year ago

Since 0.3.0 the default configuration no longer gives xp when using silk touch.

Geckostya commented 1 year ago

I didn't check it yet, but I think if you want to make an axe skill tree, you will bump into the same problem - cutting wood and placing it back will give you infinite exp

pufmat commented 1 year ago

One solution to this problem would be to check if the block was placed by the player. I'll leave this issue open so as not to forget about it, and maybe in the future I'll implement it.