User Tools

Site Tools


tutorial:setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:setup [2020/08/09 12:49] – [Generator] swapped with MCDev telepathicgrunttutorial:setup [2020/08/09 12:49] – [MinecraftDev IntelliJ IDEA Plugin] Swapped with generator telepathicgrunt
Line 46: Line 46:
 The plugin can be found [[https://plugins.jetbrains.com/plugin/8327|in the IntelliJ plugin repository]], so you can install it using IntelliJ's internal plugin browser by navigating to File → Settings → Plugins, then clicking the Marketplace tab and searching for Minecraft. The plugin can be found [[https://plugins.jetbrains.com/plugin/8327|in the IntelliJ plugin repository]], so you can install it using IntelliJ's internal plugin browser by navigating to File → Settings → Plugins, then clicking the Marketplace tab and searching for Minecraft.
  
-==== MinecraftDev IntelliJ IDEA Plugin ==== +==== Generator ==== 
-If you are using IntelliJ IDEA you can use the MinecraftDev pluginThis plugin adds support for automatically generating Fabric projects as well as some mixin related features like inspections, generating accessors/shadow fieldsand the Copy Mixin Target Reference context menu option+You may also use [[https://github.com/ExtraCrafTX/GeneratorFabricMod|GeneratorFabricMod]] by ExtraCrafTXa convenient tool to automatically generate new fabric mods from templateFollow these steps: 
-The plugin can be found [[https://plugins.jetbrains.com/plugin/8327|in the IntelliJ plugin repository]], so you can install it using IntelliJ's internal plugin browser by navigating to File → Settings → Pluginsthen clicking the Marketplace tab and searching for Minecraft+  - Download latest release of GeneratorFabricMod [[https://github.com/ExtraCrafTX/GeneratorFabricMod/releases|here]] and extract them. 
 +  - Make a new directorythen run a command shell there and type ''path/to/GeneratorFabricMod/bin/GeneratorFabricMod''
 +  - After letting it get its dependenciesfollow the instructions and input required information
 +  - You're now done, just open the project folder with in your IDE.
 ===== Getting started ===== ===== Getting started =====
 Try [[tutorial:items|adding an item]] or [[tutorial:blocks|a block]]. It's also a good idea to visit [[tutorial:applychanges|Applying changes without restarting Minecraft]]. Try [[tutorial:items|adding an item]] or [[tutorial:blocks|a block]]. It's also a good idea to visit [[tutorial:applychanges|Applying changes without restarting Minecraft]].
tutorial/setup.txt · Last modified: 2024/04/15 00:35 by solidblock