Coder Social home page Coder Social logo

mrcrayfish / configured Goto Github PK

View Code? Open in Web Editor NEW
62.0 4.0 45.0 1.35 MB

The easiest way to change the configuration of mods!

Home Page: https://www.curseforge.com/minecraft/mc-mods/configured

License: Other

Java 100.00%
config minecraft minecraft-forge minecraft-mod

configured's Introduction

Configured_Banner

Forge Fabric _x__xampp_htdocs_mrcrayfish (3) Download on Website Curseforge

Configured

Configured is a simple and lightweight mod that dynamically creates configuration menus for every mod with a supported config system. The mod was initially created due to the removal of Forge's built-in GUI system but it has now expnaded in features and supported modloaders. Configured aims to make it easier for players to modify the configurations of mods by providing a beautiful GUI and an intuitive experience. The best part is that Configured doesn't need other mods to write extra code in order for a menu to be generated, assuming they are using a supported config system. This mod can be safely added to any modpack without any problems.

Features

  • Allows you to edit mod configurations directly in-game. This makes it easy to quickly modify properties!
  • Automatically supports every mod that utilise the supported config systems. No extra work needed mod developers!
  • A beautiful GUI design with a focus on creating an intuitive experience.
  • Adds a new keybinding to open the mod list from in-game without additional mods.
  • Optional support for mod developers to set the background texture of their config menu (See below)
  • Lightweight and just works! Add it to your modpack without any problems.

Supported Config Systems

  • Forge (all mods using either client, common, and/or world configs)
  • NeoForge (all mods using client, common, and/or world configs)
  • Framework (all mods using client, common, server, and/or world configs)
  • JEI (Supports editing clients configs)

Developers

This mod has support to change the background texture of the config screen through the mod's metadata. Below you can find an example for each modloader.

Forge/NeoForge - Add this under your [[mods]] section in your mods.toml

[modproperties.<your_mod_id>]
  configuredBackground="minecraft:textures/block/stone.png"

Fabric - Merge this JSON into your fabric.mod.json

{
  "custom": {
    "configured": {
      "background": "minecraft:textures/block/stone.png"
    }
  }
}

Screenshots

Screenshot6 Screenshot2 Screenshot3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.