From 220e4a3f58d25feab62a3832a686390e02c1919d Mon Sep 17 00:00:00 2001 From: D3v1s0m Date: Sun, 10 Mar 2024 18:18:22 +0530 Subject: [PATCH] remove implemented properties comments --- .../pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java b/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java index 9818194..013e2cc 100644 --- a/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java +++ b/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java @@ -92,18 +92,10 @@ public class EntityPropertyRegistryImpl implements EntityPropertyRegistry { /* registerType("using_item", false); // TODO: fix it for 1.8 and add new property to use offhand item and riptide animation - // End Crystal - registerType("beam_target", null); // TODO: Make a block pos class for this - registerType("show_base", true); // TODO - // Enderman registerType("enderman_held_block", new BlockState(0)); // TODO: figure out the type on this registerType("enderman_screaming", false); // TODO registerType("enderman_staring", false); // TODO - - // Guardian - registerType("is_elder", false); // TODO: ensure it only works till 1.10. Note: index is wrong on wiki.vg - */ }