From 7d3d90dcd80f6cbeb528a13d7bf51bbe58020447 Mon Sep 17 00:00:00 2001 From: EtlamGit Date: Sat, 4 Jun 2022 16:35:12 +0200 Subject: [PATCH] 22w15a add Chest Boats (introduced already in 22w12a, but last change here) --- definitions/vanilla_entity.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/definitions/vanilla_entity.json b/definitions/vanilla_entity.json index 95058373..4f30f10b 100644 --- a/definitions/vanilla_entity.json +++ b/definitions/vanilla_entity.json @@ -1,7 +1,7 @@ { "name": "Vanilla", "type": "entity", - "version": "1.19.22w13a", + "version": "1.19.22w15a", "data": [ { "category": "Hostile", @@ -435,6 +435,10 @@ "color": "Sienna" }, { + "id": "chest_boat", + "catcolor": "DarkOrange", + "color": "Sienna" + }, { "note": "old naming scheme until 1.10", "id": "MinecartCommandBlock", "name": "CommandBlock Minecart",