UNPKG
prismarine-biome
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
Represent a minecraft biome with its associated data
PrismarineJS/prismarine-biome
prismarine-biome
/
example.js
6 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
5
6
const
Biome
=
require
(
'./'
)(
'1.8'
)
const
ocean =
new
Biome
(
0
)
console
.
log
(ocean)