Skip to content

Commit

Permalink
Merge pull request #71 from AngryBeaver/dr
Browse files Browse the repository at this point in the history
Dr
  • Loading branch information
AngryBeaver authored Jul 23, 2023
2 parents 615bed5 + 14ab644 commit eb5bf36
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## 3.2.0 simple or
## 3.2.x simple or
## 3.2.1
- recipe edit quantity
## 3.2.0
- fix consistent name of attendants as required in ui.
- add Settings to disable actor types that should not have a crafting tab.
- add simple or
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Beaver's Crafting Module",
"description": "A Crafting Module for DnD",
"description": "A Crafting Module",
"id": "beavers-crafting",
"version": "3.2.0",
"version": "3.2.1",
"authors": [
{
"name": "angryBeaver",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beavers-crafting",
"title": "Beaver's Crafting",
"version": "3.2.0",
"version": "3.2.1",
"description": "Crafting",
"devDir": "C:\\Users\\Riess\\AppData\\Local\\FoundryVTT\\Data\\modules",
"#devDir": "C:\\data\\Data\\modules",
Expand Down
8 changes: 6 additions & 2 deletions templates/beavers-recipe-component.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<img src="{{component.img}}"/>
<span class="name">{{component.name}}</span>
</div>
<div class="attribute flexrow">
{{component.quantity}}
<div class="attribute">
<input style="width:30px;text-align:right;background: rgba(0, 0, 0, 0)" name="flags.beavers-crafting.recipe.{{type}}.{{group}}.{{key}}.quantity"
{{#unless editable}}disabled{{/unless}}
type="number"
step="any"
value="{{component.quantity}}"/>
</div>
<div class="attribute flexrow">
{{#if (eq status 'success') }}
Expand Down

0 comments on commit eb5bf36

Please sign in to comment.