diff --git a/eco-core/core-plugin/src/main/resources/reforges.json b/eco-core/core-plugin/src/main/resources/reforges.json index 2b9625f..7877e62 100644 --- a/eco-core/core-plugin/src/main/resources/reforges.json +++ b/eco-core/core-plugin/src/main/resources/reforges.json @@ -61,7 +61,10 @@ ], "conditions": [ { - "id": "in_air" + "id": "in_air", + "args": { + "in_air": true + } } ] }, @@ -262,7 +265,10 @@ ], "conditions": [ { - "id": "in_water" + "id": "in_water", + "args": { + "in_water": true + } } ] },