Version 0.2.0 #7
EliteMasterEric
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One word: Forge.
Added
Mod
has been moved toCommonMod
, and is now a class rather than an interface.onInitialize
has been renamed toonModInitialize
.onCreativeModeTabRegister
to register Creative Mode tabs andonRegister
to register anything else (blocks, items, fluids).ClientMod
andServerMod
, for eventual use for side-only mod events.--mappings
argument topickhaxe make
.net.pickhaxe.compat
package to assist with compatiblity.net.minecraft
package.net.pickhaxe.compat.world.item.Item
class.net.minecraft.world.item.Item
, adding new functionality and cross-loader/cross-version convenience functions.Item
where you can.item.register(resourceLocation)
method to correctly add the item to theITEMS
registry.CommonMod.onRegister
function to ensure the item is registered in time.net.minecraft.world.item.CreativeModeTab
class with an abstract wrapper.CreativeModeTab.builder()
method to generate a proper CreativeModeTab Builder class.creativeModeTab.register(resourceLocation)
method to correctly add the item to the list of Creative Mode tabs.CommonMod.onRegister
function to ensure the item is registered in time.Changes
CommonMod
lifecycle functions.CommonMod
lifecycle functions.pickhaxe build
andpickhaxe make
commands now properly report and exit early if one or more Gradle tasks fails, instead of continuing to perform more Gradle tasks.Fixes
generated/generated
directory.This discussion was created from the release Version 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions