0
Commit Graph

3003 Commits

Author SHA1 Message Date
Andrew Francis Thomas
09e796b5cd Updated spawnY to match lowest reasonable spawn coordinate 2021-12-15 23:48:37 -07:00
Andrew Francis Thomas
5adbe2728d Updated designdoc to reflect new min/max y levels in 1.18 2021-12-15 15:27:18 -07:00
Andrew Francis Thomas
a24ad4cb55 Fixed rendering of new height and depth limit in 1.18 2021-12-15 15:26:45 -07:00
Nicolas F
7171af5873 Merge PR #2007 from tomasdev
Add missing dependency on Mac OS X
2021-12-14 10:09:11 +01:00
Tomas
e97b510ef2 Add missing dependency on Mac OS X
Numpy!
2021-12-14 07:09:56 +01:00
Nicolas F
5807fdafca Merge PR #2004 from stwalkerster
POIs: Add additional tag to search for entities
2021-12-09 21:27:25 +01:00
Simon Walker
b059fec60a POIs: Add additional tag to search for entities
In 1.18, it looks like entities are now stored under the NBT tag
`block_entities`. This change adds block_entities to the list of NBT
tags POIs are searched for under.
2021-12-08 20:42:22 +00:00
Nicolas F
9f9cd1ea71 Merge PR #1963 from buscher
Added more 1.17 blocks
2021-12-05 23:35:16 +01:00
Nicolas F
a5b36f568f Merge PR #1990 from 26/master
Add compatibility for 21w39a and 21w43a snapshots
2021-12-02 18:58:19 +01:00
Marijn van Wezel
f6ee2cf2fd Add compatibility for 21w39a and 21w43a snapshots 2021-11-10 20:37:19 +01:00
Bernd Buschinski
2c0e9681bb Added more 1.17 blocks
- Added Powder Snow
- Added Hangings Roots
- Added Amethyst Buds
- Added Cave Vines
- Added Lightning Rods
- Added Glow Lichen
- Added Spore Blossom
- Fixed Cauldron Render
- Added Water Cauldron
- Added Lava Cauldron
- Added Power Snow Cauldron
- Added Moss Carpet
2021-07-29 16:52:27 +02:00
Nicolas F
2402e410cf overviewer.h: bump extension version 2021-07-28 10:29:37 +02:00
Nicolas F
08e628c39a Merge PR #1959 from buscher 2021-07-28 10:28:30 +02:00
Nicolas F
68c9ccee07 Merge PR #1958 from buscher 2021-07-28 10:16:22 +02:00
Bernd Buschinski
38762b9ff7 Fixed edge-lines and side rendering for snow layers 2021-07-15 15:54:15 +02:00
Bernd Buschinski
fc8a87fe2a Add pointed dripstone 2021-07-11 18:05:54 +02:00
Nicolas F
86b241a5f7 Fix rendering onto mounted CIFS shares
You still shouldn't do it for performance reasons but I guess
now you can do it in theory. Yay.
2021-07-10 19:58:11 +02:00
Nicolas F
dab3268b3b overviewer.h: bump C extension version 2021-07-10 11:23:59 +02:00
Nicolas F
352102552a Merge PR #1957 of buscher
Fix fence connection
2021-07-10 11:18:56 +02:00
Nicolas F
e254e6a192 world: fix the unknown regions warning in 1.17
Fixes #1948.
2021-07-10 11:05:40 +02:00
Bernd Buschinski
327b4711db Fix fence connection
- use ingame data
2021-07-08 18:29:03 +02:00
Nicolas F
f16aa05ed0 docs: document JSObserver CORS nonsense
Concerns issue #1933.
2021-06-30 15:08:36 +02:00
Nicolas F
49497b602c docs: remove obsolete section about HTTPS
Closes #1953.
2021-06-30 15:01:40 +02:00
Nicolas F
ca01386cef docs: try to fix backslash once more
My previous fix worked with the version of sphinx I have locally,
but apparently not the one readTheDocs uses. Imagine my surprise!

