8000 GitHub - Vabolos/Gravel-to-Flint: ๐Ÿ”ŒSimple plugin for Minecraft allowing the player to create flint from gravel (Minecraft Spogit - 1.21)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

Vabolos/Gravel-to-Flint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”จ 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 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:
    git clone https://github.com/your-repo/flint-from-gravel.git
    cd flint-from-gravel
  2. Compile and package the plugin:
    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:

<dependency>
    <groupId>org.spigotmc</groupId>
    <artifactId>spigot-api</artifactId>
    <version>1.21-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

๐Ÿ“œ License

This project is licensed under the MIT 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. ๐Ÿ“


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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0