Just Another Survival Debug Stick 图标

Just Another Survival Debug Stick

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.1.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/just-another-survival-debug-stick
资源信息

Minecraft 版本: 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10

平台: fabric

标签: decoration game-mechanics utility

资源介绍

? 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"
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
PvPLegacy Overlay

价格:0 墨喵币
下载量:0

查看详情
Easy Storage

价格:0 墨喵币
下载量:0

查看详情
No Mule ❌

价格:0 墨喵币
下载量:0

查看详情
Horse armors

价格:0 墨喵币
下载量:0

查看详情