Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vabolos/gravel-to-flint

๐Ÿ”ŒSimple plugin for Minecraft allowing the player to create flint from gravel (Minecraft Spogit - 1.21)
https://github.com/vabolos/gravel-to-flint

crafting-recipes java maven maven-plugin minecraft minecraft-mod minecraft-plugin spigot spigot-plugin spigotmc

Last synced: 2 days ago
JSON representation

๐Ÿ”ŒSimple plugin for Minecraft allowing the player to create flint from gravel (Minecraft Spogit - 1.21)

Awesome Lists containing this project

README

        

# ๐Ÿ”จ Flint From Gravel Plugin

A simple Minecraft plugin that adds a crafting recipe to convert gravel into flint using a crafting table. Designed for Minecraft 1.21 and built with the Spigot API.

## โœจ Features

- Adds a custom crafting recipe to create flint from gravel. ๐Ÿชจโžก๏ธ๐Ÿ”ฅ
- Supports Minecraft version 1.21. ๐Ÿ•น๏ธ
- Lightweight and easy to install. ๐Ÿชถ

## ๐Ÿณ Crafting Recipe

To craft flint, place three gravel blocks vertically in a column in a crafting table:
```
[G] [ ] [ ]
[G] [ ] [ ]
[G] [ ] [ ]
```
`G` = Gravel

Result: 1 Flint

## ๐Ÿ“ฅ Installation

1. Download the latest version of the plugin from the [Releases](https://github.com/Vabolos/Gravel-to-Flint/releases) page. ๐Ÿ“ฅ
2. Place the downloaded `.jar` file into the `plugins` folder of your Spigot or PaperMC server. ๐Ÿ“‚
3. Restart your server. ๐Ÿ”„
4. Enjoy the new crafting recipe! ๐ŸŽ‰

## ๐Ÿ› ๏ธ Development Setup

### ๐Ÿ“‹ Prerequisites

- Java JDK 17 or higher โ˜•
- Maven ๐Ÿ› ๏ธ
- Spigot API for Minecraft 1.21 ๐Ÿ•น๏ธ

### โš™๏ธ Building the Plugin

1. Clone the repository:
```bash
git clone https://github.com/your-repo/flint-from-gravel.git
cd flint-from-gravel
```
2. Compile and package the plugin:
```bash
mvn clean package
```
3. The compiled `.jar` file will be located in the `target` directory. ๐Ÿ“‚

### ๐Ÿ“ฆ Adding Spigot API Dependency

Add the following dependency to your `pom.xml`:
```xml

org.spigotmc
spigot-api
1.21-R0.1-SNAPSHOT
provided

```

## ๐Ÿ“œ License

This project is licensed under the [MIT License](LICENSE). ๐Ÿ“„

## ๐Ÿค Contributions

Contributions are welcome! Please submit a pull request or open an issue if you have suggestions or find bugs. ๐Ÿ› ๏ธ

## ๐Ÿ› ๏ธ Support

If you encounter any issues or have questions, please open an issue in the [GitHub repository](https://github.com/Vabolos/flint-from-gravel/issues). ๐Ÿ“

---

Enjoy crafting flint and simplifying your Minecraft gameplay! ๐ŸŽฎ๐ŸŽ‰