Kattusite
3e1ce48a7b
Add fish 39 and 40 to anglerquestfish.py
...
The AnglerFishQuest tag can take a new value (40).
Currently, lihazahrd.World() crashes when trying to load a world with this value.
I verified ingame that a value of 40 corresponds to the Scorpio Fish.
This commit adds a value to the AnglerQuestFish enum for this new option.
It also adds a label for fish 39 (the Scarab Fish), which was previously unknown.
For backwards compatibility, I left the old name (UNKNOWN1) as-is.
2023-10-17 19:26:31 +02:00
dependabot[bot]
2bd6f5b845
⬆️ (deps-dev): Bump urllib3 from 1.26.14 to 1.26.17
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.14 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.17 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 14:19:34 +02:00
dependabot[bot]
27dfd55599
⬆️ (deps-dev): Bump certifi from 2022.12.7 to 2023.7.22
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 20:16:39 +02:00
4850c4eb63
Update README.md
2023-03-07 01:45:48 +01:00
78d4f9406f
Bump version to 3.0.1 and update deps
2023-03-07 01:26:26 +01:00
3e00bb77b8
Fix some incompatibilities
2023-03-07 01:26:25 +01:00
8a500ca1d5
Add shields alt-text
2023-03-06 15:59:35 +01:00
98380e4dfd
Update README.md
2023-03-06 15:58:42 +01:00
8482854a97
Update docs
2023-03-06 02:48:53 +01:00
58d84d26f0
Optimize struct.unpack
calls
2023-03-06 02:42:27 +01:00
d451fd3731
Process unknown data
2023-03-06 02:42:27 +01:00
66d0e221e1
Update world parsing with new flags
2023-03-06 02:42:27 +01:00
ef6787fa0a
Extend ItemType
with new items
...
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
958f085bfe
Extend BlockType
with new blocks
...
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
8baee150fb
Extend WallType
with new walls
...
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
e62d6fb24f
Refactor _read_tile_block
and implement Coatings
2023-03-06 02:42:27 +01:00
5137edf63f
Remove functools import
2023-03-06 02:42:27 +01:00
518d273066
Implement bit unpacking in a more efficient way
...
Co-authored-by: "rodrigo a. araujo" <rodjjo@gmail.com>
2023-03-06 02:42:27 +01:00
1060930d66
Allow parsing only 1.4.4.9 worlds
...
No bandwidth to support multiple world versions
2023-03-06 02:42:27 +01:00
Martin George
4134becb24
Add _version_ids for 1.4.4.5, 1.4.4.8, 1.4.4.9
2023-03-06 02:42:27 +01:00
d335e28007
Implement LiquidType.SHIMMER
...
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
Martin George
f7fd651b85
Add EntityTypes from 1.4.4.9
2023-03-06 02:42:27 +01:00
Martin George
78d2365c7b
Update Terraria version in the README
2023-03-06 02:42:27 +01:00
9269673fc9
Configure dependabot
2023-03-06 02:41:39 +01:00
97d5fafbcb
Update package metadata
2023-03-06 02:39:54 +01:00
13852e42e8
⬆️ Update dependencies
2022-02-11 19:46:10 +01:00
83b74ecaf4
📔 Fix docstrings for certain files
2022-02-11 19:44:49 +01:00
21e2983072
🧹 Run Black on all files
2022-02-11 18:05:29 +01:00
be05058df4
📔 Update documentation
2021-06-07 10:16:32 +02:00
4f15f0e663
🗒 Update README.md
2021-06-07 10:16:32 +02:00
5b12f06873
🧹 Remove __main__.py
2021-06-07 10:16:32 +02:00
MartinRohrbach
ae2a40275b
Update for 1.4.2.3
2021-06-07 10:16:32 +02:00
d5e8730eb5
publish: 2.0.0
2020-06-30 02:37:13 +02:00
2fa940074c
Fixes flyingsnake#9: Add missing Bamboo Block ID
2020-06-30 02:35:55 +02:00
02f73e5db0
Merge branch '1.4'
2020-06-10 19:58:31 +02:00
381a51fbfe
Delete unused github actions
2020-06-10 19:58:17 +02:00
d0804ebfc6
publish: 2.0.0a1
2020-06-10 19:54:56 +02:00
6af468e19a
Update docs for the final time
2020-06-10 19:52:57 +02:00
f58879c6b8
Optimize some more by using __slots__
2020-06-10 19:52:57 +02:00
5fd706463f
Fix journey powers parsing
2020-06-10 19:52:57 +02:00
376c606057
Commit missing doc file...?
2020-06-10 19:52:57 +02:00
7f229490b8
Optimize a few functions... I think.
2020-06-10 19:52:57 +02:00
af58d2e911
Fix type annotation
2020-06-10 19:52:57 +02:00
8e4f115d90
Optimize _read_tile_block (10s gain!)
2020-06-10 19:52:57 +02:00
985644e4b1
Change error message
2020-06-10 19:52:57 +02:00
1e9c1a517c
Parse prefixes correctly
2020-06-10 19:52:57 +02:00
c0d64698db
Improve bestiary handling
2020-06-10 19:52:57 +02:00
c66b1cf4ab
...I kinda forgot to do separate commits...
2020-06-10 19:52:57 +02:00
507a955bca
Update docs
2020-06-10 19:52:57 +02:00
d5309fe846
Bump the version number to 2.0a1
2020-06-10 19:52:57 +02:00