Let's just use ``backticks`` for our backslash.
2021-06-21 14:22:50 +02:00
Nicolas F
0eb0700e52 Merge PR #1949 from buscher
Added more 1.17 blocks
2021-06-21 10:42:47 +02:00
Nicolas F
1a5aee0fee docs: fix backslash issue in ironic twist 2021-06-21 01:26:12 +02:00
Bernd Buschinski
c577ccdafb Fixed bad copy&paste function name 2021-06-20 11:37:01 +02:00
Bernd Buschinski
2fde7a961a Added deepslate stairs, walls and slabs
- Reordered (new) IDs for better grouping
- Fixed rotation of purpur pillar, basalt and smooth basalt
2021-06-19 16:28:14 +02:00
Bernd Buschinski
6643af756e Added more 1.17 blocks
- only non-rotational full blocks
2021-06-16 20:49:29 +02:00
Nicolas F
4b2035e1f9 textures: add cut copper slabs
Also fix copper stairs stuff not being in alt_height.
2021-06-14 21:58:47 +02:00
Nicolas F
c1f1c31119 textures: add cut copper stairs 2021-06-13 11:43:10 +02:00
Nicolas F
eddb0f2375 textures: add copper ore and raw copper block 2021-06-12 11:37:18 +02:00
Nicolas F
cb375e6788 textures: add cut copper 2021-06-11 21:33:49 +02:00
Nicolas F
d8e469b313 nbt: eagerly load the entire MCR on chunk load
During the first call to get_chunk, we can simply read the whole
region file into a BytesIO object. By then re-reading location
and timestamp data, we might make scrambled maps a lot less
likely.

Hopefully mitigates #1888.
2021-06-11 20:59:40 +02:00
Nicolas F
70e739916c biome: don't use new Python syntax because Debian
lol
2021-06-11 20:04:39 +02:00
Nicolas F
9081f78ba6 biome: fix crash on depth increased worlds
Unsurprisingly, my code was at fault.

Does not yet render any of the new data. Just fixes parsing it.

Closes #1902.
2021-06-11 20:00:01 +02:00
Nicolas F
f2afeda287 world: fix rendering grass paths on maps < 1.17 2021-06-11 09:47:59 +02:00
Nicolas F
9df56fc30a overviewer.h: bump C extension version 2021-06-10 19:35:46 +02:00
Nicolas F
ea4b543e74 Merge PR #1943 from buscher 2021-06-10 19:34:11 +02:00
Nicolas F
6097461494 Merge PR #1941 from buscher 2021-06-10 19:26:11 +02:00
Nicolas F
e729addd23 textures: add some of the new copper blocks 2021-06-10 19:24:01 +02:00
Nicolas F
6ece5c0735 textures: update error message for 1.17 2021-06-10 17:56:14 +02:00
Nicolas F
257975383d textures: add budding amethyst 2021-06-10 17:53:14 +02:00
Nicolas F
66195f6fc7 textures: add amethyst block, raw iron, raw gold 2021-06-10 17:42:30 +02:00
Nicolas F
c717b7170f world: fix dirt path rendering for 1.17 2021-06-10 17:34:46 +02:00
Nicolas F
b150cf0daa docs: update texture installation instructions 2021-06-10 17:26:58 +02:00
Nicolas F
f228d5f07a travis: test python 3.9 and minecraft 1.17 2021-06-10 17:24:49 +02:00
Nicolas F
81bfbc0a15 world: fix warnings regarding unknown region types 2021-06-10 17:23:23 +02:00
Nicolas F
1beb5799b5 textures: use new name for path block on 1.17
Fixes rendering with 1.17 textures and no 1.16 fallback,
breaks rendering for anything using 1.16 textures.
2021-06-10 17:22:23 +02:00
Bernd Buschinski
b37f8b4a53 Added Respawn Anchor Charges
- also removed block_lodestone and block_lodestone from block_class_ancil
  as they are not used in generate_pseudo_data
2021-06-06 19:36:40 +02:00