forked from McJtyMods/Enigma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
20 lines (19 loc) · 1.41 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Upcoming:
- Added the following new functions:
- 'property' function with parameters position and property name. It will return the value of the property of the block at the given position
- 'playername' function with no parameters. It will return the name of the player who triggered the event
- 'inv_get' function with parameters position and slot. It will return the itemstack in the given slot of the inventory at the given position
- 'inv_getcount' function with parameters position and slot. It will return the count of the itemstack in the given slot of the inventory at the given position
- 'inv_count' function with the position as a parameter. It will return the number of items in the inventory at the given position. There is also an optional item parameter to only count that item
- 'blockid' to return the id of the block at the given position
- 'replacestring' to replace a string with another string in a string
- 'replaceregex' to replace a string with another string in a string using a regex
- New commands:
- 'invadditem' command to add an item to an inventory
- 'invsetitem' command to set a specific slot of an inventory to an item
- 'for' command to loop over a list of values and call a block of code
- 'while' command to loop over a block of code while a condition is true
- Fixed block and item model registration
- 'e_action' can now also do 'call'
1.12-0.0.1beta:
- xxx