Minecraft Modpack Almond

A Fabric/datapack vanilla-substitute of Minecraft

Лицензия

Лицензия

MIT
Категории

Категории

Minecraft Прикладные библиотеки
Группа

Группа

com.github.rremer
Идентификатор

Идентификатор

minecraft-modpack-almond
Последняя версия

Последняя версия

20w14a-1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Minecraft Modpack Almond
A Fabric/datapack vanilla-substitute of Minecraft
Ссылка на сайт

Ссылка на сайт

https://rremer.github.io/minecraft-modpack-almond/20w14a-1
Организация-разработчик

Организация-разработчик

Royce Remer
Система контроля версий

Система контроля версий

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

Скачать minecraft-modpack-almond

Имя Файла Размер
minecraft-modpack-almond-20w14a-1.pom 7 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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, ...)

Версии библиотеки

Версия
20w14a-1
20w10a-1
1.18.1-2
1.18.1-1