Added new items and dynamic select generator

This commit is contained in:
Stijn Bannink 2024-04-14 12:37:48 +02:00
parent c32577266b
commit 44624542e8
Signed by: SBDeveloper
GPG key ID: B730712F2C3A9D7A
8 changed files with 37 additions and 9 deletions

View file

@ -30,8 +30,6 @@
<label for="item">The item to use:</label>
<select class="form-control" id="item" name="item" required>
<option value="" selected>Select an item...</option>
<option value="leather_boots">Leather Boots</option>
<option value="netherite_hoe">Netherite Hoe</option>
</select>
</div>
<div id="formItems" style="display: none;">