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
Modhas been moved toCommonMod, and is now a class rather than an interface.onInitializehas been renamed toonModInitialize.onCreativeModeTabRegisterto register Creative Mode tabs andonRegisterto register anything else (blocks, items, fluids).ClientModandServerMod, for eventual use for side-only mod events.--mappingsargument topickhaxe make.net.pickhaxe.compatpackage to assist with compatiblity.net.minecraftpackage.net.pickhaxe.compat.world.item.Itemclass.net.minecraft.world.item.Item, adding new functionality and cross-loader/cross-version convenience functions.Itemwhere you can.item.register(resourceLocation)method to correctly add the item to theITEMSregistry.CommonMod.onRegisterfunction to ensure the item is registered in time.net.minecraft.world.item.CreativeModeTabclass 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.onRegisterfunction to ensure the item is registered in time.Changes
CommonModlifecycle functions.CommonModlifecycle functions.pickhaxe buildandpickhaxe makecommands now properly report and exit early if one or more Gradle tasks fails, instead of continuing to perform more Gradle tasks.Fixes
generated/generateddirectory.This discussion was created from the release Version 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions