Port stack size modifications
This commit is contained in:
parent
34e3ead799
commit
9a76688a38
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"targets": [
|
||||
"#minecraft:beds",
|
||||
"minecraft:potion",
|
||||
"minecraft:lingering_potion",
|
||||
"minecraft:splash_potion",
|
||||
"#c:foods/soup",
|
||||
"#minecraft:boats",
|
||||
"minecraft:minecart",
|
||||
"minecraft:chest_minecart",
|
||||
"minecraft:furnace_minecart",
|
||||
"minecraft:tnt_minecart",
|
||||
"minecraft:hopper_minecart",
|
||||
"minecraft:saddle",
|
||||
"minecraft:leather_horse_armor",
|
||||
"minecraft:iron_horse_armor",
|
||||
"minecraft:golden_horse_armor",
|
||||
"minecraft:diamond_horse_armor"
|
||||
],
|
||||
"components": {
|
||||
"minecraft:max_stack_size": 16
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"targets": [
|
||||
"minecraft:enchanted_book",
|
||||
"#c:music_discs",
|
||||
"minecraft:goat_horn",
|
||||
"minecraft:flower_banner_pattern",
|
||||
"minecraft:creeper_banner_pattern",
|
||||
"minecraft:skull_banner_pattern",
|
||||
"minecraft:mojang_banner_pattern",
|
||||
"minecraft:globe_banner_pattern",
|
||||
"minecraft:piglin_banner_pattern",
|
||||
"minecraft:flow_banner_pattern",
|
||||
"minecraft:guster_banner_pattern",
|
||||
"minecraft:armor_stand",
|
||||
"#minecraft:banners",
|
||||
"#minecraft:signs",
|
||||
"#minecraft:hanging_signs",
|
||||
"minecraft:written_book"
|
||||
],
|
||||
"components": {
|
||||
"minecraft:max_stack_size": 64
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue