Added Block Components & Updated Item Components
I have added all the block components necessary for custom blocks, I also remove the use of the Model and Material file as we can use block components instead.
I'm going to also update Item Components in this Pull Request. Also is there any reason for isProperty() anymore? Is there any docs on item_properties?
the item_properties are mainly protocol related, and you most likely won't see them in any docs since addons don't use it like that, it's just mojang requires it to be like this in the packet data
Alright, this PR is done, I added new Item Components and updated the others. These are the components I didn't add:
- EntityPlacerComponent
- ItemTagsComponent & TagsComponent
- RepairableComponent
- StorageComponent These components need their own PR as they are very complicated.
Just a few small comments, have you also had the chance to test all the components like rarity, bundle etc?
Not all components have been tested but rarity and bundles have been tested and I can show some screenshots of them, HydroGames / Britty created a backpack using the bundle component. I should get you a list of components that haven't been tested.
Thank you for this change, I saw that you're also interested in updating the wiki so that would be greatly appreciated!