An open API service indexing awesome lists of open source software.

https://github.com/extracraftx/generator-fabric-mod

Generates a Minecraft mod that uses Fabric loader
https://github.com/extracraftx/generator-fabric-mod

Last synced: 7 months ago
JSON representation

Generates a Minecraft mod that uses Fabric loader

Awesome Lists containing this project

README

          

**This generator is no longer being maintained! Use [GeneratorFabricMod](https://github.com/ExtraCrafTX/GeneratorFabricMod) instead.**

# generator-fabric-mod [![NPM version][npm-image]][npm-url]
> Generates skeleton for a Minecraft mod that uses Fabric loader

## Installation

First, install [Yeoman](http://yeoman.io) and generator-fabric-mod using [npm](https://www.npmjs.com/) (assuming you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-fabric-mod
```

Then generate your new project:

```bash
yo fabric-mod
```

## License

MIT © [Kaamil Jasani](https://kaamiljasani.com)

[npm-image]: https://badge.fury.io/js/generator-fabric-mod.svg
[npm-url]: https://npmjs.org/package/generator-fabric-mod