Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Ore Stages Reborn

Ore Stages Reborn

Description

This is a port of the original mod, due to the fact that the developers of the original mod did not make a port, and I needed it so much

Original mod -> /mod/ore-stages

My discord - link

Examples

import mods.orestages.OreStages;

OreStages.addOreStage("test", <blockstate:minecraft:grass_block:snowy=false>);

OreStages.addOreStage("test", <blockstate:minecraft:grass_block:snowy=false>, <blockstate:minecraft:diamond_block>);

Methods

import mods.orestages.OreStages;
OreStages.addOreStage(String stage, BlockState block)
OreStages.addOreStage(String stage, BlockState blockState, BlockState replaceBlock)
OreStages.addOreStage(String stage, BlockState block, boolean explosion)
OreStages.addOreStage(String stage, BlockState block, BlockState replaceBlock, boolean explosion)

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент и сервер

Сведения

Лицензия:
Опубликован:2 года назад
Обновлён:1 год назад
ID проекта:
Главная