Skip to content

Create step-by-step instructions from GrabCraft models.

License

Notifications You must be signed in to change notification settings

brainwave0/grabcraft2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grabcraft2txt

Create step-by-step instructions from GrabCraft models.

Requirements

  • cURL
  • grep
  • sed
  • jq
  • Haskell:
    • Glasgow Haskell Compiler
    • aeson
    • unordered-containers
    • interpolate

Installation on Arch Linux

# pacman -S --needed grep sed jq ghc haskell-aeson haskell-unordered-containers haskell-interpolate

Usage Example

$ grabcraft2txt 'https://www.grabcraft.com/minecraft/spruce-medieval-house-1' output.txt
$ head output.txt
level 1
row 1
27 times:
    air
row 2
2 times:
    air
Chiseled Stone Bricks
Stone Brick Stairs (East)
air

About

Create step-by-step instructions from GrabCraft models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published