Skip to content

Commit f700b49

Browse files
committed
Release v0.4.5
1 parent 72e81d5 commit f700b49

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

changelogs/v0.4.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,12 @@
5555
- Chunks scheduled due to a player action are now saved before they are added to the queue
5656
- Fix cached block textures,
5757
- blocks are now cached with their state ID rather than their block type name
58-
- Fix players not rendering properly on the map
58+
- Fix players not rendering properly on the map
59+
60+
## v0.4.5
61+
62+
- Make the plugin compatible with PMMP v5.8.1, replace all deprecated functions with new ones
63+
- Add new blocks added in PMMP V5.8.1
64+
- Improve resource pack extraction
65+
- add a system to detect blocks with states not added in the terrain_texture.json file, needed for torchflower crops
66+
and pitcher crops

plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PocketMap
22
main: Hebbinkpro\PocketMap\PocketMap
3-
version: 0.4.4
4-
api: [ 5.6.0 ]
3+
version: 0.4.5
4+
api: [ 5.8.1 ]
55
load: STARTUP
66
author: Hebbinkpro
77
description: A dynamic world map for PocketMine-MP

0 commit comments

Comments
 (0)