You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I found a way to stop Farm Plots from being duplicated.
Search for the lines:
<set xpath="//block[@name='farmPlotBlock']/drop[@event='Harvest' and @name='resourceClayLump']/@count">55</set>
<set xpath="//block[@name='farmPlotBlock']/drop[@event='Harvest' and @name='resourcePotassiumNitratePowder']/@count">10</set>
Add the line:
<set xpath="//block[@name='farmPlotBlock']/drop[@event='Destroy' and @name='farmPlotBlockVariantHelper']/@count">1</set>
Describe the bug
When "attacking" certain blocks you get 3x the return. IE: Farm Plot, Candles, Chairs, Torches, etc
To Reproduce
Steps to reproduce the behavior:
Farm Plots are the only "Blocks" I've found that doesn't normally have a "Pick Up" to actually do this.
Expected behavior
Get 1x back instead of 3x.
Screenshots
Candles:
https://cdn.discordapp.com/attachments/627502968014635018/1233481156197089321/image.png?ex=662d4058&is=662beed8&hm=4fa0b15884dbf4532c1552d48e89957d23aea7fd97410af50d9010c6766d09c9&
Torches:
https://cdn.discordapp.com/attachments/627502968014635018/1233481303060516955/image.png?ex=662d407b&is=662beefb&hm=95b48349a1faeacf51577528fe34f0950cd8cc452c56e11c6ea5c488dd8bc086&
Additional context
I found a way to stop Farm Plots from being duplicated.
Search for the lines:
Add the line:
Should look like this:
https://cdn.discordapp.com/attachments/627502968014635018/1233479514844168243/image.png?ex=662d3ed1&is=662bed51&hm=cb01af1820411078fbe0e9c881ebabad2ffd37cca96b4b889bf0d3f684aa3fce&
The text was updated successfully, but these errors were encountered: