添加合成表
This commit is contained in:
parent
bb6bb61001
commit
a3ae6b0335
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
loom.platform = forge
|
loom.platform = forge
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version = 1.4.3
|
mod_version = 1.4.3-beta
|
||||||
maven_group = com.extendedae_plus
|
maven_group = com.extendedae_plus
|
||||||
archives_name = extendedae_plus
|
archives_name = extendedae_plus
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,9 @@ public final class ModCreativeTabs {
|
||||||
output.accept(ModItems.createEntitySpeedCardStack(16));
|
output.accept(ModItems.createEntitySpeedCardStack(16));
|
||||||
|
|
||||||
output.accept(ModItems.INFINITY_BIGINTEGER_CELL_ITEM.get());
|
output.accept(ModItems.INFINITY_BIGINTEGER_CELL_ITEM.get());
|
||||||
|
|
||||||
|
// 频道卡
|
||||||
|
output.accept(ModItems.CHANNEL_CARD.get());
|
||||||
})
|
})
|
||||||
.build());
|
.build());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{ "item": "ae2:advanced_card" },
|
||||||
|
{ "item": "extendedae_plus:wireless_transceiver" }
|
||||||
|
],
|
||||||
|
"result": { "item": "extendedae_plus:channel_card", "count": 1 }
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user