This commit is contained in:
WBHarry 2025-07-25 02:31:54 +02:00
parent cdfc972301
commit bdc9671d69
6 changed files with 13 additions and 11 deletions

View file

@ -186,7 +186,7 @@ Parameters:
{{/if}}
{{#if (and (not hideResources) item.system.quantity)}}
<div class="item-resource">
<input type="number" class="inventory-item-quantity" value="{{item.system.quantity}}" step="1" />
<input type="number" class="inventory-item-quantity" value="{{item.system.quantity}}" min="0" />
</div>
{{/if}}