Just Another Survival Debug Stick

Quick rating

Just Another Survival Debug Stick

No reviews yet

A simple, lightweight mod that brings debug stick crafting and usage to survival mode – yet offers deep customization for those who want full control.

Mod Loaders
Fabric
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 Unsupported
Server Required

About

Project Details

Type
Mod
License
Creative Commons Zero v1.0 Universal
Latest Version
1.1.0
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

Source Issues Wiki Discord

About

Description

🪄 Just Another Survival Debug Stick

A lightweight server-side Fabric mod that enables survival players to craft and use the Debug Stick with high customization.


📖 Overview

The Just Another Survival Debug Stick mod allows players in survival mode to craft and use the Debug Stick just like in Creative mode.
It brings back the full power of block state editing — now accessible without cheats or operator permissions.

This project is heavily inspired by Just_S's Survival Debug Stick (SDS) mod but rewritten from scratch to be simple and up-to-date with modern versions.


🔍 Showcase

By default, (when not configured) it works with every block and property. Blocks & properties can be easily customized with the mod's config system.

Showcase of chest properties editing: showcase.gif

Showcase of editing blacklisted waterlogged property and non-whitelisted black_bed block. How to configure whitelist & blacklist is located below, in the «Configuration» section: showcase.gif


⚙️ Configuration

The mod allows you to configure whitelist and blacklist for both blocks and properties, as well as debug stick usage and swapping cooldown.

Config contains: config.json, whitelist.json and blacklist.json located in the jasds folder inside the default config folder.

Example config.json:

{
  "propertySwapCooldown": 20, // cooldown for swapping between different properties
  "useCooldown": 15, // cooldown for using debug stick on a block
  "whitelistEnabled": false, // enables blocks & properties whitelist
  "blacklistEnabled": false // enables blocks & properties blacklist
}

Example whitelist.json and blacklist.json:

{
  /*
    All block formats should look like registry:blockid. For example, the default Minecraft dirt block will be "minecraft:dirt"
    Example non-empty blocks section:
    "blocks": ["minecraft:oak_leaves", "minecraft:furnace"]
    
    Property names you can get by clicking with the debug stick on a block. For example, the default Minecraft furnace lit property will be "lit"
    Example non-empty properties section:
    "properties": ["lit", "waterlogged"]
  */
  "blocks": [],
  "properties": []
}

⌨️ Commands

/jasds reload – Reloads all mod configuration files (config.json, whitelist.json, blacklist.json).

/jasds whitelist list/enable/disable – Displays, enables, or disables the whitelist for blocks and properties.

/jasds blacklist list/enable/disable – Displays, enables, or disables the blacklist for blocks and properties.

/jasds cooldowns use get/set – Gets or sets the cooldown (in ticks) for using the debug stick.

/jasds cooldowns swap get/set – Gets or sets the cooldown (in ticks) for swapping block properties with the debug stick.


🛠 Crafting Recipe

The mod uses a shapeless recipe provided below.

crafting-grid.png

You can easily edit the craft by changing it in the mod's compiled JSON or change it in the source and compile it:

{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        "minecraft:amethyst_shard",
        "minecraft:netherite_scrap",
        "minecraft:diamond",
        "minecraft:stick"
    ],
    "result": {
        "id": "minecraft:debug_stick",
        "count": 1
    },
    "group": "stuff"
}

Screenshots

Gallery

  • Showcase
    Showcase Usage of debug stick in survival mode showcased on chest block
  • Craft
    Craft Debug Stick's default craft. Can be changed in mod's jar or in sources (and then compiled)
  • Rejected modification
    Rejected modification This will player see when he tries to edit blacklisted (or not whitelisted) property/block

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

<1,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