OpenFletching
No reviews yet
Adds GUI and recipes for Fletching Table
A mod made using MCreator, which is a tool for creating custom mods without programming knowledge.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
This mod adds GUI opened by right click on Fletching Table and read recipes type fletching:fletching.
Tags:
at tags/blocks/fletching_tables.json,
all blocks registered in this tag will open the GUI for custom fletching tables, include Minecraft's fletching table.
[ ! ] Avoid from adding blocks that already own they gui and interactions.
Customization of recipes:
If an potion effect have only potion bottle, and no tipped arrow,
resault falls to minecraft's tipped arrow with custom potion effect.
Recipe example1.json default arrow.
{
"type": "fletching:fletching",
"head": {
"item": "minecraft:flint",
"count": 1
},
"stick": {
"item": "minecraft:stick",
"count": 1
},
"feather": {
"item": "minecraft:feather",
"count": 1
},
"result": {
"item": "minecraft:arrow",
"count": 4
}
}
Recipe example2.json tipped arrow.
{
"type": "fletching:fletching",
"head": {
"item": "minecraft:flint",
"count": 2
},
"stick": {
"item": "minecraft:stick",
"count": 2
},
"feather": {
"item": "minecraft:feather",
"count": 2
},
"potion": {
"items": [
{
"item": "minecraft:potion",
"nbt": "{Potion:\"minecraft:regeneration\"}"
},
{
"item": "minecraft:splash_potion",
"nbt": "{Potion:\"minecraft:regeneration\"}"
},
{
"item": "minecraft:lingering_potion",
"nbt": "{Potion:\"minecraft:regeneration\"}"
}
],
"count": 1
},
"result": {
"item": "minecraft:tipped_arrow",
"nbt": "{Potion:\"minecraft:regeneration\"}",
"count": 8
}
}
Recipe example3.json apply potions effect to customed arrow.
{
"type": "fletching:fletching",
"head": {
"item": "minecraft:diamond",
"count": 2
},
"stick": {
"item": "minecraft:blaze_rod",
"count": 2
},
"feather": {
"item": "minecraft:gunpowder",
"count": 2
},
"potion": {
"any_potion": true,
"count": 1
},
"result": {
"item": "mod_id:rocket_arrow",
"count": 8,
"copy_potion": true
}
}
"type" is for check if crafting in fletching table.
"count" how much items needs for craft an arrow, in example 2 if an item less than 2 and with potion, resaulted'll non, without potions recipe falls to 4 arrows in example 1.
in potions solt can registered some multi items.
[in example 2, recipe how in crafting table resoult count].
at example 3, recipe do tell to mod add potion to an customed arrows.
License:
non-licensed.
Created using mod maker MCreator, Developed by ArthurVesta(MNTS) with assistance from OpenAI Codex.
Logo generated by Gemini.
Idea ArthurVesta(MNTS).
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources