Create: Molten Vents Fabric Port

Quick rating

Create: Molten Vents Fabric Port

No reviews yet

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

World Gen Improvements
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.1.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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:

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

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.

Screenshots

Gallery

  • Dormant Vent
    Dormant Vent

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works