Перейти к содержимому
Mineforgian

Datapack Item Operations

A mod that allows data-driven Item Operations via Datapacks

Загрузки
246
Подписчики
4
Обновлён
24 июня 2021 г.
Лицензия
MIT

Опубликован 24 июня 2021 г.

Datapack Item Operations

A mod that allows data-driven Item Operations via Datapack.

The mod adds a "dp_item_ops" folder to the vanilla data folder which allows for the addition of more data types, such as Item operations.

Installation

Download the mod and put it in your game's "mods" folder, you can now use the mod's datapack features.

Developpers

To use this mod in your own mods, you need to add the following to your build.gradle

repositories {
	maven {
		name "Modrinth"
		url "https://api.modrinth.com/maven"
	}
}
dependencies {
        modImplementation "maven.modrinth:dp_item_ops:X.X.X"
        
        //If you want it included in your mod
        include "maven.modrinth:dp_item_ops:X.X.X"
}

Replacing X.X.X with the latest version.

Ченджлог

1.0.1Релиз1.17 · 24 июня 2021 г.
  • Fixed assets path
  • Fixed Icon path being incorrect
  • Added icon.png
1.0.0Бета1.17 · 24 июня 2021 г.

First release of the mod

  • Added datapack support for item operations

Комментарии

Загружаем…