From cdeda4de8476fadf4aa25bfbfbc59490d7af6f3b Mon Sep 17 00:00:00 2001 From: "Joseph T. McQuigg" Date: Mon, 18 Mar 2024 20:11:29 -0400 Subject: [PATCH] Add BOP Boats and Chest Boats to Fabric Boats Entity Type Tag --- .../src/main/resources/data/c/tags/entity_types/boats.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fabric/src/main/resources/data/c/tags/entity_types/boats.json diff --git a/fabric/src/main/resources/data/c/tags/entity_types/boats.json b/fabric/src/main/resources/data/c/tags/entity_types/boats.json new file mode 100644 index 000000000..be8763c5b --- /dev/null +++ b/fabric/src/main/resources/data/c/tags/entity_types/boats.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "biomesoplenty:boat", + "biomesoplenty:chest_boat" + ] +} \ No newline at end of file