@rpg-engine/long-bow 0.2.98 → 0.2.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +4 -0
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +4 -0
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CraftBook/CraftBook.tsx +4 -0
|
@@ -33135,6 +33135,10 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
33135
33135
|
var getDropdownOptions = function getDropdownOptions() {
|
|
33136
33136
|
var options = [];
|
|
33137
33137
|
Object.keys(shared.ItemSubType).forEach(function (key) {
|
|
33138
|
+
if (key === 'CraftingResource') {
|
|
33139
|
+
return; // we can't craft crafting resouces...
|
|
33140
|
+
}
|
|
33141
|
+
|
|
33138
33142
|
options.push({
|
|
33139
33143
|
id: optionsId,
|
|
33140
33144
|
value: key,
|