Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Represent a minecraft biome with its associated data

Notifications You must be signed in to change notification settings

Cecer/prismarine-biome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prismarine-biome

NPM version Build Status

Represent a minecraft biome with its associated data

Usage

const Biome=require("prismarine-biome")("1.8");

const ocean=new Biome(0);

console.log(ocean);

API

Biome

biome.id

Numerical id.

biome.color

biome.height

biome.name

biome.rainfall

biome.temperature

History

1.0.1

  • bump mcdata

1.0.0

  • bump mcdata major

0.1.0

  • Import from mineflayer

About

Represent a minecraft biome with its associated data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%