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.
- Adds a custom crafting recipe to create flint from gravel. ๐ชจโก๏ธ๐ฅ
- Supports Minecraft version 1.21. ๐น๏ธ
- Lightweight and easy to install. ๐ชถ
To craft flint, place three gravel blocks vertically in a column in a crafting table:
[G] [ ] [ ]
[G] [ ] [ ]
[G] [ ] [ ]
G
= Gravel
Result: 1 Flint
- Download the latest version of the plugin from the Releases page. ๐ฅ
- Place the downloaded
.jar
file into theplugins
folder of your Spigot or PaperMC server. ๐ - Restart your server. ๐
- Enjoy the new crafting recipe! ๐
- Java JDK 17 or higher โ
- Maven ๐ ๏ธ
- Spigot API for Minecraft 1.21 ๐น๏ธ
- Clone the repository:
git clone https://github.com/your-repo/flint-from-gravel.git cd flint-from-gravel
- Compile and package the plugin:
mvn clean package
- The compiled
.jar
file will be located in thetarget
directory. ๐
Add the following dependency to your pom.xml
:
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.21-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
This project is licensed under the MIT License. ๐
Contributions are welcome! Please submit a pull request or open an issue if you have suggestions or find bugs. ๐ ๏ธ
If you encounter any issues or have questions, please open an issue in the GitHub repository. ๐
Enjoy crafting flint and simplifying your Minecraft gameplay! ๐ฎ๐