Summary
- corrections for core compat (commit: d6293ee) (details)
- add thread protection to raytrace stuff (commit: 04dc24e) (details)
- fix bed_spawn tag thread handling (commit: ee79c6b) (details)
- allow yaml lists under item mechanisms key (commit: 7eee969) (details)
- use better system for shaped recipes in 1.13+, for #1851 (commit: c5b45fc) (details)
- use NMS calls for furnace recipes in 1.13+, for #1851 (commit: 9448d9d) (details)
- use NMS calls for shapeless recipes in 1.13+, for #1851 (commit: ac8282d) (details)
- reorganization (commit: 2d2b386) (details)
- allow multiple recipes per script, for #1851 (commit: cfa81e4) (details)
- add new furnace options, for #1851 (commit: 8d52f85) (details)
- allow other recipe shapes (2x2, etc) for #1851 (commit: 11c49b7) (details)
- flag tag cleanup (commit: 4301c36) (details)
- update to new tag processor (commit: c8ad3a6) (details)
- semimodernize properties (commit: f35af2f) (details)
- de-modulize some non-NMS stuff (commit: cacd7a6) (details)
- start of tags modernization (commit: 265867d) (details)
- continued tag modernization work (commit: a837f41) (details)
- fix item script recipes for 1.13 (commit: 137fe5a) (details)
- it compiles, but still work to do (commit: 3108ea6) (details)
- clean up special case tags, finish update (commit: 1f9603b) (details)
- fix NPCTag bork (commit: b819f75) (details)
- fix exact-match requirement for 1.13 furnace recipes (commit: 1409bc0) (details)
- fix several entity and player tags (commit: 482d8ca) (details)
- Fix match for general case (#2030) (commit: b7d742c) (details)
- make the prestart event actually run PRE-start (commit: 618e2d2) (details)
- clean inventorytag meta (commit: a310732) (details)
- improve entity spawned check handling (commit: e25527e) (details)
- fix statistic command support for UNTYPED statistics (commit: d146749) (details)
- add knowledge book support for #2031 (commit: e169598) (details)
- add discover_ and forget_ recipe mechs, also some meta info (commit: 5822a66) (details)
- add "item.recipe_ids" for #2031 (commit: 35c4a61) (details)
- add tag 'discoverd_recipes' (1.14+) for #2031 (commit: ce9d72e) (details)
- add stonecutting recipe support (commit: 9b57661) (details)
- add an optional type input to recipe_ids tag (commit: 8ab5d16) (details)
- clean away a pointless separation (commit: 87a68ad) (details)
- fix world.living_entities for tag timings (commit: c4aeb72) (details)
- Nonstandard registry NPCs shouldn't be treated as NPCs (commit: 46e992d) (details)
- Bump a few informal event context deprecations to formal (commit: 7258925) (details)
- formalize more deprecations (commit: 78e7dc8) (details)
- allow list input in discover_ and forget_ recipe (commit: b0073c4) (details)
- stricter cleaning of item script recipe IDs (commit: 8d3f08a) (details)
- recipe_ids: don't show non-Denizen recipes for script items (commit: 0036144) (details)
- block Denizen items from appearing in vanilla recipe_ids (commit: 2ee827c) (details)
- fix offline inventory editing (1.14+) (commit: cb345c7) (details)
- fix recipe ids for script consistency (commit: fdc4f53) (details)
- FurnaceInventory Support (#2034) (commit: 664393a) (details)
- correction to shaped recipes (group missing) for #2038 (commit: f557bea) (details)
- update for new core (commit: f6c39d5) (details)
- redesign recipes layout in scripts (commit: a58bdc2) (details)
- add tag server.list_recipe_ids (commit: e35798e) (details)
- add context.line to 'script generates error' (commit: eaf9e92) (details)
- clean command script meta (commit: 5968fad) (details)
- update the testload sample script a bit (commit: 174be71) (details)
- Change the default recipe group to empty-string (commit: ee965d1) (details)
- add server reset_ and remove_ recipes mechs (commit: f7075a2) (details)
- fix file limit path option (commit: 55f09b3) (details)