From 8319308b6231a4cb39b8f49b70cfde355ebf4ded Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:11:15 +0100 Subject: [PATCH] Update trade_resupply.json Added description Removed undocumented comment --- source/behavior/entities/format/components/trade_resupply.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/behavior/entities/format/components/trade_resupply.json b/source/behavior/entities/format/components/trade_resupply.json index 9e3e85dc..90188e8a 100644 --- a/source/behavior/entities/format/components/trade_resupply.json +++ b/source/behavior/entities/format/components/trade_resupply.json @@ -1,7 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.trade_resupply", - "description": "UNDOCUMENTED", - "$comment": "UNDOCUMENTED", + "description": "Resupplies an entity's trade.", "type": "object", "title": "Trade Resupply", "additionalProperties": false,