Skip to content

PrismarineJS/minecraft-wiki-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-wiki-extractor

NPM version Build Status

Extract structured data from the minecraft wiki

History

0.2.1

  • fix a parsing bug in entities extractor

0.2.0

  • add transparent property to block extractor
  • extract filterLight and emitLight
  • various improvement to be more flexible and handle 1.7-date revisions
  • add mcpe extraction support
  • add fixes and checks for mcpe 0.15 extraction
  • add enchantments extractor (thanks @plexigras)
  • add pe 1.0 date
  • adapt entity extractor to new page

0.1.1

  • takes first variation of entity

0.1.0

  • fixed date extractors
  • fix holes in table handling
  • fix recipes extractor by using a lua interpreter
  • improve entities extractor

0.0.0

  • imported from minecraft-data