https://github.com/birkhofflee/docker-chunky

Docker image of Chunky

https://github.com/birkhofflee/docker-chunky

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary

Keywords

chunky docker minecraft
Last synced: 5 months ago · JSON representation

Repository

Docker image of Chunky

Basic Info
  • Host: GitHub
  • Owner: BirkhoffLee
  • License: mit
  • Language: Shell
  • Default Branch: master
  • Size: 377 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
chunky docker minecraft
Created over 8 years ago · Last pushed over 8 years ago
Metadata Files
Readme License

README.md

docker-chunky

Docker image of Chunky

Usage

You must specify the Minecraft version at startup, if not specified, Minecraft version 1.11.2 is set by default.

The trailing arguments (in this case, --version), is added to the Chunky launcher arguments. The data (CHUNKY_HOME) directory is located at the /data inside of the container. You can use volumes to mount your data into it.

bash $ docker run -it -e "MINECRAFT_VERSION=1.11.2" -v $(pwd)/chunkydata:/data birkhofflee/docker-chunky --version

You can also adjust the JVM settings by adding -e "JAVA_ARGS=-Xmx10G".

Here's an example for how to render a map:

bash $ ... put some scene data into ./chunkydata/scenes ... $ docker run -it -e "MINECRAFT_VERSION=1.11.2" -v $(pwd)/chunkydata:/data birkhofflee/docker-chunky -render some-scene -threads 24 -texture /data/texture_pack.zip

Proof of Concept

Owner

  • Name: birkhoff
  • Login: BirkhoffLee
  • Kind: user
  • Location: Taipei City, Taiwan

backend, SRE, devops, music

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 14
  • Total Committers: 1
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
BirkhoffLee g****b@b****e 14
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

src/Dockerfile docker
  • openjdk 8-jre build