zly2006 / Enclosure

A server-side minecraft mod that allows players to protect their homes.
https://enclosure.fandom.com/wiki/Enclosure_Wiki
Other
16 stars 6 forks source link

fix: pass the right click action on wooden hoe if pos1 is undefined yet #24

Closed SNWCreations closed 1 year ago

SNWCreations commented 1 year ago

我认为在未选定pos1时木锄应该仍然具有其原版功能。 此 PR 实现了这个。 想象一下,一个新用户用这个,结果上来发现木锄不能用了,这多少有点影响用户体验。 解决方案: 在发现右键时,如果pos1未指定,批准锄地操作。

zly2006 commented 1 year ago

It’s more recommended to allow users to customize their selection tools.

Or if you dont want to implement this function, for ur PR, it would be good to check if the hoe can use, a.k.a. on dirt, grass block, etc.

SNWCreations commented 1 year ago

已纠正。审核可以继续。

zly2006 commented 1 year ago

See <Hoe – Minecraft Wiki (fandom.com) https://minecraft.fandom.com/wiki/Hoe?so=search#Tilling> to improve ur code

SNWCreations commented 1 year ago

alright, please wait for some time because I am going to prepare my dinner

SNWCreations commented 1 year ago

审核可以继续。