HomeJavaModsCreate: Molten Vents Fabric Port
Create: Molten Vents Fabric Port
ModsJava

Create: Molten Vents Fabric Port

by Tur87 · on Modrinth

[FABRIC] Adds a renewable source of the orestones found in the Create mod, and by extension, many resources. Free Minecraft Java mod for 1.20.1.

⬇ Download on Modrinth

This is a Fabric 1.20.1 port of the mod Create: Molten Vents. The original mod was developed by Apothicon02, and this port is made with permission from the original author.

Molten Vents is a mod which adds a renewable source of the orestones found in the Create mod, and by extension the many resources that can be processed from them.

Dormant underwater vent

How to use:

Default Vents:

How to add a custom molten block

Just add the name of the block to this list (a .json file that generates in the config folder)

{"values":["asurine","veridium","crimsite","ochrum","scorchia","scoria","exampleblock"]}

Then make a datapack that adds these two jsons: data/molten_vents/molten_vents/blocks/conductive/exampleblock.json (You can add whatever blocks you want here but definitely include these three)

{
  "replace": false,
  "values": [
    "examplemodthataddsblock:exampleblock",
    "molten_vents:dormant_molten_exampleblock",
    "molten_vents:active_molten_exampleblock"
  ]
}

data/molten_vents/molten_vents/blocks/convertible/exampleblock.json (The lava can be changed to any other block and other blocks can be additionally added)

{
  "replace": false,
  "values": [
    "minecraft:lava"
  ]
}

Example datapack can be found in the #datapacks channel in the discord (https://discord.gg/HHqKa8vTAN)

Then make a resourcepack that adds the blockstates, models, and textures for "molten_vents.active_molten_exampleblock.json" and "molten_vents.dormant_molten_exampleblock.json" (optional)

How to make a custom molten vent feature

Just recreate your own copy of the placed and configured feature jsons available in the base mod in the respective directories within your own datapack: data/worldgen/configured_feature/examplevent.json data/worldgen/placed_feature/examplevent.json Then add your placed feature to the forge biome modifiers: data/yourdatapackname/forge/biome_modifier/add_vents.json

Examples are here: https://github.com/Apothicon02/Create-Molten-Vents/tree/main/src/main/resources/data/molten_vents

Discord: https://discord.gg/HHqKa8vTAN

This mod may be used in any modpack. The original mod is licensed under the MIT License.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more