Skip to content

Commit

Permalink
Update change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Sep 8, 2022
1 parent cee2a8c commit 658b598
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Version 0.2.2

This quick patch update patches and updates.

**Compatible** with McLib **2.3.5**, Blockbuster **2.3** and Metamorph **1.2.9**. It doesn't mean that future versions of McLib, Blockbuster and Metamorph would be incompatible, but older versions are most likely incompatible.

* Added `inventory` (which is a `IScriptInventory`) variable to `Player: inventory closes` global trigger
* Added `/mp event stop <id>` subcommand which stops execution of delayed events (with Timer nodes) and scripts (`IScriptEvent.scheduleScript()`)
* Added `Player: interact with an entity` global trigger
* Added scripting methods:
* Added `IScriptWorld.explode()`
* Added `IScriptItemStack.getMaxCount()`
* Added `IScriptBlockState.isOpaque()` and `IScriptBlockState.hasCollision()`
* Added `IScriptWorld.rayTrace()` and `IScriptWorld.rayTraceBlocks()`
* Added `IScriptEntity.isOnGround()`
* Added `IScriptWorld.stopSound(String, String)`, `IScriptWorld.stopAllSounds()`, `IScriptPlayer.stopSound(String, String)`, and `IScriptPlayer.stopAllSounds()`
* Added `IScriptEntity.getCombinedLight()`
* Fixed an error with quest node in a dialogue not loading when quest isn't accepted
* Fixed respawn options can't be edited by `/mp npc edit` command
* Fixed a couple of misspellings in documentation

## Version 0.2.1

This quick patch update adds `IScriptEntity.getMorph()` and fixes a couple of documenation errors.
Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mappet",
"1.12.2": {
"0.2.2": "This quick patch update patches and updates.",
"0.2.1": "This quick patch update adds `IScriptEntity.getMorph()` and fixes a couple of documenation errors.",
"0.2": "This update is brought to you by TorayLife (again), featuring NPC respawning mechanic, patrol points triggers, QoL tweaks and bug fixes! Thanks to Falkiner, ORION, OtakuGamer, Hrymka, and dyamo for ideas and suggestions!",
"0.1.5": "This update is brought to you by TorayLife, with some neat QoL features, triggers and bug fixes!",
Expand All @@ -12,7 +13,7 @@
"0.1-alpha": "This first release provides tons of features: states, conditions, expressions, emitter block, trigger block, region block, crafting tables, quests, NPCs, factions, events, scripts, dialogues, quest chains, many commands, custom sound events, target selectors, global triggers, and much more."
},
"promos": {
"1.12.2-latest": "0.2.1",
"1.12.2-recommended": "0.2.1"
"1.12.2-latest": "0.2.2",
"1.12.2-recommended": "0.2.2"
}
}

0 comments on commit 658b598

Please sign in to comment.