Merge pull request #64 from OpenStarbound/SilverSokolova-patch-1

Make blueprints stackable
This commit is contained in:
Kae 2024-05-21 21:16:09 +10:00 committed by GitHub
commit 3addf35a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@ BlueprintItem::BlueprintItem(Json const& config, String const& directory, Json c
: Item(config, directory, data), SwingableItem(config) {
setWindupTime(0.2f);
setCooldownTime(0.1f);
setMaxStack(1);
m_requireEdgeTrigger = true;
m_recipe = ItemDescriptor(instanceValue("recipe"));