Fabric Example Mod
Setup
For setup instructions please see the fabric wiki page that relates to the IDE that you are using.
License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.oroarmor |
| Идентификатор | Идентификаторcustom-item-range-combination |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCustom Item Range Combination
Allows for the changing of how far item entities combine in Minecraft.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.oroarmor/custom-item-range-combination/ -->
<dependency>
<groupId>com.oroarmor</groupId>
<artifactId>custom-item-range-combination</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oroarmor/custom-item-range-combination/
implementation 'com.oroarmor:custom-item-range-combination:1.0.1'
// https://jarcasting.com/artifacts/com.oroarmor/custom-item-range-combination/
implementation ("com.oroarmor:custom-item-range-combination:1.0.1")
'com.oroarmor:custom-item-range-combination:jar:1.0.1'
<dependency org="com.oroarmor" name="custom-item-range-combination" rev="1.0.1">
<artifact name="custom-item-range-combination" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oroarmor', module='custom-item-range-combination', version='1.0.1')
)
libraryDependencies += "com.oroarmor" % "custom-item-range-combination" % "1.0.1"
[com.oroarmor/custom-item-range-combination "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.oroarmor : oro-config-common | jar | 2.0.0 |
For setup instructions please see the fabric wiki page that relates to the IDE that you are using.
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.