:WiseTree:
This commit is contained in:
parent
40f001fb58
commit
8d575c34a8
@ -12,16 +12,16 @@ use_commit_hash_in_version=true
|
||||
|
||||
mc_version=1.20.2
|
||||
jei_mc_version=1.20.2
|
||||
curios_mc_version=1.20
|
||||
curios_mc_version=1.20.2
|
||||
|
||||
forge_gradle_version=[6.0.14,6.2)
|
||||
forge_version=48.0.20
|
||||
forge_version=48.0.33
|
||||
mixingradle_version=0.7.33
|
||||
mixin_version=0.8.5
|
||||
|
||||
jei_version=16.0.0.28
|
||||
jupiter_version=5.9.2
|
||||
curios_version=5.2.0-beta.2
|
||||
curios_version=6.0.2
|
||||
cosmetic_armor_reworked_id=4575609
|
||||
ad_astra_id=4594155
|
||||
botarium_id=4594094
|
||||
|
@ -36,8 +36,7 @@ fun onCuriosSlotModifiersUpdated(event: SlotModifiersUpdatedEvent) {
|
||||
}
|
||||
|
||||
fun openCuriosScreen(carriedStack: ItemStack = ItemStack.EMPTY) {
|
||||
TODO()
|
||||
// if (FMLEnvironment.dist.isClient) NetworkHandler.INSTANCE.send(PacketDistributor.SERVER.noArg(), CPacketOpenCurios(carriedStack))
|
||||
if (FMLEnvironment.dist.isClient) NetworkHandler.INSTANCE.send(CPacketOpenCurios(carriedStack), PacketDistributor.SERVER.noArg())
|
||||
}
|
||||
|
||||
private fun Player.getCuriosSlotsImpl(): List<PlayerSlot<Slot, Slot>> {
|
||||
|
Loading…
Reference in New Issue
Block a user