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

Latest commit

 

History

History
47 lines (26 loc) · 724 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 724 Bytes

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