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.
| License |
License |
|---|---|
| GroupId | GroupIdcom.oroarmor |
| ArtifactId | ArtifactIdcustom-item-range-combination |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCustom Item Range Combination
Allows for the changing of how far item entities combine in Minecraft.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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.