Back to mods
Create: Molten Vents project artwork

CurseForge · Minecraft mod

Create: Molten Vents

Adds a renewable source of the orestones found in the Create mod, and by extension, many resources.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Create: Molten Vents release should I use?

Updated 1 year ago
Latest stable file Molten Vents 1.21.1-2.1.1
Game version 1.21.2-Snapshot, 1.21, 1.21.6-snapshot
Loader NeoForge

Create: Molten Vents Molten Vents 1.21.1-2.1.1 targets 1.21.2-Snapshot, 1.21, 1.21.6-snapshot with NeoForge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. All 1 required mods have matching files.

Where it goes

Is Create: Molten Vents required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Create: Molten Vents Molten Vents 1.21.1-2.1.1 need?

Molten Vents 1.21.1-2.1.1. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Create first. We found matching files for this game-version and loader setup.

Create Needed by Create: Molten Vents Molten Vents 1.21.1-2.1.1
required
Matching file found Matched file: 6.0.10+mc1.21.1

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Create: Molten Vents without breaking your instance.

Built for Create: Molten Vents Molten Vents 1.21.1-2.1.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Molten Vents 1.21.1-2.1.1. It targets 1.21.2-Snapshot, 1.21, 1.21.6-snapshot with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Create first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Molten Vents 1.21.1-2.1.1. It opens that exact file at the source.

About this project

What does Create: Molten Vents add?

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 Vent

How to use:

  • Locate a vent; Vents are found anywhere on the surface, but are more easily found underwater. (Configurable)
  • Dig out the blocks inside of the vent until you find a block that looks like the orestones the vent is made of except with magma on it, that is the dormant orestone.
  • Explode the dormant orestone by any means.
  • Notice that the dormant molten vent is now an active molten vent by seeing the magma in it become brighter.
  • Dump lava (preferrably via an automated method) on the active molten vent and watch as the lava turns into the corresponding orestone.
  • Process the orestones into resources, or use them for building.

Default Vents:

  • Veridium Vent
  • Asurine Vent
  • Crimsite Vent
  • Ochrum Vent
  • Scorchia Vent
  • Scoria Vent

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"]}

And then depending on your modloader:

Neoforge
  • Copy paste any other file in the config/molten_vents/conductive & config/molten_vents/convertible folders.
  • Rename the files to the name of the custom block.
  • Change values inside the files (Conductive is a list of blocks the molten vent can convert blocks through, it must contain the active molten vent at minimum. Convertible is a list of blocks the molten vent can convert into the new block. (ex. lava -> asurine))
Forge 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) ```json { "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) ```json { "replace": false, "values": [ "minecraft:lava" ] } ``` Example datapack can be found in the #datapacks channel in the discord ([https://discord.gg/HHqKa8vTAN]((https://discord.gg/HHqKa8vTAN)))

Then make a resourcepack that adds the name translations, blockstates, models, and textures for "molten_vents.active_molten_exampleblock" and "molten_vents.dormant_molten_exampleblock" (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/yourdatapackname/worldgen/configured_feature/examplevent.json
data/yourdatapackname/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:

<=1.20.1

>=1.21

Discord: https://discord.gg/HHqKa8vTAN

This mod may be used in any modpack.

Project description from CurseForge.

Pick your setup

Create: Molten Vents by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

35 available setups

Showing the newest 12 of 25 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Create: Molten Vents versions and loaders

31 of 31 releases match

Looking for an older file? The official CurseForge project page is in Resources.