Put 3D biome code in spigot 1.18 - still working on grass shading...
This commit is contained in:
parent
983a2a4390
commit
37fd064434
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