Summary
- fix entity.location.standing_on for slabs (commit: 786838f) (details)
- Add tag player.groups (commit: c2a0b88) (details)
- Add a horse jump strength property (commit: d3ee0d3) (details)
- Add tag cuboid.center[...] (commit: 82dfcc8) (details)
- Add cuboid.intersects[cuboid] (commit: c19aa5e) (details)
- Add some meta (commit: 03fcc53) (details)
- Add tag location.distance_squared (commit: bf823e7) (details)
- Micro-efficiency boosts (commit: 9ab195d) (details)
- Don't allow boolean comparables (commit: fd5e484) (details)
- [BREAKING] Rewrite tag parser - no nested tags! (commit: dc991d7) (details)
- Allow some special tag nesting cases (commit: c68b743) (details)
- Add list[] and cuboid[] tag base units (commit: 311bb2a) (details)
- Correct rare bracketting issue (commit: 0776cfa) (details)
- Update version to Denizen 0.9.6 (commit: 652261a) (details)
- Handle highly invalid definitions (commit: 898f61f) (details)
- Add an item scroll smart event (commit: 3ac1074) (details)
- Allow iron doors in the switch command (commit: 0284187) (details)
- Better YAML error messages (commit: b81c549) (details)
- Fix potential argument parsing error (commit: 96f7f99) (details)
- Debug run command definitions (commit: d381104) (details)
- Further correct how materials identify (commit: d8fc2ab) (details)
- Use material.identifySimple in world events (commit: 1b8ea07) (details)
- Correct how the EntityFramed property identifies (commit: d6def30) (details)
- Add tag element.as_color (commit: 2f6f45a) (details)
- [BREAKING] Improve tag parsing order (commit: f311b80) (details)
- Add tag server.list_materials (commit: eb36a30) (details)
- Add tags color.rgb, color.hsv (commit: 549a122) (details)
- Add mechanism dNPC.item_type (commit: 1605f97) (details)
- Apply previous material change to items (commit: f325372) (details)
- Add tags npc.has_skin, npc.skin + mech npc.skin (commit: 92b783b) (details)
- Be more careful with async code (commit: bce4a51) (details)
- add no_rotate to the push command (commit: 96dcbd3) (details)
- Catch showfake errors, meta work (commit: 9f7bbf8) (details)
- Correct [email protected] (commit: 8c015f1) (details)
- Add tag script.yaml_key[...] (commit: 597aba4) (details)
- Add tags [email protected]_keys, list_deep_keys (commit: d3be209) (details)
- Improve fallback finding in tags (commit: 8a20610) (details)
- Improve fallbacks, values (commit: 61d1149) (details)
- some command parsing micro-effic (commit: c8195e3) (details)
- Further micro-efficiency work (commit: a362f9f) (details)
- Replaceable tag event micro-efficiency (commit: e0eb8d9) (details)
- Add a redstone smart event (commit: 3944ad9) (details)
- Add a player walk smart event (commit: 6af33b1) (details)
- Add tag queue.definition[name] (commit: b11be3d) (details)
- Patch script.yaml_key tags, constant tag too (commit: d351ccf) (details)
- Add myself to the author list (commit: cf12204) (details)
- Fix location.find.blocks tag (commit: c1f0e53) (details)
- Better spheres (commit: 60a6db4) (details)
- Advanced (Excessive) debug output (commit: 1ca5522) (details)
- Add a quick entity combusts event (commit: 6655246) (details)
- Allow "<-" in the flag command (commit: 830d84e) (details)
- Handle as_int error with a fallback gracefully (commit: 3b1fbb1) (details)
- Fix a few details (commit: 0830479) (details)