WorldJS 图标

WorldJS

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/worldjs
资源信息

Minecraft 版本: 1.21.1

平台: neoforge

标签: utility worldgen

资源介绍

World generation integration for KubeJS. Allows for the addition of configured features, placed features, and biome modifiers using KubeJS's ServerEvents.registry

Supports:

  • All vanilla configured feature types (+ a WorldJS custom type)
  • All vanilla placement modifier types (+ placed features)
  • All NeoForge biome modifiers

Additionally, support for other placement modifier types can be added with the provided PlacedFeatureModifierEvent

Example

ServerEvents.registry('worldgen/configured_feature', event => {
    event.create('delta_feature', 'delta_feature')
        .size([11, 15])
        .rimSize([1, 3])
        .rim('minecraft:calcite')
        .contents('minecraft:lava')
        .withPlacement('minecraft:delta', p => { // Overwrite the vanilla placed feature
            p.modifiers(modifiers => {
                let { minecraft } = modifiers
                minecraft
                    .countOnEveryLayer(40)
                    .biome()
            })
        })
})

A basalt delta with the calcite delta feature from the example

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Border cords checker

价格:0 墨喵币
下载量:0

查看详情
Simple Keybinds

价格:0 墨喵币
下载量:0

查看详情
Openable

价格:0 墨喵币
下载量:0

查看详情
Forestry: Community Edition

价格:0 墨喵币
下载量:0

查看详情