Download Weaponize — Minecraft Mods — MetaMods

Weaponize

Active

Downloads

0

Last update

2 years ago
Client
Weapons and armor
Utils

Weaponize

Have you ever wondered why you can't use a sharp stick or burning torch as a weapon? With the Weaponize mod, this becomes possible! The modification opens up endless creative possibilities - from creating special weapons to unusual attack methods.

Any item not originally intended for combat can be configured as a full-fledged weapon. You can independently set the attack speed and damage for each object. Remember an important advantage: all items turned into weapons don't have durability and don't wear out over time.

Compatibility

The mod is fully compatible with popular modifications like Better Combat.

How to Create Your Weapons

The Weaponize system is built on using datapacks to change item characteristics. To demonstrate the capabilities, the mod turns a petrified slab into a weapon with attack speed and damage equal to 1. Study the built-in datapack structure or follow the instructions below.

First, you need to determine the mod and item identifiers you plan to change. These identifiers consist of lowercase letters and underscores, for example: some_mod and some_item.

Create a JSON file with the item's name (for example: some_item.json) and the following content:

{
    "attackspeed": 1.0,
    "attackdamage": 1.0
}

You can change the attack speed and damage values as desired.

Place the created file in the appropriate directory - the weaponizations folder inside the folder with the mod identifier (namespace). Here's an example of the complete datapack structure:

(datapack name)

  • pack.mcmeta
  • pack.png
  • data
    • some_mod
      • weaponizations
        • some_item.json
    • other_mod
      • weaponizations
        • other_item.json
        • another_item.json
    • minecraft
      • weaponizations
        • cactus.json
Project members
lilypuree

lilypuree

Created: 7 Nov 2022

ID: 80569