From 40994cd49fd9139e8a21bb7f0f140799a7fee549 Mon Sep 17 00:00:00 2001 From: Andrea Plati Date: Sun, 26 Apr 2020 14:49:22 +0000 Subject: [PATCH] Add CHANGELOG --- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..732695d --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,20 @@ + +Version 2.1: +- Spears ding hard blocks (cracky < 3) +- Fixed stick-into-node position to avoid spears turning black (#2467) +- Player velocity added to throw (it's physics baby) + +Version 2.0: +- Cleaner, streamlined code without deprecated functions +- Spears hurt players +- Spears animated in flight +- Spears stick into nodes +- New textures +- New sound when hitting flesh +- New receipt to fit with default tools +- Drag depends on fluid +- Improved instructions +- New gold-plated spear to celebrate + +Version 1.1: +- Make use of new on_secondary_use API, requires Minetest 5.2.0 \ No newline at end of file