Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vabolos/gravel-to-flint
- Owner: Vabolos
- License: mit
- Created: 2024-12-22T15:18:11.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-29T10:34:17.000Z (3 days ago)
- Last Synced: 2025-01-29T11:30:27.246Z (3 days ago)
- Topics: crafting-recipes, java, maven, maven-plugin, minecraft, minecraft-mod, minecraft-plugin, spigot, spigot-plugin, spigotmc
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` = GravelResult: 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`:
```xmlorg.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! ๐ฎ๐