Commit Graph

4 Commits

Author SHA1 Message Date
zhaodice
8742e8de06 Fix deforestation protocol and add a new field
I don't understand the reason why ** makes two same positions data
2022-06-01 04:50:46 -07:00
zhaodice
8f1273d1b7 ? 2022-06-01 04:32:30 -07:00
zhaodice
7fe6c9658b Fix deforestation protocol on 2.7 2022-06-01 04:32:30 -07:00
zhaodice
dc1741ce6d
Hunting and deforestation support. (#1083)
* add drops for animals wild pig,fishes,foxes,birds

* append fox

* Deforestation Support

implement drop woods when attacking tree

* Deforestation support (remove prints)

implement drop woods when attacking tree

* Deforestation support (remove prints)

implement drop woods when attacking tree

* add AutoRecycleHashMap

Map's KEY is automatic expire if key long time no use (query or modify from HashMap)

* use AutoRecycleHashMap in case of memory leak

* fix bug

* remove prints

* static AutoRecycleHashMap

* fix problems

* Delete AutoRecycleHashMap.java

* remove log

* fix build

* improve

* remove unnecessary information

Co-authored-by: Albedo <105265570+arub3do@users.noreply.github.com>

Co-authored-by: Albedo <105265570+arub3do@users.noreply.github.com>
2022-05-29 06:16:49 -07:00