Added more components + added item palette reference

This commit is contained in:
Anon 2024-09-11 20:35:23 +02:00
parent 76e873ed54
commit 49319fe781
44 changed files with 667 additions and 29 deletions

View file

@ -6,4 +6,8 @@ public class SubComponents
public const string BlockSet = "BlockSet";
public const string Property = "Property";
public const string Attribute = "Attribute";
public const string Effect = "Effect";
public const string PotionEffect = "PotionEffect";
public const string Details = "Details";
public const string Rule = "Rule";
}