Neo: Avaritia
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 0.0.1
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/neo-avaritia
资源信息
Minecraft 版本: 1.20.1
平台: fabric neoforge
标签: adventure magic technology
资源介绍
Introduction:
- This mod adds all from Avaritia.
- This mod is unofficial and have bugs!
- Are you the type of modded Minecraft player that makes a beeline for the designated "end game" and then gives up on ever playing again once you get there? This might be the mod for you!
My fixes for modpack
- Currently fixes crashes when trying to destroy fluids from other mods with "World breaker" tool
- Rethinking of textures for vanilla style (WIP)
Authors:
- Programmers:
cnlimiter Asek3 MikhailTapio
Official mod:
Develop:
CraftTweaker:
mods.avaritia.CompressionCrafting.addRecipe("name",input, inputCount, timeRequierd);
mods.avaritia.CompressionCrafting.remove(output);
mods.avaritia.ExtremeTableCrafting.addShaped("name",output, ingredients);
mods.avaritia.ExtremeTableCrafting.addShapeless("name",output, ingredients);
mods.avaritia.ExtremeTableCrafting.addCatalyst("name", ingredients);
mods.avaritia.ExtremeTableCrafting.remove(output);
KubeJs:
//ExtremeCraft
event.custom({
type: 'avaritia:shaped_extreme_craft',//Shaped Extreme Craft,Shapeless is avaritia:shapeless_extreme_craft
pattern: [
" II",
" III",
" III ",
" III ",
" C III ",
" CII ",
" NC ",
" N C ",
"X "
],
key: {
C: [
Ingredient.of('avaritia:crystal_matrix_ingot').toJson()
],
I: [
Ingredient.of('avaritia:infinity_ingot').toJson()
],
N: [
Ingredient.of('avaritia:neutron_ingot').toJson()
],
X: [
Ingredient.of('avaritia:infinity_catalyst').toJson()
]
},
result: [
Ingredient.of('avaritia:infinity_sword').toJson()
]
})
//Compressor
event.custom({
type: 'avaritia:compressor',//Compressor Recipe
materialCount: 1000,
timeRequired: 240,
ingredients: [
Ingredient.of('#forge:ingots/bronze').toJson()
],
result: [
Ingredient.of('avaritia:singularity').nbt({
Id: 'avaritia:bronze'
}).toJson()
]
})
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~