This repository was archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
API
CodeDoctor edited this page Sep 8, 2020
·
5 revisions
The latest build can you find here
- You can use maven to get the dependency or can use the jars in the github actions.
- For maven please use this:
<repositories> <repository> <id>codemc-repo</id> <url>https://repo.codemc.org/repository/maven-public/</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.github.codedoctorde</groupId> <artifactId>ItemMods</artifactId> <version>1.4-SNAPSHOT</version> </dependency> </dependencies>
- The documentation about the api can you find here. Please use the classes in the api package. The ItemModsApi instance can you get with
ItemMods.getPlugin().getApi() - Custom events:
- CustomBlockPlaceEvent - self explained :D
- CustomBlockBreakEvent - self explained :D
(C) github/CodeDoctorDE 2020
This wiki is outdated. Please use the new documentation.
- π Home
Older versions
- 1.2
- π Custom blocks
- π Custom items
- 1.3
- π Custom blocks
- π Custom items
For users
- π½ Sample texture pack
- π Custom items
- π Custom blocks
- πΌ Addons
- β Supported Plugins
For developers
- π API
- π Contributing
- β Create an addon
- π Block templates
- π Item templates