From 2c7a77ff7d5c91d295f64f0de9519bd936d62b7c Mon Sep 17 00:00:00 2001 From: Gu_ZT Date: Thu, 10 Mar 2022 10:44:32 +0800 Subject: [PATCH] 0.6.3 --- Add.xls | Bin 77824 -> 77824 bytes anc_item.json | 10 +- assets/anc/lang/en_us.json | 12 +- assets/anc/lang/zh_cn.json | 12 +- assets/anc/lang/zh_hk.json | 12 +- assets/anc/lang/zh_tw.json | 12 +- assets/anc/models/item/seal_slate_fire.json | 6 + assets/anc/models/item/seal_slate_poison.json | 6 + assets/anc/models/item/seal_slate_shadow.json | 6 + assets/anc/models/item/seal_slate_soul.json | 6 + assets/anc/models/item/seal_slate_water.json | 6 + assets/anc/models/item/space_capsule.json | 6 + .../anc/models/item/space_capsule_empty.json | 6 + .../minecraft/models/item/firework_star.json | 42 ++ .../custom_enchantments/sucking_blood.json | 16 + .../sucking_blood.mcfunction | 2 + data/anc/functions/handle/join.mcfunction | 2 +- .../handle/summon_magma_cube.mcfunction | 2 +- .../items/seal_slate/color.mcfunction | 57 +++ .../items/seal_slate/open.mcfunction | 5 + .../items/seal_slate/seal_aec.mcfunction | 5 + .../items/seal_slate/tick3.mcfunction | 2 + .../items/space_capsule/mob2space.mcfunction | 80 ++++ .../items/space_capsule/setlore.mcfunction | 73 ++++ .../items/space_capsule/space2mob.mcfunction | 76 ++++ .../items/space_capsule/tick.mcfunction | 2 + data/anc/functions/load.mcfunction | 1 + .../decomposing/decomposing.mcfunction | 5 +- .../decomposing/loot/seal_slate.mcfunction | 12 + .../recipes/laminating/break.mcfunction | 18 +- .../laminating/to/substitution/1.mcfunction | 2 + .../laminating/to/substitution/2.mcfunction | 2 + .../laminating/to/substitution/3.mcfunction | 2 + data/anc/functions/tick.mcfunction | 3 + data/anc/functions/tick/hit.mcfunction | 1 + .../functions/tick/lightning_bolt.mcfunction | 2 +- .../loot_tables/enchanted_book_beheading.json | 20 + .../enchanted_book_sucking_blood.json | 20 + .../seal_slate/fire/gold_normal.json | 14 + .../loot_tables/seal_slate/fire/gold_up.json | 14 + .../loot_tables/seal_slate/fire/green.json | 60 +++ .../loot_tables/seal_slate/fire/purple.json | 54 +++ .../loot_tables/seal_slate/gold_normal.json | 95 +++++ data/anc/loot_tables/seal_slate/gold_up.json | 95 +++++ data/anc/loot_tables/seal_slate/green.json | 95 +++++ .../seal_slate/poison/gold_normal.json | 14 + .../seal_slate/poison/gold_up.json | 14 + .../loot_tables/seal_slate/poison/green.json | 80 ++++ .../loot_tables/seal_slate/poison/purple.json | 46 +++ data/anc/loot_tables/seal_slate/purple.json | 95 +++++ .../seal_slate/shadow/gold_normal.json | 14 + .../seal_slate/shadow/gold_up.json | 14 + .../loot_tables/seal_slate/shadow/green.json | 52 +++ .../loot_tables/seal_slate/shadow/purple.json | 99 +++++ .../seal_slate/soul/gold_normal.json | 14 + .../loot_tables/seal_slate/soul/gold_up.json | 14 + .../loot_tables/seal_slate/soul/green.json | 66 ++++ .../loot_tables/seal_slate/soul/purple.json | 87 +++++ .../seal_slate/water/gold_normal.json | 14 + .../loot_tables/seal_slate/water/gold_up.json | 14 + .../loot_tables/seal_slate/water/green.json | 62 +++ .../loot_tables/seal_slate/water/purple.json | 58 +++ data/anc/loot_tables/seal_slate_fire.json | 20 + data/anc/loot_tables/seal_slate_poison.json | 20 + data/anc/loot_tables/seal_slate_shadow.json | 20 + data/anc/loot_tables/seal_slate_soul.json | 20 + data/anc/loot_tables/seal_slate_water.json | 20 + data/anc/loot_tables/space_capsule.json | 20 + data/anc/predicates/recipes/decomposing.json | 7 + data/anc/tags/blocks/laminating.json | 6 +- data/anc/tags/entity_types/not_catch.json | 38 ++ .../functions/handle/shulker.mcfunction | 3 + data/anc_is/functions/tick.mcfunction | 2 + .../functions/arrow/flame_2/main.mcfunction | 2 +- .../functions/crafting/anvil_yes.mcfunction | 2 + data/minecraft/loot_tables/entities/bat.json | 23 ++ .../minecraft/loot_tables/entities/blaze.json | 57 +++ .../loot_tables/entities/cave_spider.json | 86 ++++ .../loot_tables/entities/creeper.json | 101 +++++ .../loot_tables/entities/drowned.json | 78 ++++ .../loot_tables/entities/elder_guardian.json | 156 ++++++++ .../loot_tables/entities/ender_dragon.json | 35 ++ .../loot_tables/entities/enderman.json | 52 +++ .../loot_tables/entities/endermite.json | 23 ++ .../minecraft/loot_tables/entities/ghast.json | 87 +++++ .../loot_tables/entities/guardian.json | 141 +++++++ data/minecraft/loot_tables/entities/husk.json | 102 +++++ .../loot_tables/entities/magma_cube.json | 52 +++ .../loot_tables/entities/phantom.json | 63 +++ .../loot_tables/entities/player.json | 41 ++ .../loot_tables/entities/shulker.json | 41 ++ .../loot_tables/entities/skeleton.json | 111 ++++++ .../minecraft/loot_tables/entities/stray.json | 126 ++++++ data/minecraft/loot_tables/entities/vex.json | 24 ++ .../minecraft/loot_tables/entities/witch.json | 219 +++++++++++ .../loot_tables/entities/wither_skeleton.json | 136 +++++++ .../loot_tables/entities/zoglin.json | 53 +++ .../loot_tables/entities/zombie.json | 48 +++ .../loot_tables/entities/zombie_villager.json | 19 + .../entities/zombified_piglin.json | 102 +++++ .../loot_tables/gameplay/fishing.json | 57 +++ .../loot_tables/gameplay/fishing/end.json | 31 ++ pack.mcmeta | 4 +- readme.bbcode | 369 +++++------------- ...10\346\234\254\350\256\260\345\275\225.md" | 26 ++ 105 files changed, 4088 insertions(+), 291 deletions(-) create mode 100644 assets/anc/models/item/seal_slate_fire.json create mode 100644 assets/anc/models/item/seal_slate_poison.json create mode 100644 assets/anc/models/item/seal_slate_shadow.json create mode 100644 assets/anc/models/item/seal_slate_soul.json create mode 100644 assets/anc/models/item/seal_slate_water.json create mode 100644 assets/anc/models/item/space_capsule.json create mode 100644 assets/anc/models/item/space_capsule_empty.json create mode 100644 data/anc/advancements/custom_enchantments/sucking_blood.json create mode 100644 data/anc/functions/custom_enchantments/sucking_blood.mcfunction create mode 100644 data/anc/functions/items/seal_slate/color.mcfunction create mode 100644 data/anc/functions/items/seal_slate/open.mcfunction create mode 100644 data/anc/functions/items/seal_slate/seal_aec.mcfunction create mode 100644 data/anc/functions/items/seal_slate/tick3.mcfunction create mode 100644 data/anc/functions/items/space_capsule/mob2space.mcfunction create mode 100644 data/anc/functions/items/space_capsule/setlore.mcfunction create mode 100644 data/anc/functions/items/space_capsule/space2mob.mcfunction create mode 100644 data/anc/functions/items/space_capsule/tick.mcfunction create mode 100644 data/anc/functions/recipes/decomposing/loot/seal_slate.mcfunction create mode 100644 data/anc/functions/recipes/laminating/to/substitution/1.mcfunction create mode 100644 data/anc/functions/recipes/laminating/to/substitution/2.mcfunction create mode 100644 data/anc/functions/recipes/laminating/to/substitution/3.mcfunction create mode 100644 data/anc/loot_tables/enchanted_book_beheading.json create mode 100644 data/anc/loot_tables/enchanted_book_sucking_blood.json create mode 100644 data/anc/loot_tables/seal_slate/fire/gold_normal.json create mode 100644 data/anc/loot_tables/seal_slate/fire/gold_up.json create mode 100644 data/anc/loot_tables/seal_slate/fire/green.json create mode 100644 data/anc/loot_tables/seal_slate/fire/purple.json create mode 100644 data/anc/loot_tables/seal_slate/gold_normal.json create mode 100644 data/anc/loot_tables/seal_slate/gold_up.json create mode 100644 data/anc/loot_tables/seal_slate/green.json create mode 100644 data/anc/loot_tables/seal_slate/poison/gold_normal.json create mode 100644 data/anc/loot_tables/seal_slate/poison/gold_up.json create mode 100644 data/anc/loot_tables/seal_slate/poison/green.json create mode 100644 data/anc/loot_tables/seal_slate/poison/purple.json create mode 100644 data/anc/loot_tables/seal_slate/purple.json create mode 100644 data/anc/loot_tables/seal_slate/shadow/gold_normal.json create mode 100644 data/anc/loot_tables/seal_slate/shadow/gold_up.json create mode 100644 data/anc/loot_tables/seal_slate/shadow/green.json create mode 100644 data/anc/loot_tables/seal_slate/shadow/purple.json create mode 100644 data/anc/loot_tables/seal_slate/soul/gold_normal.json create mode 100644 data/anc/loot_tables/seal_slate/soul/gold_up.json create mode 100644 data/anc/loot_tables/seal_slate/soul/green.json create mode 100644 data/anc/loot_tables/seal_slate/soul/purple.json create mode 100644 data/anc/loot_tables/seal_slate/water/gold_normal.json create mode 100644 data/anc/loot_tables/seal_slate/water/gold_up.json create mode 100644 data/anc/loot_tables/seal_slate/water/green.json create mode 100644 data/anc/loot_tables/seal_slate/water/purple.json create mode 100644 data/anc/loot_tables/seal_slate_fire.json create mode 100644 data/anc/loot_tables/seal_slate_poison.json create mode 100644 data/anc/loot_tables/seal_slate_shadow.json create mode 100644 data/anc/loot_tables/seal_slate_soul.json create mode 100644 data/anc/loot_tables/seal_slate_water.json create mode 100644 data/anc/loot_tables/space_capsule.json create mode 100644 data/anc/tags/entity_types/not_catch.json create mode 100644 data/anc_is/functions/handle/shulker.mcfunction create mode 100644 data/minecraft/loot_tables/entities/bat.json create mode 100644 data/minecraft/loot_tables/entities/blaze.json create mode 100644 data/minecraft/loot_tables/entities/cave_spider.json create mode 100644 data/minecraft/loot_tables/entities/creeper.json create mode 100644 data/minecraft/loot_tables/entities/drowned.json create mode 100644 data/minecraft/loot_tables/entities/elder_guardian.json create mode 100644 data/minecraft/loot_tables/entities/ender_dragon.json create mode 100644 data/minecraft/loot_tables/entities/enderman.json create mode 100644 data/minecraft/loot_tables/entities/endermite.json create mode 100644 data/minecraft/loot_tables/entities/ghast.json create mode 100644 data/minecraft/loot_tables/entities/guardian.json create mode 100644 data/minecraft/loot_tables/entities/husk.json create mode 100644 data/minecraft/loot_tables/entities/magma_cube.json create mode 100644 data/minecraft/loot_tables/entities/phantom.json create mode 100644 data/minecraft/loot_tables/entities/player.json create mode 100644 data/minecraft/loot_tables/entities/shulker.json create mode 100644 data/minecraft/loot_tables/entities/skeleton.json create mode 100644 data/minecraft/loot_tables/entities/stray.json create mode 100644 data/minecraft/loot_tables/entities/vex.json create mode 100644 data/minecraft/loot_tables/entities/witch.json create mode 100644 data/minecraft/loot_tables/entities/wither_skeleton.json create mode 100644 data/minecraft/loot_tables/entities/zoglin.json create mode 100644 data/minecraft/loot_tables/entities/zombified_piglin.json create mode 100644 data/minecraft/loot_tables/gameplay/fishing.json create mode 100644 data/minecraft/loot_tables/gameplay/fishing/end.json diff --git a/Add.xls b/Add.xls index d88be27f23fca942146977e1826e929cd2df3602..bd777b4e6dbc57f5e0c0c95835d4d6bbdccb6c7d 100644 GIT binary patch delta 11211 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 delta 11570 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