3322123
我想让多世界插件生成的世界生成石油,但是插件生成的世界没法生成石油...

sanityko
在.minecraft\config\Galacticraft的core.conf里有如下内容
    # List of non-galacticraft dimension IDs to generate oil in.
    I:"Oil gen in external dimensions" <
        0
     >

可以在此处添加世界的id,比如想在末地生成石油,就可以这样写
    # List of non-galacticraft dimension IDs to generate oil in.
    I:"Oil gen in external dimensions" <
        0
        1
     >

关于世界id:我也不是很清楚多世界创造出来的世界id怎么看…目前只知道主世界是0 地狱是-1 末地是1

下一页 最后一页