Craft Saddle

Quick rating

Craft Saddle

No reviews yet

You can now craft saddles!

Adventure/Exploration
Mod Loaders
Datapack
Forge
NeoForge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
v.1.0.0+mod
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Craft Saddle

Tip

Questions or issues? -> discord server | or create an issue on github

Adds a crafting recipe for the saddle

craft saddle recipe saddle crafting minecraft leather tripwire hook saddle

Guides

How to Install a Datapack in Singleplayer
At the Creation of a World

How to install a datapack in singleplayer

  1. Open Minecraft
    Launch the game.

  2. Create a New World
    Navigate to "More" and click on "Data Packs".

    Minecraft Settings Image

  3. Add the Datapack
    Drag the datapack (a .zip file or directory) into the Minecraft window.

    • A confirmation screen will appear. Click "Yes".
  • Activate the Datapack
    Move the datapack to the right-hand side of the screen by clicking the triangle on its icon (visible when hovering over it).

Minecraft Settings Image

  1. Complete World Creation
    • Click "Done" at the bottom of the screen.
    • Continue creating your world and click "Create New World".

⚠️ IMPORTANT ⚠️

The datapack only works if cheats are enabled.

You can verify the datapack is active by typing:
/datapack list enabled

This command should list an entry named [file/<your datapack file/directory name>].

In an Existing World

How to Install a Datapack in an Existing Singleplayer World

  1. Open Minecraft
    Launch the game.

  2. Select Your World

    • Choose the world you want to install the datapack for.
    • Click "Edit", then "Open World Folder".
  • Add the Datapack

    • Open the folder named datapacks.
    • Place the datapack into this folder. It should be a .zip file or a directory.
  • Reload the World

    • If you are in the world during installation, type /reload in the chat or press F3 + T to reload resources.
      (Make sure cheats are enabled.)

⚠️ IMPORTANT ⚠️

The datapack only works if cheats are enabled.

You can verify the datapack is active by typing:
/datapack list enabled

How to Enable Cheats Permanently After World Creation

If you encounter this issue, here is a step by step guide on how to enable Cheats/Admincommands permanently after you have already created a Minecraft world.

⚠️ Before you begin, you should save and backup your world in case something goes wrong.
(I will not take any responsibility for any corrupt worlds. Do this at your own risk!)
But don't worry this works without any problems.
If you don't want to change this permanently check out this guide.

1. You need NBTExplorer

NBTExplorer is an open-source NBT editor for all common sources of NBT data. It's mainly intended for editing Minecraft game data.

2. Open NBTExplorer and open your Minecraft world, where you want to enable Cheats/Admincommands.

NBTExplorer Image

3. Navigate to:

  • <Your Minecraft World>
  • level.dat
  • Data
  • allowCommands

NBTExplorer Navigation Image

4. Click on "Edit Tag Value"

Edit Tag Image

5. Change the Value from 0 to 1 and click "OK"

Change Value Image

6. Now click on "Save All Modified Tags"

Save Image

That's it. You are done. You can now join your world and check if you have permission to change your gamemode, for example.

How to Enable Cheats Temporarily After World Creation

Enabling Cheats Temporarily After World Creation

If you encounter this issue, here is a step-by-step guide on how to enable Cheats/Admin commands temporarily after you have already created a Minecraft world.

  1. Join Your World
    Open your single-player world and press "Escape".

  2. Open to LAN
    Click on "Open to LAN".

    Open to LAN Screenshot

  3. Allow Commands
    Set "Allow Commands" to ON.

    LAN World Minecraft Screen

  4. Start LAN World
    Click "Start LAN World" to apply the changes.

LAN World MC Screen

Now, you should be able to use commands like changing your gamemode. Keep in mind that this is only temporary and will need to be done every time you join the world.

How to Install a Datapack in Multiplayer

How to Install a Datapack in Multiplayer

  1. Open Your Server Folder
    Navigate to your server folder, then open the folder for the world you wish to install the datapack in (default: world).

  2. Add the Datapack

    • The datapack should be a .zip file.
    • Place the datapack into a folder named datapacks inside the world folder.
  • Reload the Server

    • Type /reload from the console or as a level 3 operator if the server was running during the installation.
How to Uninstall a Datapack

How to Uninstall a Datapack from Your Singleplayer World or Server

  1. Run the Uninstall Command
    For my datapacks, run the command:
    /function datapack_name:uninstall

  2. Delete the Datapack

    • Delete the datapack from the folder you placed it in.
    • Alternatively, you can run:
      /datapack disable [file/your data pack file/directory name]
  • Reload the World or Server
    After deleting or disabling the datapack, run:
    /reload

How to Install a Mod on a Minecraft Server

Step-by-Step Guide to Installing a Mod on a Minecraft Server

  1. Download the Mod

    • Make sure to download the correct version of the Mod that matches your server's Minecraft version.
    • Important: The mod file should be a .jar file.
  • Ensure No Datapacks or Other Mods Conflict

    • Do not have both a datapack and a mod installed at the same time, as they may conflict.
    • Only install one or the other, depending on your server's setup.
  • Locate the Mods Folder

    • Open your server's root directory.
    • Inside this directory, find the folder named mods.
    • If the mods folder doesn't exist, create one.
  • Install the Mod

    • Paste the downloaded .jar file for the Mod into the mods folder.
  • Restart the Server

    • After adding the Mod to the mods folder, restart your Minecraft server for the mod to be activated.
  • Verify Mod Installation

    • Once the server has restarted, join the server and check if the Mod is working.
    • You can use /mods or a similar command (depending on the mod) to see if the Mod has been successfully loaded.

Additional Tips

  • Backup Your Server: Always create a backup before installing the Mod to avoid data loss in case something goes wrong.
  • Ensure Mod Compatibility: Check that the Mod is compatible with your Minecraft server version and any other mods you have installed.

Screenshots

Gallery

  • Crafing Recipe
    Crafing Recipe 5x Leather + 2x Tripwire Hook

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~10,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works