pixar02 / arrowbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arrow Bench

Arrow Bench adds a functional fletching table to Minecraft.

Datapacks

Arrow Bench provides a new recipe type for the fletching table where new recipes can get added.
If you don't know how to create a datapack check out Data Pack Wiki website and try to create your first one for the vanilla game.
The new recipe files have to be inside a recipe folder, just like vanilla recipes.
An example for a recipe can be found below:

{
    "type": "minecraft:fletching",
    "top": {
        "item": "minecraft:flint"
    },
    "middle": {
        "item": "minecraft:stick"
    },
    "bottom": {
        "item": "minecraft:feather"
    },
    "addition": {
        "item": "minecraft:potion",
        "data": "{Potion:\"minecraft:harming\"}"
    },
    "result": {
        "item": "minecraft:tipped_arrow",
        "count": 6,
        "data": "{Potion:\"minecraft:harming\"}"
    }
}

Only the "addition" and "result" item can have nbt information.
The "addition" field is not necessary!

CREDITS & LICENSE

This project uses code that is MIT licensed. Base of this Project is the fletching table from AdditionZ from Globox1997. Check out AdditionZ as Arrow Bench is only a single stripped down functionality of it.

Changelog

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Java 100.0%