Make blueprints stackable

I did not test this
This commit is contained in:
SilverSokolova 2024-05-21 03:59:03 -05:00 committed by GitHub
parent 59294742e9
commit 4ae9f131f8
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"));