You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spigot plugin that customizes the items in Minecraft. By injecting states into the items. And, using [React](https://github.com/facebook/react) philosophy.
1
+
# React Item`0.8`
2
+
Spigot library to provide developers the ability to create custom items in Minecraft.
3
3
4
-
Items should be registered to be identified from the vanilla items.
5
-
Each item has its own actions and if the state has changed while firing those actions. The item will be re-rendered (Aka changed).
4
+
It customizes the items in Minecraft. By injecting states into the items tag.
5
+
6
+
Items should be registered in order to be identified from the vanilla items.
7
+
Each item has its own states and if the state has changed while firing those actions. The item will be re-rendered (Aka changed).
6
8
7
9
This will allow the plugin developer to add more customized items.
8
10
And, even prevent the vanilla items to avoid unexpected behaviours.
9
11
12
+
**Note:** This library has been tested on `1.8.x`
13
+
14
+
# Hot list
15
+
A cooler name for TODO list.
16
+
-[ ] Detect changes in the state container
17
+
-[ ] Events to trigger changes to the item
18
+
-[ ] Java Agent to insert hooks in the `CraftInventory`
0 commit comments