Put 3D biome code in spigot 1.18 - still working on grass shading...
This commit is contained in:
parent
635bbf2b4d
commit
dac53e38fc
8 changed files with 430 additions and 762 deletions
|
|
@ -1400,7 +1400,7 @@ public class DynmapPlugin
|
|||
if (rl != null) { // If resource location, lookup by this
|
||||
bmap = BiomeMap.byBiomeResourceLocation(rl);
|
||||
}
|
||||
if (bmap == BiomeMap.NULL) {
|
||||
else {
|
||||
bmap = BiomeMap.byBiomeID(i);
|
||||
}
|
||||
if (bmap.isDefault()) { // If matched default, replace with new one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue