Minecraft Modpack Almond

A Fabric/datapack vanilla-substitute of Minecraft

License

License

MIT
Categories

Categories

Minecraft Business Logic Libraries
GroupId

GroupId

com.github.rremer
ArtifactId

ArtifactId

minecraft-modpack-almond
Last Version

Last Version

20w14a-1
Release Date

Release Date

Type

Type

pom
Description

Description

Minecraft Modpack Almond
A Fabric/datapack vanilla-substitute of Minecraft
Project URL

Project URL

https://rremer.github.io/minecraft-modpack-almond/20w14a-1
Project Organization

Project Organization

Royce Remer
Source Code Management

Source Code Management

https://github.com/rremer/minecraft-modpack-almond

Download minecraft-modpack-almond

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond/ -->
<dependency>
    <groupId>com.github.rremer</groupId>
    <artifactId>minecraft-modpack-almond</artifactId>
    <version>20w14a-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond/
implementation 'com.github.rremer:minecraft-modpack-almond:20w14a-1'
// https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond/
implementation ("com.github.rremer:minecraft-modpack-almond:20w14a-1")
'com.github.rremer:minecraft-modpack-almond:pom:20w14a-1'
<dependency org="com.github.rremer" name="minecraft-modpack-almond" rev="20w14a-1">
  <artifact name="minecraft-modpack-almond" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rremer', module='minecraft-modpack-almond', version='20w14a-1')
)
libraryDependencies += "com.github.rremer" % "minecraft-modpack-almond" % "20w14a-1"
[com.github.rremer/minecraft-modpack-almond "20w14a-1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • server
  • client
  • datapack
  • image

minecraft-modpack-almond

Build Status Maven Central Docker Tag License Keybase PGP

A Fabric/datapack vanilla-substitute for Minecraft.

Usage

Currently, this modpack is distributed as a MultiMC zip.

  1. Download MultiMC and install.
  2. Open MultiMC and and add login credentials
  3. Click "Add Instance" and select "Import from zip" on the left-hand side.
  4. Paste in this URL: MMC client release 20w14a-1 and hit
  5. When the download finishes, double-click 'minecraft-modpack-almond-client-20w14a-1.zip'
  6. If you are not signed into a Mojang account, you will be promted for credentials

Building

mvn clean install

Server Usage

A container image is shipped to docker.io/rremer/minecraft-modpack-almond. You can start it via:

docker run -d \
  -p 25565:25565 \
  -e EULA_MINECRAFT_BOOL=true \
  -v /path/to/persistent/world:/minecraft-modpack-almond/.minecraft/world \
  rremer/minecraft-modpack-almond:20w14a-1

... where /path/to/persistent/world is some real local filesystem to persist the world data between container restarts.

Releasing

mvn versions:set -DnewVersion=20w14a-1
mvn clean deploy -Dparameter.gpg.skip=false
mvn site site-deploy

Versioning

A version number of this project's artifacts is built as <minecraft.version>-<project.version>, where:

  • minecraft.version is a version of minecraft (1.15.2, 20w10a ...)
  • project.version is an increment for this project to release against a version of minecraft (1,2,3, ...)

Versions

Version
20w14a-1
20w10a-1
1.18.1-2
1.18.1-1