Weaver’s Logic is a multi-functional core framework designed to push the boundaries of standard Minecraft Bedrock mechanics. It serves as both a material foundation for future expansions and a sophisticated scripting engine based on real-time mathematical calculations.
🧶 The Weaving System
The heart of the addon's physical world is the Loom. This new workstation allows players to craft various types of fabrics.
Fabrics: Currently used as a primary resource, these materials will form the basis for advanced gear and equipment in upcoming modules.
Extensibility: Designed as a library, this system allows other addons to easily integrate these materials into their own crafting recipes.
🔢 Mathematical Tag Engine
The standout feature of this core is its flexible handling of player tags via scripts. Move beyond simple "on/off" toggles with a logic-driven approach:
Tag Arithmetic: Scripts allow you to Add, Subtract, Multiply, and Divide tag values based on specific conditions.
Restrictive Tags (Limiters): Special "Limiter Tags" can be used to constrain or balance other values, preventing stats from becoming overpowered.
Logic-Driven Mechanics: Everything is built around precise calculation, allowing for complex progression and "calculated" gameplay states.
⚡ Advanced Player Control & Dynamics
By leveraging the power of mathematical scripts within the player.json, the addon introduces new layers of player mobility and stat management:
Dynamic Movement: Integrated systems for high-speed flight, dashes, and momentum control.
Effect Management: If a player possesses specific tags, they can use specialized items to manually control their effect levels (e.g., Strength, Speed, etc.).
Interactive Stats: Your power levels are no longer static; they are live variables dictated by your current mathematical tags, which can be manipulated in real-time through gameplay.
🏗️ Developer Information
This is a Core Addon. It is intended to be used as a dependency or a foundation for other creators who want to build complex mods using the pre-established weaving system and mathematical tag logic.