Commit Graph

74 Commits

Author SHA1 Message Date
SPGoding
4a7adc75cb Add missing placeholder
Fix #67.
2019-12-31 20:46:35 -06:00
SPGoding
6f3d60331f Allow renaming map keys (#63)
* Add missing locales

* Allow renaming map keys

Resolve #55.

* Add isValidMapKey function

* Update locales/zh-CN

* Prevent from adding existing object

* Reuse preventNewline function

* Fix issues with "." in map keys

* Simply fix not showing keys for non-object components

Co-authored-by: Misode <Misoloo64@gmail.com>
2019-12-31 15:46:54 -06:00
SPGoding
7ca3887d41 Fix #60 2019-12-30 14:13:22 -06:00
Misode
01a04c11f6 Add "AND" condition (#57)
* Add "AND" condition

* Fix
2019-12-30 03:01:44 +01:00
Misode
303205aea9 Add home menu 2019-12-29 18:30:34 +01:00
Misode
e8560fba1f Add advancement generator (#50) 2019-12-29 14:39:06 +01:00
Misode
45e2227a59 Fix issues with sets and 1.14 functions 2019-12-29 14:28:38 +01:00
Misode
69cee261db Fix filters for previous versions 2019-12-29 03:52:36 +01:00
Misode
2b4a5e42bf Add damage fields 2019-12-29 02:27:18 +01:00
Misode
738ae30f2b Add rewards 2019-12-29 01:59:17 +01:00
Misode
4aba8f81e2 Fix filtering and translate criteria fields 2019-12-29 01:01:59 +01:00
Misode
1a8f14a529 Add trigger conditions 2019-12-28 20:50:37 +01:00
Misode
c00ceebe37 Simplify filters 2019-12-28 17:49:37 +01:00
Misode
10aaa35a5c Filter on super parent 2019-12-28 15:52:56 +01:00
Misode
f7e731b4a8 Translate triggers 2019-12-28 14:21:55 +01:00
Misode
326af9453a Add help tooltip for display object 2019-12-28 14:14:35 +01:00
SPGoding
8204be1ab7 Fix #51 2019-12-27 19:40:51 -06:00
Misode
7f606f0fef Add basic advancement structure 2019-12-28 00:58:45 +01:00
Misode
3a9d83d775 Fix time period type 2019-12-27 14:13:37 +01:00
SPGoding
793c334002 Update locales 2019-12-26 18:56:54 -06:00
Misode
32b6dabf2e Add offsetXYZ to location_check condition (#44)
* Add offsetXYZ to location_check condition

* Add translations
2019-12-27 01:34:59 +01:00
Misode
8f92e485cf Add time_check condition (#45)
* Add time_check condition

* Add translations
2019-12-27 01:32:47 +01:00
Misode
248f2e0221 Fix "this" being namespaced 2019-12-26 17:12:53 +01:00
SPGoding
2dcfaf8323 Support placeholders in maps 2019-12-25 09:38:59 -06:00
Misode
09ffc0790c Merge branch 'master' of https://github.com/misode/loot-table into dev/help-tooltips 2019-12-20 21:45:39 +01:00
SPGoding
98fcf5c1fd Support ‘team’ and ‘player’ predicate
Need further supports for ‘advancements’ predicate
2019-12-18 19:49:08 -06:00
Misode
f96a515d77 Fix tooltips not being localized on load 2019-12-19 01:02:52 +01:00
Misode
e2dddec691 Merge branch 'master' of https://github.com/misode/loot-table into dev/help-tooltips 2019-12-19 00:40:39 +01:00
Misode
2f3d76de58 Fix survives_explosion namespace missing 2019-12-17 21:45:02 +01:00
Misode
836bfab1d1 Merge pull request #26 from SPGoding/patch-24
Fix weight and quality being an object
2019-12-16 18:34:09 +01:00
Misode
e23b1d5e60 Merge pull request #25 from SPGoding/patch-3
Fix typos of block_state_property
2019-12-16 18:33:19 +01:00
Misode
2ac16fd0e7 Add predicate mode 2019-12-13 18:53:01 +01:00
SPGoding
c691ab3dad Fix weight and quality being an object 2019-12-11 23:50:15 -06:00
SPGoding
2e0fc7a5c4 Fix typos of block_state_property 2019-12-11 23:46:43 -06:00
Misode
7f8b6a9470 Add expand help 2019-11-14 11:38:34 +01:00
Misode
2198bdf58f Merge branch 'master' of https://github.com/misode/loot-table into dev/help-tooltips 2019-11-14 11:24:19 +01:00
Misode
bd21aa1fba Flatten translation keys 2019-11-02 18:03:38 +01:00
Misode
4270b636b4 Add missing entries field for set_contents 2019-10-24 10:10:17 +02:00
Misode
3d6c60f6f7 Add help to other field types 2019-10-24 10:06:53 +02:00
Misode
ef9efaf0e1 Add help for entry type 2019-10-23 15:43:56 +02:00
Misode
e8f86c136c Merge branch 'master' of https://github.com/misode/loot-table 2019-10-15 20:35:22 +02:00
Misode
bc99438d70 Fix namespaced this + fix slots -> slot 2019-10-15 20:35:17 +02:00
Misode
169a2dd342 Add reference condition 2019-10-09 21:20:05 +02:00
Misode
7870287147 Add light, block and fluid location properties 2019-10-09 14:19:07 +02:00
Misode
990cd2c1a8 Add item enchantments and stored_enchantments 2019-10-09 11:19:29 +02:00
Misode
456b21ace9 Add copy_state function 2019-10-08 21:43:44 +02:00
Misode
4c99a6ddee Duplicate 1.14 schema 2019-10-08 12:37:07 +02:00
Misode
a556e9af04 Collapsible components (#18)
* Implement collapsible components

* Hide _collapse in the output
2019-10-08 12:30:02 +02:00
Misode
faeeb5bf34 Add entity equipment object 2019-10-05 17:37:02 +02:00
Misode
e9d5a2d65d Add entity flags object 2019-10-05 17:29:44 +02:00