Tough as Nails Compat Template

Quick rating

Community listing page, reviews here may not be monitored by the author.

Tough as Nails Compat Template

By FyxeOwner

No reviews yet

A DataPack for ToughAsNails that includes all editiable tags files with empty values. Useful for creating your own compat mods.

Mod Loaders
Minecraft

About

Description

DISCLAIMER: I am not the creator of Tough as Nails.

Template Datapack

There is no documentation for creating compat datapacks for Tough as Nails so I decided to start making my own. This is a template in case you also want to add compatability for your mod. Just fill out the files with your items mods and you're good to go! You can view my other datapacks as examples if the instructions below are not clear enough.

The file structure is

  • blocks
    • cooling_blocks.json
    • heating_blocks.json
    • passable_blocks.json
    • items
      • hydration
        • 1 --> 10_hydration_drinks.json
      • poison_chance
        • 25 --> 100_poison_chance_drinks.json
      • thirst
        • 1 --> 10_thirst_drinks.json
    • trim_material
      • cooling_trims.json
      • heating_trims.json
    • worldgen
      • biome
        • cold_biomes.json
        • dirty_water_biomes.json
        • hot_biomes.json
        • icy_biomes.json
        • neutral_biomes.json
        • purified_water_biomes.json
        • warm_biomes.json

Blocks

  • todo

Items

  • todo

Trim Material

  • todo

Worldgen

  • todo