Chisel.java 文件源码

java
阅读 27 收藏 0 点赞 0 评论 0

项目:Chisel-1.7.2 作者:
@EventHandler
public void missingMapping(FMLMissingMappingsEvent event) {
    for(MissingMapping m: event.get()) {
        // This bug was introduced along with Chisel 1.5.2, and was fixed in 1.5.3.
        // Ice Stairs were called null.0-7 instead of other names, and Marble/Limestone stairs did not exist.
        // This fixes the bug.
        if(m.name.startsWith("null.") && m.name.length() == 6 && m.type == Type.BLOCK) {
            m.setAction(Action.WARN);
        }
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号