Skip to content

Commit

Permalink
Update version.json, CHANGELOG.md, and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Dec 9, 2021
1 parent 7d32798 commit e333773
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Version 0.1.4

More bug fixes and tiny tweaks.

**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 limits to health fields
* Added scripting `Graphic.anchor(float)`, `Graphic.anchor(float, float)`, `Graphic.anchorX(float)` and `Graphic.anchorY(float)`
* Changed `IScriptEvent.executeCommand(String)` return type from `void` to `int`
* Fixed quest dialogue node not correctly comparing quest completion
* Fixed server states are being discarded due to old JSON loading code and string based states
* Fixed division by 0 error with regeneration frequency
* Fixed targeting for non post NPCs
* Fixed textures are not being displayed in graphics UI component due to RL lowercasing the path
* Removeed `Binary` toggle for `switch` node

## Version 0.1.3

This is a small patch update which fixes a couple of other things.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**ATTENTION**: This mod is **no longer being developed nor maintained by McHorse**. If you wish to continue the mod, feel free to check out the [source code](https://github.com/mchorse/mappet).

![Mappet](https://i.imgur.com/1pvpWDH.png)

[CurseForge page](https://www.curseforge.com/minecraft/mc-mods/mappet)[GitHub](https://github.com/mchorse/mappet)[Wiki](https://github.com/mchorse/mappet/wiki)
Expand All @@ -8,7 +10,7 @@ Special thanks to [Andruxioid](https://www.youtube.com/channel/UCnHOceBjwMyqCR5o

## Install

Install [Minecraft Forge](http://files.minecraftforge.net/), download the latest stable version of jar file for available Minecraft version. Also install following mods: [McLib](https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib) (version **2.3**), [Metamorph](https://www.curseforge.com/minecraft/mc-mods/metamorph) (version **1.2.8**), and [Blockbuster](https://www.curseforge.com/minecraft/mc-mods/blockbuster) (version **2.3**). Put it in minecraft's `mods` folder, and launch the game.
Install [Minecraft Forge](http://files.minecraftforge.net/), download the latest stable version of jar file for available Minecraft version. Also install following mods: [McLib](https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib), [Metamorph](https://www.curseforge.com/minecraft/mc-mods/metamorph), and [Blockbuster](https://www.curseforge.com/minecraft/mc-mods/blockbuster). Put it in minecraft's `mods` folder, and launch the game.

After that, Mappet mod should be installed and will appear in Minecraft's mods menu. If Mappet didn't appear in the mods menu, then something went wrong.

Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mappet",
"1.12.2": {
"0.1.4": "More bug fixes and tiny tweaks.",
"0.1.3": "This is a small patch update which fixes a couple of other things.",
"0.1.2": "This is a small patch update which fixes a couple of things.",
"0.1.1": "This is a small patch which also features new expression condition block.",
"0.1": "This is public release update.",
"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.1.3",
"1.12.2-recommended": "0.1.3"
"1.12.2-latest": "0.1.4",
"1.12.2-recommended": "0.1.4"
}
}

0 comments on commit e333773

Please sign in to comment.