= 创作分享 =
视频专区
如何制作Minecraft整合包?兼容构建篇
根号Radical

如何制作Minecraft整合包?兼容构建篇

根号Radical 于 2024-6-10 12:56 ( 8天前 ) 发表在 [视频教程] 分类。 [复制链接] [只看楼主] [打印]
224 0
MC视频
视频时长: 06:09
视频作者: 根号Radical
视频来源: bilibili
视频截图:
本帖最后由 Rad 于 2024-6-10 12:57 编辑


简介内容:
视频中用到的整合包:https://www.curseforge.com/minecraft/modpacks/forget-me-not 视频中提及的模组:KubeJS: https://www.curseforge.com/minecraft/mc-mods/kubejsOpen Loader: https://www.curseforge.com/minecraft/mc-mods/open-loader视频的参考页面:教程/制作数据包: https://minecraft.fandom.com/zh/ ... D%AE%E5%8C%85KubeJS Wiki: https://wiki.latvian.dev/books/kubejs其他信息:pack.mcmeta的示例内容:{"pack":{"pack_format":9,"description":"Description here."}}煤矿的自定义战利品表:{"type":"minecraft:block","pools":[{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:alternatives","children":[{"type":"minecraft:item","conditions":[{"condition":"minecraft:match_tool","predicate":{"enchantments":[{"enchantment":"minecraft:silk_touch","levels":{"min":1}}]}}],"name":"minecraft:coal_ore"},{"type":"minecraft:item","conditions":[{"condition":"minecraft:survives_explosion"}],"name":"minecraft:coal"}]}]},{"rolls":1.0,"bonus_rolls":0.0,"entries":[{"type":"minecraft:alternatives","children":[{"type":"minecraft:item","conditions":[{"condition":"minecraft:random_chance","chance":0.5}],"functions":[{"function":"minecraft:apply_bonus","enchantment":"minecraft:fortune","formula":"minecraft:uniform_bonus_count","parameters":{"bonusMultiplier":2}},{"function":"set_count","count":{"min":1,"max":2}},{"function":"minecraft:explosion_decay"}],"name":"minecraft:diamond"}]}]}]}steel.js的内容:ItemEvents.toolTierRegistry(event=>{event.add('steel',tier=>{tier.uses=2281tier.speed=10.0tier.attackDamageBonus=4.0tier.level=4tier.enchantmentValue=15tier.repairIngredient='steelmod:steel'})})registery.js的内容:StartupEvents.registry('item',event=>{event.create('steel_scythe','sword').tier('steel').attackDamageBaseline(9.0).speedBaseline(-3.4)})BGM:StreamBeats by Harris Heller (https://www.youtube.com/@StreamBeatsbyHarrisHeller)光影:Nostalgia_v5.0
发表于 2024-6-10 12:56:11 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式

回复 | 举报

该帖共收到 0 条回复!
百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表