fix tellraw on 1.14
This commit is contained in:
		@@ -26,6 +26,8 @@ public class TellrawJson {
 | 
				
			|||||||
    private List<String> nbtWhitelist = ArrayUtil.asList(
 | 
					    private List<String> nbtWhitelist = ArrayUtil.asList(
 | 
				
			||||||
            // 附魔
 | 
					            // 附魔
 | 
				
			||||||
            "ench",
 | 
					            "ench",
 | 
				
			||||||
 | 
					            // 附魔 1.14
 | 
				
			||||||
 | 
					            "Enchantments",
 | 
				
			||||||
            // 附魔书
 | 
					            // 附魔书
 | 
				
			||||||
            "StoredEnchantments",
 | 
					            "StoredEnchantments",
 | 
				
			||||||
            // 展示
 | 
					            // 展示
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user