mapcrafter / blockcrafter

GNU General Public License v3.0
14 stars 8 forks source link

1.14 block updates missing? #8

Open fredkilbourn opened 5 years ago

fredkilbourn commented 5 years ago

I just pulled a master docker image and build new blocks directory with the latest 1.14.3 jar and my resource pack of preference (Stevens Traditional 64x64 [1.14.3]).

After doing a map render with the new block files I was getting a few unknown block messages:

2019-07-02 12:25:57 [INFO] [default] Unknown block minecraft:bamboo age=1,leaves=none,waterlogged=false,
2019-07-02 12:44:46 [INFO] [default] Unknown block minecraft:composter level=0,waterlogged=false,
2019-07-02 13:03:29 [INFO] [default] Unknown block minecraft:sign waterlogged=false,
2019-07-02 13:29:36 [INFO] [default] Unknown block minecraft:lily_pad_rotated rotation=0,waterlogged=false,
2019-07-02 13:29:36 [INFO] [default] Unknown block minecraft:lily_pad_rotated rotation=2,waterlogged=false,
2019-07-02 13:29:36 [INFO] [default] Unknown block minecraft:lily_pad_rotated rotation=1,waterlogged=false,
2019-07-02 13:29:36 [INFO] [default] Unknown block minecraft:lily_pad_rotated rotation=3,waterlogged=false,
2019-07-02 14:37:55 [INFO] [default] Unknown block minecraft:wall_sign waterlogged=false,

I think some of these are fixed with the #7 PR, but possibly not the lily_pad_rotated one.

@miclav are you able to confirm about the lily_pad_rotated case?

@m0r13 do you know when you might have time to review and merge all this and update the docker image?

I would try and patch it in myself but I don't really know how to do that with docker.

miclav commented 5 years ago

Hello Thanks for reporting it. I'll check that out soon about lily_pad_rotated.