From b0ec966b9881bb951bba98e73924abf622f8fbce Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sun, 28 Nov 2021 04:07:18 +0100 Subject: [PATCH] Zinc Beans - New Zinc Ore integration (Art by .vectorwing) --- src/generated/resources/.cache/cache | 65 ++- .../blockstates/deepslate_zinc_ore.json | 7 + .../create/blockstates/raw_zinc_block.json | 7 + .../resources/assets/create/lang/en_ud.json | 3 + .../resources/assets/create/lang/en_us.json | 3 + .../assets/create/lang/unfinished/de_de.json | 5 +- .../assets/create/lang/unfinished/es_cl.json | 412 ++++++++++-------- .../assets/create/lang/unfinished/es_es.json | 5 +- .../assets/create/lang/unfinished/fr_fr.json | 5 +- .../assets/create/lang/unfinished/it_it.json | 5 +- .../assets/create/lang/unfinished/ja_jp.json | 5 +- .../assets/create/lang/unfinished/ko_kr.json | 5 +- .../assets/create/lang/unfinished/nl_nl.json | 5 +- .../assets/create/lang/unfinished/pl_pl.json | 5 +- .../assets/create/lang/unfinished/pt_br.json | 5 +- .../assets/create/lang/unfinished/ru_ru.json | 5 +- .../assets/create/lang/unfinished/zh_cn.json | 5 +- .../assets/create/lang/unfinished/zh_tw.json | 5 +- .../models/block/deepslate_zinc_ore.json | 6 + .../create/models/block/raw_zinc_block.json | 6 + .../models/item/deepslate_zinc_ore.json | 3 + .../assets/create/models/item/raw_zinc.json | 6 + .../create/models/item/raw_zinc_block.json | 3 + .../blasting/zinc_ingot_from_raw_ore.json | 34 ++ .../crafting/materials/raw_zinc.json | 34 ++ .../crafting/materials/raw_zinc_block.json | 34 ++ .../smelting/zinc_ingot_from_raw_ore.json | 34 ++ .../blocks/deepslate_zinc_ore.json | 49 +++ .../loot_tables/blocks/raw_zinc_block.json | 20 + .../create/loot_tables/blocks/zinc_ore.json | 43 +- .../recipes/blasting/zinc_ingot_from_ore.json | 2 +- .../blasting/zinc_ingot_from_raw_ore.json | 9 + .../recipes/crafting/materials/raw_zinc.json | 12 + .../crafting/materials/raw_zinc_block.json | 16 + .../recipes/smelting/zinc_ingot_from_ore.json | 2 +- .../smelting/zinc_ingot_from_raw_ore.json | 9 + .../data/forge/tags/blocks/ores.json | 3 +- .../data/forge/tags/blocks/ores/zinc.json | 3 +- .../resources/data/forge/tags/items/ores.json | 3 +- .../data/forge/tags/items/ores/zinc.json | 3 +- .../tags/blocks/mineable/pickaxe.json | 2 + .../tags/blocks/needs_iron_tool.json | 2 + .../java/com/simibubi/create/AllBlocks.java | 34 +- .../java/com/simibubi/create/AllItems.java | 3 + .../data/recipe/StandardRecipeGen.java | 36 +- .../foundation/worldgen/AllWorldFeatures.java | 5 +- .../textures/block/deepslate_zinc_ore.png | Bin 0 -> 700 bytes .../create/textures/block/raw_zinc_block.png | Bin 0 -> 613 bytes .../assets/create/textures/block/zinc_ore.png | Bin 580 -> 701 bytes .../assets/create/textures/item/raw_zinc.png | Bin 0 -> 593 bytes .../create/textures/item/wheat_flour.png | Bin 199 -> 310 bytes 51 files changed, 725 insertions(+), 248 deletions(-) create mode 100644 src/generated/resources/assets/create/blockstates/deepslate_zinc_ore.json create mode 100644 src/generated/resources/assets/create/blockstates/raw_zinc_block.json create mode 100644 src/generated/resources/assets/create/models/block/deepslate_zinc_ore.json create mode 100644 src/generated/resources/assets/create/models/block/raw_zinc_block.json create mode 100644 src/generated/resources/assets/create/models/item/deepslate_zinc_ore.json create mode 100644 src/generated/resources/assets/create/models/item/raw_zinc.json create mode 100644 src/generated/resources/assets/create/models/item/raw_zinc_block.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json create mode 100644 src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json create mode 100644 src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json create mode 100644 src/main/resources/assets/create/textures/block/deepslate_zinc_ore.png create mode 100644 src/main/resources/assets/create/textures/block/raw_zinc_block.png create mode 100644 src/main/resources/assets/create/textures/item/raw_zinc.png diff --git a/src/generated/resources/.cache/cache b/src/generated/resources/.cache/cache index aaba57391..357abb770 100644 --- a/src/generated/resources/.cache/cache +++ b/src/generated/resources/.cache/cache @@ -145,6 +145,7 @@ b496452f2f7dbbba385e1fc10b560ec266e4b5e7 assets/create/blockstates/cyan_sail.jso 5c000787fe94fe8d39c50ebeadfc330970cdb7b7 assets/create/blockstates/deepslate_bricks_slab.json 59cf99eb1f2616517d8891c66132eb419cc755f9 assets/create/blockstates/deepslate_bricks_stairs.json 3faea62d8f76ff7ee5ae0b7373748055c499651f assets/create/blockstates/deepslate_bricks_wall.json +c3317a94c509d4bb2fe9c6f64a072334421998d3 assets/create/blockstates/deepslate_zinc_ore.json ac85f55d82d96fc15750e6b954297cfd1e00d04d assets/create/blockstates/deployer.json 3660f44309279a0347347f23ce7444c6ed98cafd assets/create/blockstates/depot.json c890ec9b3778aebb16c6b2eb2ca79bfbe7bf7435 assets/create/blockstates/diorite_bricks.json @@ -358,6 +359,7 @@ d06cd9a1101b18d306a786320aab12018b1325d6 assets/create/blockstates/purple_sail.j b78c6057ef94b03f541a17e625b3778ca526a6ad assets/create/blockstates/purple_toolbox.json 61035f8afe75ff7bbd291da5d8690bcbebe679eb assets/create/blockstates/purple_valve_handle.json 4439fc83a8c7370ab44b211a3fd48abde20a4728 assets/create/blockstates/radial_chassis.json +c9ccf6fe4c80357ba2e4d053f5a1b35df4f377a8 assets/create/blockstates/raw_zinc_block.json 3735f396cf8e8bab0793ce2bfa281b29af73919e assets/create/blockstates/red_nixie_tube.json 45877c4d90a7185c2f304edbd67379d800920439 assets/create/blockstates/red_sail.json da1b08387af7afa0855ee8d040f620c01f20660a assets/create/blockstates/red_seat.json @@ -484,21 +486,21 @@ bf2b0310500213ff853c748c236eb5d01f61658e assets/create/blockstates/yellow_toolbo 6801fa1f466f172700e573e5b8ee8ee5f9ca4583 assets/create/blockstates/yellow_valve_handle.json 7f39521b211441f5c3e06d60c5978cebe16cacfb assets/create/blockstates/zinc_block.json b7181bcd8182b2f17088e5aa881f374c9c65470c assets/create/blockstates/zinc_ore.json -c3788fe5fb2a6268d630f407f589995da5152eef assets/create/lang/en_ud.json -830797a72b4b92fda5da562887e39f1b22bffaef assets/create/lang/en_us.json -0d2c66d981abee7e346b2d67e9d8310722f1f094 assets/create/lang/unfinished/de_de.json -3c777059b1c67e94b7cd0eaef351d3d69326703c assets/create/lang/unfinished/es_cl.json -7161c21621a2479b9317f6fd24f5966fd41fa89f assets/create/lang/unfinished/es_es.json -40e10f066db86f047bf75e6479008fd9764d0b89 assets/create/lang/unfinished/fr_fr.json -b90b7569de975aaaa97044477a86450f9c59b713 assets/create/lang/unfinished/it_it.json -f021190c2ea5c19256c22ccf4c5e64cc5fd5bfce assets/create/lang/unfinished/ja_jp.json -b5d976623850e21e60318ff01ab52b8b86fdd9ef assets/create/lang/unfinished/ko_kr.json -30fb811e13360b72fa7ff139fbafc9130194a96e assets/create/lang/unfinished/nl_nl.json -0369358a4a5c3a907bbf2eb12c2a2adb1c51365a assets/create/lang/unfinished/pl_pl.json -e3d14d028f3f7dfe88743d84b2016920a8e6db4e assets/create/lang/unfinished/pt_br.json -6a221b0d58d37e478ab78fc23f7088505153aa42 assets/create/lang/unfinished/ru_ru.json -63e21271f4afc03571f0eefac175ec2ab28d9101 assets/create/lang/unfinished/zh_cn.json -2076744205d4b2a04facbe252dac59f6044ce083 assets/create/lang/unfinished/zh_tw.json +8ce823821a78bd30936a91b1da4993a01c6bf852 assets/create/lang/en_ud.json +7c8a8b89f6e03334901fda9f15755f0a7dc17ed8 assets/create/lang/en_us.json +d324389e64c18df353e6ace173ff0866c4d5c98f assets/create/lang/unfinished/de_de.json +4238965cbe5e8ef39e5d5eba1569adacc81fe098 assets/create/lang/unfinished/es_cl.json +0cb4f6d23ce762707dd0c7554ef194a8b8afdd5c assets/create/lang/unfinished/es_es.json +c0543f36d936bba719382514cea05a74d4aca35d assets/create/lang/unfinished/fr_fr.json +ab054b1a2b8e431ec0f0f0dcb1d8073d22c00acf assets/create/lang/unfinished/it_it.json +883530b59a33ff9e72431475f25940879b77a081 assets/create/lang/unfinished/ja_jp.json +95fb036973024e8acde406a79b67d466e6223069 assets/create/lang/unfinished/ko_kr.json +3940ae47dac5af80ead184a804cb73a5fcaf02ae assets/create/lang/unfinished/nl_nl.json +47912e1981b57e70057d984942464664765cd4f3 assets/create/lang/unfinished/pl_pl.json +31299f1f01c5bceda77008f6c45a27d1594ee772 assets/create/lang/unfinished/pt_br.json +e278e1a27565799208af9c0ceea721ae60f58122 assets/create/lang/unfinished/ru_ru.json +e2223230ae43758330c96fccdae41c9a6f1f7460 assets/create/lang/unfinished/zh_cn.json +bb7d854ce65ffca6e72e631f694cbe3fcfdc9254 assets/create/lang/unfinished/zh_tw.json 487a511a01b2a4531fb672f917922312db78f958 assets/create/models/block/acacia_window.json b48060cba1a382f373a05bf0039054053eccf076 assets/create/models/block/acacia_window_pane_noside.json 3066db1bf03cffa1a9c7fbacf47ae586632f4eb3 assets/create/models/block/acacia_window_pane_noside_alt.json @@ -825,6 +827,7 @@ caff8b2e323e4d1c0b117ee73aa15811afaab202 assets/create/models/block/deepslate_br cb4ed23823747efa4645747d770a9c8822d82333 assets/create/models/block/deepslate_bricks_wall_post.json dc65a8da216b9f6de830b81491aa61e2d88092f5 assets/create/models/block/deepslate_bricks_wall_side.json 6563b5838288e7b628c6cf634a7db8d6db39e650 assets/create/models/block/deepslate_bricks_wall_side_tall.json +deee6fe9c828af56afe5299718b2e961d52b79a6 assets/create/models/block/deepslate_zinc_ore.json ff0ed4381e91494e0aecd02613c6188437112244 assets/create/models/block/diorite_bricks.json 833be296cd8e884a9d5b0fd5ad1a59ad3b23399f assets/create/models/block/diorite_bricks_slab.json 54c4ceae3bc5ec81c31e550d384f23e6aaa60074 assets/create/models/block/diorite_bricks_slab_top.json @@ -1202,6 +1205,7 @@ a9885a3f69e3e2a2812c33bafd9140fcc5cc7c25 assets/create/models/block/radial_chass 92a48c22cf2af0a3156844322f6bb469883608fb assets/create/models/block/radial_chassis_side_y_sticky.json 522f4733118d6fba172696e9478c8f9fe88b236e assets/create/models/block/radial_chassis_side_z.json bffca231a146a6ac49e028f3790cdcbf375e98b0 assets/create/models/block/radial_chassis_side_z_sticky.json +ad0a90f73d8e95689497b55bc4042bc04fcb179a assets/create/models/block/raw_zinc_block.json 71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/red_nixie_tube.json f0099576080a0f2bb09dd85e55777bad69f9f265 assets/create/models/block/red_sail.json 12d4f4119b994c5d71c96ab3aa09beb89dad1e10 assets/create/models/block/red_seat.json @@ -1588,6 +1592,7 @@ f786a43e296d9f10d7c302fe3ae9cddf4ba9984e assets/create/models/item/dark_oak_wind 604d798406c205fa80d84819f5e1edc9d5c28d3d assets/create/models/item/deepslate_bricks_slab.json a926ec9e6acac498906bc2ccfb46b48415906252 assets/create/models/item/deepslate_bricks_stairs.json 7a34115d25298094fb6c60fbefbc9704cd6f176d assets/create/models/item/deepslate_bricks_wall.json +0f220a538e6a083debf68b4f1135d5f3ae4a3918 assets/create/models/item/deepslate_zinc_ore.json 2104c1276259ab67b94f3d4fe97e14b6bc6941ac assets/create/models/item/deployer.json 84d87f715efab45dc7bcb2e3c0870ed56fa20ee9 assets/create/models/item/depot.json a97ca9b6fc3e10a9c9409b27458a852222045e4e assets/create/models/item/diorite_bricks.json @@ -1799,6 +1804,8 @@ a598b2f5eb34b061e81efb8a55267a02f8e08a61 assets/create/models/item/purple_seat.j f309695ba0470c5228f38443f09bad85d09de8bd assets/create/models/item/purple_toolbox.json e5138f9e37ca4d24cda2eb7b24a021eb7c8ae21c assets/create/models/item/purple_valve_handle.json efbda15b53084acdac2d36b8e0a764a9ab34d723 assets/create/models/item/radial_chassis.json +a96589fb40cc02bd649205bad4d9bbdc7e3937a5 assets/create/models/item/raw_zinc.json +56d356cc825b202966731121e8c78b7b91279528 assets/create/models/item/raw_zinc_block.json fc05c4492da3d17add7e410323a47456c0d21e0e assets/create/models/item/red_sand_paper.json 3e251514aa698076b73fdbfef720b78b21d3bd93 assets/create/models/item/red_seat.json 7d3bbb52975ab67b9f9aabe61fdf0cd2d63d5fc2 assets/create/models/item/red_toolbox.json @@ -2058,6 +2065,7 @@ f10041d864bfb1e6f017e442ae85ee9503b3f5a4 data/create/advancements/recipes/buildi ba28efed4ba15c02eac8b0cf3e3420733ad0cc05 data/create/advancements/recipes/create.base/blasting/brass_ingot_from_crushed.json ba80332510acab3f60f30d8b802ee2d450fd51b9 data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json 4bb60ef5e186f12a9d52e61319db8c78300c64ab data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json +00ff89f208cb9023d7a2657c43d267e21755fb2e data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json 376bda381f3dedb52b03eb1504b103d8ddd1b672 data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json 265a953eaac909fd2817c6dc3d1a08b376579a25 data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json 29a77555e4d9eb1c8d4740f95b784fe0e53c72b1 data/create/advancements/recipes/create.base/crafting/appliances/diving_boots.json @@ -2223,6 +2231,8 @@ a7d9a6dda3049332f04f4db027340070e1a9e597 data/create/advancements/recipes/create e0493cc058cc7dc647b4147dabedae9aa61bc9e3 data/create/advancements/recipes/create.base/crafting/materials/copper_casing.json dbfba4474ce5229205245d46680a651754a593ce data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json a8a032b40204919242bf5043d2920627cd28d348 data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json +121f9d02b1405327ff01113e32c1a1019f9b2f35 data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json +433e9dae24a4167b2cbd23e37e59bc84cfe352e5 data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json 2d875ed3e78b4840863f2188aea2b9dd23304512 data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json 984fedbd1e66dd2730d50a9b0b171df6ba03bacc data/create/advancements/recipes/create.base/crafting/materials/refined_radiance_casing.json bc58b9bec08df3ae2ba9aa871097f0113e4f9075 data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json @@ -2243,6 +2253,7 @@ cd1f66066664ed58995f8a7988fb1aa22605650b data/create/advancements/recipes/create 4f330e44fc9eed84ddf84d1a510ac42e2c36b058 data/create/advancements/recipes/create.base/smelting/brass_ingot_from_crushed.json b2b9c6d93ff4d912081cee2ab5e68209828cdc86 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json 16e52ba04279bcf803c5f6be46550ba5d81be1a3 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json +88a8661167993de0f2897c95e398b6f77429d724 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json e7134f9dd47eb9f706f1ec1bd886a14eb7d3010a data/create/advancements/recipes/create.palettes/acacia_window.json abeb5dfa9931aac86b080309bd0ed5397fd1254b data/create/advancements/recipes/create.palettes/acacia_window_pane.json fcf6f8e33c1415aa701452fc9f72d5acc0ab993a data/create/advancements/recipes/create.palettes/andesite_bricks_from_stone_types_andesite_stonecutting.json @@ -2941,6 +2952,7 @@ db7ea40bfd36b5fa864453716256aba748435e36 data/create/loot_tables/blocks/cyan_sea 5b115e4c0f30d99cc14af660c240f289ac983319 data/create/loot_tables/blocks/deepslate_bricks_slab.json 5486b3950299aa0881c5e67e5904194b4c417efd data/create/loot_tables/blocks/deepslate_bricks_stairs.json ef5914c804c2242d9d40e52ffbd83425f9f198e3 data/create/loot_tables/blocks/deepslate_bricks_wall.json +841d6010e87a4bf4e35e8ccc411e5d7f513b484a data/create/loot_tables/blocks/deepslate_zinc_ore.json 12a02b7737557a81281369826907b7e75076b8a0 data/create/loot_tables/blocks/deployer.json b6118279802f1a27e6e0c3d0feca86f0792f85df data/create/loot_tables/blocks/depot.json af0b4824027cb61b6fb8d3a74931200fe41684a6 data/create/loot_tables/blocks/diorite_bricks.json @@ -3153,6 +3165,7 @@ ffb977985f89f738c3cb1e78c1432e4904ab402d data/create/loot_tables/blocks/purple_s edef80f2c39a4acf860780c66ccc5a0420d9f7c2 data/create/loot_tables/blocks/purple_toolbox.json 92660efc4bafe51284610656cccbacc999fff7a2 data/create/loot_tables/blocks/purple_valve_handle.json 3b0af2f3c1b28c52e0ce8f3be362395f5f957e43 data/create/loot_tables/blocks/radial_chassis.json +7c5745aa14d006ce939e84d47e106c6998079211 data/create/loot_tables/blocks/raw_zinc_block.json 2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/red_nixie_tube.json be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/red_sail.json 12e93c22244d4933e19dfbb040b78a45a6172f7f data/create/loot_tables/blocks/red_seat.json @@ -3278,7 +3291,7 @@ be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/yellow_s 663b330df1638209d18200bbdeb52afe38016594 data/create/loot_tables/blocks/yellow_toolbox.json be7104a6f726371b18564b1f08d704ff1cd90306 data/create/loot_tables/blocks/yellow_valve_handle.json efb30e3d24a700cf35b29406ee0b5d5021545d51 data/create/loot_tables/blocks/zinc_block.json -78d955e7486cdb7b6bc70c1af39af129ad13241b data/create/loot_tables/blocks/zinc_ore.json +d54859b2eb9c8c06aca8a8484bc65c8e4e0bb80a data/create/loot_tables/blocks/zinc_ore.json b65bac8bc2fbfd476040c1aab1c0588b8bd59ebe data/create/recipes/acacia_window.json 35b4da9c14da60584c32e959efc2223f64bb3ec2 data/create/recipes/acacia_window_pane.json b1895db4753b898d9384347d3dd7bca1dbe9bb72 data/create/recipes/andesite_bricks_from_stone_types_andesite_stonecutting.json @@ -3330,7 +3343,8 @@ dd44cf0e09b1b34b4d2c254ab3d10d05a02717aa data/create/recipes/blasting/tin_ingot_ 539c30c3c06489815b0a356735a0dd42ac432b26 data/create/recipes/blasting/tin_ingot_compat_thermal.json 363e231126694b3ed8dc539b9dfb1c949bacbf5e data/create/recipes/blasting/uranium_ingot_compat_silents_mechanisms.json 70b58fa5ee4ca088f5cd9d4bce2853b1bbf98780 data/create/recipes/blasting/zinc_ingot_from_crushed.json -397a2b5d5d3b072066c3d7a9546769560e4674a3 data/create/recipes/blasting/zinc_ingot_from_ore.json +3b1f91669d1133bb41f2d8e129d885465cb5b30e data/create/recipes/blasting/zinc_ingot_from_ore.json +2dff1a64b2c9974b768f4861ad90a9a110bdd021 data/create/recipes/blasting/zinc_ingot_from_raw_ore.json 703616cc42294837401129316a3bad85887606e4 data/create/recipes/calcite_bricks_from_stone_types_calcite_stonecutting.json e938c519d398a87d8508a983d05dcb9cdab052b6 data/create/recipes/calcite_bricks_slab.json 36f3b95ccf1529ed617651bba9127255a28616e9 data/create/recipes/calcite_bricks_slab_from_stone_types_calcite_stonecutting.json @@ -3516,6 +3530,8 @@ fa23f8ff9f43ed39a70a86d0c9080102d57d14b6 data/create/recipes/crafting/materials/ 62ce480f3b5a2f9de27858fdde4f48cf8b91fe2c data/create/recipes/crafting/materials/copper_ingot.json 9a8cef55dc3b7cecef500bad0c7bbb86c51f4b5f data/create/recipes/crafting/materials/copper_nugget.json 7cd3500890430496381cb56c432a233f78b21a25 data/create/recipes/crafting/materials/electron_tube.json +e73e4abd1306e2bfeb59ab5ca2d804c23fc66f7e data/create/recipes/crafting/materials/raw_zinc.json +cc167074d22aff7ba824ec738653e84f131a1bf0 data/create/recipes/crafting/materials/raw_zinc_block.json 9c9e40ffd41ce46c65113080a92ff9b4f27e5fab data/create/recipes/crafting/materials/red_sand_paper.json 7ff4df8c25b7647463a88dfd5d750a5562d5015c data/create/recipes/crafting/materials/refined_radiance_casing.json 7eb292bc564de70227f4bf947050bcdbfc5a8d67 data/create/recipes/crafting/materials/rose_quartz.json @@ -4199,7 +4215,8 @@ c01f5fdef7419a2da5e0f24d61637ec35a006fd1 data/create/recipes/smelting/silver_ing 8d6139a5463119f2930476c429c175e14c7c7a58 data/create/recipes/smelting/tin_ingot_compat_thermal.json 4284a72dcd1819d9a9a644a955d3398d489e10fe data/create/recipes/smelting/uranium_ingot_compat_silents_mechanisms.json a5d23be4cc959eb47d84b210190abaafcf41f022 data/create/recipes/smelting/zinc_ingot_from_crushed.json -2d8e448bbe841871c5d9a022149c5f34fd5c0df1 data/create/recipes/smelting/zinc_ingot_from_ore.json +4e622fc77e2a630af1b4115e0c60d55682baff72 data/create/recipes/smelting/zinc_ingot_from_ore.json +4060cc921ea26b36cf5a505048f4a812f0569ae0 data/create/recipes/smelting/zinc_ingot_from_raw_ore.json ce7c3c6e1da9d6684c9537d1a558423925d89f33 data/create/recipes/smoking/bread.json 6b1d2483fe717657f7188f6490eab2da715609e8 data/create/recipes/splashing/black_concrete_powder.json 1aedfde11712827604bbef34e992c411c0b02876 data/create/recipes/splashing/blue_concrete_powder.json @@ -4317,8 +4334,8 @@ d063e12c9ef75f39518c6d129ea35d833464d547 data/create/tags/items/toolboxes.json 50936b211d94167a35ec78c89954082a336b6269 data/create/tags/items/valve_handles.json 16bcb8fcbe9170c2c11f1ca8d99d8b36cd812bbd data/forge/tags/blocks/glass/colorless.json 81d3eb40b048160fcc2d6bb7ff12b49276297efd data/forge/tags/blocks/glass_panes.json -d5ea262a0f5fb210612d22521818e26cf08e591a data/forge/tags/blocks/ores.json -d5ea262a0f5fb210612d22521818e26cf08e591a data/forge/tags/blocks/ores/zinc.json +6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/blocks/ores.json +6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/blocks/ores/zinc.json 9f7a428085b1aac66da32a43e9d51c7efc1f0d81 data/forge/tags/blocks/storage_blocks.json ff1900963bc4cd8ceffa78d58ef1952ceacb2fb7 data/forge/tags/blocks/storage_blocks/brass.json 7f71a774800111e50b42de0e6159ed2d2a807d32 data/forge/tags/blocks/storage_blocks/zinc.json @@ -4336,8 +4353,8 @@ bcf15289cbadd429a48bd9accb4d2d5f75353a61 data/forge/tags/items/nuggets.json cc82188fe8d986f4457301ed4f75ae833d263601 data/forge/tags/items/nuggets/brass.json 7affb30e30a252566a77467994b0c99331f1076c data/forge/tags/items/nuggets/copper.json 0d8cb5092ee6ec01ea09324c80d649ba05549799 data/forge/tags/items/nuggets/zinc.json -d5ea262a0f5fb210612d22521818e26cf08e591a data/forge/tags/items/ores.json -d5ea262a0f5fb210612d22521818e26cf08e591a data/forge/tags/items/ores/zinc.json +6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/items/ores.json +6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/items/ores/zinc.json 5d5ec04a61ff2b1ad19210e2859a9c96cc246ef8 data/forge/tags/items/plates.json 39f0d70ec10597e85df7c4783bbc5e0e4a5ffb80 data/forge/tags/items/plates/brass.json c3dab5fe379bc1b7b10d4a0ba7009eee1b75a27c data/forge/tags/items/plates/copper.json @@ -4349,8 +4366,8 @@ ff1900963bc4cd8ceffa78d58ef1952ceacb2fb7 data/forge/tags/items/storage_blocks/br 9f7a428085b1aac66da32a43e9d51c7efc1f0d81 data/minecraft/tags/blocks/beacon_base_blocks.json 69f596fcb065e26b02ce246760432b5174191b76 data/minecraft/tags/blocks/impermeable.json 492323734dfc7824d751b0b4afeaaa65ed205d65 data/minecraft/tags/blocks/mineable/axe.json -5336e84dd8843298ab415c406c1a5146c2146e5c data/minecraft/tags/blocks/mineable/pickaxe.json -f937a7166c62cd33927297d47f1c338c507c6989 data/minecraft/tags/blocks/needs_iron_tool.json +dcce3f89e4b816b8229125a8a3be767998137efb data/minecraft/tags/blocks/mineable/pickaxe.json +e157c1d3af30e409e34bbefbe15a037e6e1c8daa data/minecraft/tags/blocks/needs_iron_tool.json 6bcabbc1c0479caa80a0ebc676bb34ce0052efb0 data/minecraft/tags/blocks/rails.json b8a94be947d0c2fb0e4a9ee329ba815a90892d5f data/minecraft/tags/blocks/slabs.json dd6240c9c9725c3c4cdcc966ddd4f2f09b3cbe97 data/minecraft/tags/blocks/stairs.json diff --git a/src/generated/resources/assets/create/blockstates/deepslate_zinc_ore.json b/src/generated/resources/assets/create/blockstates/deepslate_zinc_ore.json new file mode 100644 index 000000000..c08586317 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/deepslate_zinc_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/deepslate_zinc_ore" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/raw_zinc_block.json b/src/generated/resources/assets/create/blockstates/raw_zinc_block.json new file mode 100644 index 000000000..409a3f78b --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/raw_zinc_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/raw_zinc_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/en_ud.json b/src/generated/resources/assets/create/lang/en_ud.json index 651af5e35..6539b86dd 100644 --- a/src/generated/resources/assets/create/lang/en_ud.json +++ b/src/generated/resources/assets/create/lang/en_ud.json @@ -146,6 +146,7 @@ "block.create.deepslate_bricks_slab": "q\u0250\u05DFS s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1", "block.create.deepslate_bricks_stairs": "s\u0279\u0131\u0250\u0287S s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1", "block.create.deepslate_bricks_wall": "\u05DF\u05DF\u0250M s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1", + "block.create.deepslate_zinc_ore": "\u01DD\u0279O \u0254u\u0131Z \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1", "block.create.deployer": "\u0279\u01DD\u028Eo\u05DFd\u01DD\u15E1", "block.create.depot": "\u0287od\u01DD\u15E1", "block.create.diorite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1", @@ -359,6 +360,7 @@ "block.create.purple_toolbox": "xoq\u05DFoo\u27D8 \u01DD\u05DFd\u0279n\u0500", "block.create.purple_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DD\u05DFd\u0279n\u0500", "block.create.radial_chassis": "s\u0131ss\u0250\u0265\u0186 \u05DF\u0250\u0131p\u0250\u1D1A", + "block.create.raw_zinc_block": "\u0254u\u0131Z \u028D\u0250\u1D1A \u025Fo \u029E\u0254o\u05DF\u15FA", "block.create.red_nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N p\u01DD\u1D1A", "block.create.red_sail": "\u05DF\u0131\u0250S p\u01DD\u1D1A", "block.create.red_seat": "\u0287\u0250\u01DDS p\u01DD\u1D1A", @@ -558,6 +560,7 @@ "item.create.powdered_obsidian": "u\u0250\u0131p\u0131sqO p\u01DD\u0279\u01DDp\u028Do\u0500", "item.create.precision_mechanism": "\u026Fs\u0131u\u0250\u0265\u0254\u01DDW uo\u0131s\u0131\u0254\u01DD\u0279\u0500", "item.create.propeller": "\u0279\u01DD\u05DF\u05DF\u01DDdo\u0279\u0500", + "item.create.raw_zinc": "\u0254u\u0131Z \u028D\u0250\u1D1A", "item.create.red_sand_paper": "\u0279\u01DDd\u0250\u0500 pu\u0250S p\u01DD\u1D1A", "item.create.refined_radiance": "\u01DD\u0254u\u0250\u0131p\u0250\u1D1A p\u01DDu\u0131\u025F\u01DD\u1D1A", "item.create.rose_quartz": "z\u0287\u0279\u0250n\u1F49 \u01DDso\u1D1A", diff --git a/src/generated/resources/assets/create/lang/en_us.json b/src/generated/resources/assets/create/lang/en_us.json index a81f55428..7d3f66ff5 100644 --- a/src/generated/resources/assets/create/lang/en_us.json +++ b/src/generated/resources/assets/create/lang/en_us.json @@ -149,6 +149,7 @@ "block.create.deepslate_bricks_slab": "Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "Deepslate Zinc Ore", "block.create.deployer": "Deployer", "block.create.depot": "Depot", "block.create.diorite_bricks": "Diorite Bricks", @@ -362,6 +363,7 @@ "block.create.purple_toolbox": "Purple Toolbox", "block.create.purple_valve_handle": "Purple Valve Handle", "block.create.radial_chassis": "Radial Chassis", + "block.create.raw_zinc_block": "Block of Raw Zinc", "block.create.red_nixie_tube": "Red Nixie Tube", "block.create.red_sail": "Red Sail", "block.create.red_seat": "Red Seat", @@ -565,6 +567,7 @@ "item.create.powdered_obsidian": "Powdered Obsidian", "item.create.precision_mechanism": "Precision Mechanism", "item.create.propeller": "Propeller", + "item.create.raw_zinc": "Raw Zinc", "item.create.red_sand_paper": "Red Sand Paper", "item.create.refined_radiance": "Refined Radiance", "item.create.rose_quartz": "Rose Quartz", diff --git a/src/generated/resources/assets/create/lang/unfinished/de_de.json b/src/generated/resources/assets/create/lang/unfinished/de_de.json index 9f19b10a5..f78a503f8 100644 --- a/src/generated/resources/assets/create/lang/unfinished/de_de.json +++ b/src/generated/resources/assets/create/lang/unfinished/de_de.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1229", + "_": "Missing Localizations: 1232", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Einsatzgerät", "block.create.depot": "Depot", "block.create.diorite_bricks": "Dioritziegel", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", "block.create.purple_valve_handle": "Lila Ventilgriff", "block.create.radial_chassis": "Drehgerüst", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube", "block.create.red_sail": "Rote Segel", "block.create.red_seat": "Roter Sitz", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "Pulverisierter Obsidian", "item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism", "item.create.propeller": "Propeller", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Rotes Schmirgelpapier", "item.create.refined_radiance": "Raffinierter Glanz", "item.create.rose_quartz": "Rosenquarz", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_cl.json b/src/generated/resources/assets/create/lang/unfinished/es_cl.json index 072b0726b..22e1f99f0 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_cl.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_cl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 8", + "_": "Missing Localizations: 235", "_": "->------------------------] Game Elements [------------------------<-", @@ -14,16 +14,16 @@ "block.create.andesite_bricks_stairs": "Escalera de Ladrillos de Andesita", "block.create.andesite_bricks_wall": "Muro de Ladrillos de Andesita", "block.create.andesite_casing": "Cubierta de Andesita", - "block.create.andesite_cobblestone": "Adoquín de Andesita", - "block.create.andesite_cobblestone_slab": "Losa de Adoquín de Andesita", - "block.create.andesite_cobblestone_stairs": "Escaleras de Adoquín de Andesita", - "block.create.andesite_cobblestone_wall": "Muro de Adoquín de Andesita", "block.create.andesite_encased_cogwheel": "UNLOCALIZED: Andesite Encased Cogwheel", "block.create.andesite_encased_large_cogwheel": "UNLOCALIZED: Andesite Encased Large Cogwheel", "block.create.andesite_encased_shaft": "Eje con Cubierta de Andesita", "block.create.andesite_funnel": "Ingreso de Andesita", - "block.create.andesite_pillar": "Pilar de Andesita", "block.create.andesite_tunnel": "Túnel de Andesita", + "block.create.asurine": "UNLOCALIZED: Asurine", + "block.create.asurine_bricks": "UNLOCALIZED: Asurine Bricks", + "block.create.asurine_bricks_slab": "UNLOCALIZED: Asurine Bricks Slab", + "block.create.asurine_bricks_stairs": "UNLOCALIZED: Asurine Bricks Stairs", + "block.create.asurine_bricks_wall": "UNLOCALIZED: Asurine Bricks Wall", "block.create.basin": "Tónel", "block.create.belt": "Cinta", "block.create.birch_window": "Ventana de Abedul", @@ -52,13 +52,11 @@ "block.create.brown_seat": "Asiento Marrón", "block.create.brown_toolbox": "Caja de Herramientas Marrón", "block.create.brown_valve_handle": "Válvula Marrón", + "block.create.calcite_bricks": "UNLOCALIZED: Calcite Bricks", + "block.create.calcite_bricks_slab": "UNLOCALIZED: Calcite Bricks Slab", + "block.create.calcite_bricks_stairs": "UNLOCALIZED: Calcite Bricks Stairs", + "block.create.calcite_bricks_wall": "UNLOCALIZED: Calcite Bricks Wall", "block.create.cart_assembler": "Ensambladora de Vagonetas", - "block.create.chiseled_dark_scoria": "Escoria Oscura Cincelada", - "block.create.chiseled_dolomite": "Dolomita Cincelada", - "block.create.chiseled_gabbro": "Gabro Cincelado", - "block.create.chiseled_limestone": "Piedra Caliza Cincelada", - "block.create.chiseled_scoria": "Escoria Cincelada", - "block.create.chiseled_weathered_limestone": "Piedra Caliza Erosionada Cincelada", "block.create.chocolate": "Chocolate", "block.create.chute": "Tolvogán", "block.create.clockwork_bearing": "Rodamiento De Relojería", @@ -75,11 +73,72 @@ "block.create.creative_crate": "Cajón del Creativo", "block.create.creative_fluid_tank": "Tanque de Fluidos del Creativo", "block.create.creative_motor": "Motor del Creativo", + "block.create.crimsite": "UNLOCALIZED: Crimsite", + "block.create.crimsite_bricks": "UNLOCALIZED: Crimsite Bricks", + "block.create.crimsite_bricks_slab": "UNLOCALIZED: Crimsite Bricks Slab", + "block.create.crimsite_bricks_stairs": "UNLOCALIZED: Crimsite Bricks Stairs", + "block.create.crimsite_bricks_wall": "UNLOCALIZED: Crimsite Bricks Wall", "block.create.crimson_window": "Ventana Carmesí", "block.create.crimson_window_pane": "Panel de Ventana Carmesí", "block.create.crushing_wheel": "Rueda Trituradora", "block.create.crushing_wheel_controller": "Controladora de Rueda Trituradora", "block.create.cuckoo_clock": "Reloj Cu-Cú", + "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", + "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", + "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", + "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", + "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", + "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", + "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", + "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", + "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", + "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", + "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", + "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", + "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", + "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", + "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", + "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", + "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", + "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", + "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", + "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", + "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", + "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", + "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", + "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", + "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", + "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", + "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", + "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", + "block.create.cut_granite": "UNLOCALIZED: Cut Granite", + "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", + "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", + "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", + "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", + "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", + "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", + "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", + "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", + "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", + "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", + "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", + "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", + "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", + "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", + "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", + "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", + "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", + "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", + "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", + "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", + "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", + "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", + "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", + "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", + "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", + "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", + "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", "block.create.cyan_nixie_tube": "Tubo Nixie Cian", "block.create.cyan_sail": "Vela Cian", "block.create.cyan_seat": "Asiento Cian", @@ -87,76 +146,24 @@ "block.create.cyan_valve_handle": "Válvula Cian", "block.create.dark_oak_window": "Ventana de Roble Oscuro", "block.create.dark_oak_window_pane": "Panel de Ventana de Roble Oscuro", - "block.create.dark_scoria": "Escoria Oscura", - "block.create.dark_scoria_bricks": "Ladrillos de Escoria Oscura", - "block.create.dark_scoria_bricks_slab": "Losa de Ladrillos de Escoria Oscura", - "block.create.dark_scoria_bricks_stairs": "Escaleras de Ladrillos de Escoria Oscura", - "block.create.dark_scoria_bricks_wall": "Muro de Ladrillos de Escoria Oscura", - "block.create.dark_scoria_cobblestone": "Adoquín de Escoria Oscura", - "block.create.dark_scoria_cobblestone_slab": "Losa de Adoquín de Escoria Oscura", - "block.create.dark_scoria_cobblestone_stairs": "Escaleras de Adoquín de Escoria Oscura", - "block.create.dark_scoria_cobblestone_wall": "Muro de Adoquín de Escoria Oscura", - "block.create.dark_scoria_pillar": "Pilar de Escoria Oscura", + "block.create.deepslate_bricks": "UNLOCALIZED: Deepslate Bricks", + "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", + "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", + "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Desplegador", "block.create.depot": "Depósito", "block.create.diorite_bricks": "Ladrillos de Diorita", "block.create.diorite_bricks_slab": "Losa de Ladrillos de Diorita", "block.create.diorite_bricks_stairs": "Escaleras de Ladrillos de Diorita", "block.create.diorite_bricks_wall": "Muro de Ladrillos de Diorita", - "block.create.diorite_cobblestone": "Adoquin de Diorita", - "block.create.diorite_cobblestone_slab": "Losa de Adoquin de Diorita", - "block.create.diorite_cobblestone_stairs": "Escaleras de Adoquin de Diorita", - "block.create.diorite_cobblestone_wall": "Muro de Adoquin de Diorita", - "block.create.diorite_pillar": "Pilar de Diorita", - "block.create.dolomite": "Dolomita", - "block.create.dolomite_bricks": "Ladrillos de Dolomita", - "block.create.dolomite_bricks_slab": "Losa de Ladrillos de Dolomita", - "block.create.dolomite_bricks_stairs": "Escaleras de Ladrillos de Dolomita", - "block.create.dolomite_bricks_wall": "Muro de Ladrillos de Dolomita", - "block.create.dolomite_cobblestone": "Adoquín de Dolomita", - "block.create.dolomite_cobblestone_slab": "Losa de Adoquín de Dolomita", - "block.create.dolomite_cobblestone_stairs": "Escaleras de Adoquín de Dolomita", - "block.create.dolomite_cobblestone_wall": "Muro de Adoquín de Dolomita", - "block.create.dolomite_pillar": "Pilar de Dolomita", + "block.create.dripstone_bricks": "UNLOCALIZED: Dripstone Bricks", + "block.create.dripstone_bricks_slab": "UNLOCALIZED: Dripstone Bricks Slab", + "block.create.dripstone_bricks_stairs": "UNLOCALIZED: Dripstone Bricks Stairs", + "block.create.dripstone_bricks_wall": "UNLOCALIZED: Dripstone Bricks Wall", "block.create.encased_chain_drive": "Conductor en Cadena Encubierto", "block.create.encased_fan": "Ventilador Encubierto", "block.create.encased_fluid_pipe": "Tubería de Fluidos Encubierta", - "block.create.fancy_andesite_bricks": "Ladrillos de Andesita Lujosos", - "block.create.fancy_andesite_bricks_slab": "Losa de Ladrillos de Andesita Lujosos", - "block.create.fancy_andesite_bricks_stairs": "Escaleras de Ladrillos de Andesita Lujosos", - "block.create.fancy_andesite_bricks_wall": "Muro de Ladrillos de Andesita Lujosos", - "block.create.fancy_dark_scoria_bricks": "Ladrillos de Escoria Oscura Lujosos", - "block.create.fancy_dark_scoria_bricks_slab": "Losa de Ladrillos de Escoria Oscura Lujosos", - "block.create.fancy_dark_scoria_bricks_stairs": "Escaleras de Ladrillos de Escoria Oscura Lujosos", - "block.create.fancy_dark_scoria_bricks_wall": "Muro de Ladrillos de Escoria Oscura Lujosos", - "block.create.fancy_diorite_bricks": "Ladrillos de Diorita Lujosos", - "block.create.fancy_diorite_bricks_slab": "Losa de Ladrillos de Diorita Lujosos", - "block.create.fancy_diorite_bricks_stairs": "Escaleras de Ladrillos de Diorita Lujosos", - "block.create.fancy_diorite_bricks_wall": "Muro de Ladrillos de Diorita Lujosos", - "block.create.fancy_dolomite_bricks": "Ladrillos de Dolomita Lujosos", - "block.create.fancy_dolomite_bricks_slab": "Losa de Ladrillos de Dolomita Lujosos", - "block.create.fancy_dolomite_bricks_stairs": "Escaleras de Ladrillos de Dolomita Lujosos", - "block.create.fancy_dolomite_bricks_wall": "Muro de Ladrillos de Dolomita Lujosos", - "block.create.fancy_gabbro_bricks": "Ladrillos de Gabro Lujosos", - "block.create.fancy_gabbro_bricks_slab": "Losa de Ladrillos de Gabro Lujosos", - "block.create.fancy_gabbro_bricks_stairs": "Escaleras de Ladrillos de Gabro Lujosos", - "block.create.fancy_gabbro_bricks_wall": "Muro de Ladrillos de Gabro Lujosos", - "block.create.fancy_granite_bricks": "Ladrillos de Granito Lujosos", - "block.create.fancy_granite_bricks_slab": "Losa de Ladrillos de Granito Lujosos", - "block.create.fancy_granite_bricks_stairs": "Escaleras de Ladrillos de Granito Lujosos", - "block.create.fancy_granite_bricks_wall": "Muro de Ladrillos de Granito Lujosos", - "block.create.fancy_limestone_bricks": "Ladrillos de Piedra Caliza Lujosos", - "block.create.fancy_limestone_bricks_slab": "Losa de Ladrillos de Piedra Caliza Lujosos", - "block.create.fancy_limestone_bricks_stairs": "Escaleras de Ladrillos de Piedra Caliza Lujosos", - "block.create.fancy_limestone_bricks_wall": "Muro de Ladrillos de Piedra Caliza Lujosos", - "block.create.fancy_scoria_bricks": "Ladrillos de Escoria Lujosos", - "block.create.fancy_scoria_bricks_slab": "Losa de Ladrillos de Escoria Lujosos", - "block.create.fancy_scoria_bricks_stairs": "Escaleras de Ladrillos de Escoria Lujosos", - "block.create.fancy_scoria_bricks_wall": "Muro de Ladrillos de Escoria Lujosos", - "block.create.fancy_weathered_limestone_bricks": "Ladrillos de Piedra Caliza Erosionada Lujosos", - "block.create.fancy_weathered_limestone_bricks_slab": "Losa de Ladrillos de Piedra Caliza Erosionada Lujosos", - "block.create.fancy_weathered_limestone_bricks_stairs": "Escaleras de Ladrillos de Piedra Caliza Erosionada Lujosos", - "block.create.fancy_weathered_limestone_bricks_wall": "Muro de Ladrillos de Piedra Caliza Erosionada Lujosos", "block.create.fluid_pipe": "Tubería de Fluidos", "block.create.fluid_tank": "Tanque de Fluidos", "block.create.fluid_valve": "Válvula de Fluidos", @@ -164,16 +171,6 @@ "block.create.framed_glass": "Vidrio Enmarcado", "block.create.framed_glass_pane": "Panel de Vidrio Enmarcado", "block.create.furnace_engine": "Horno Motor", - "block.create.gabbro": "Gabro", - "block.create.gabbro_bricks": "Ladrillos de Gabro", - "block.create.gabbro_bricks_slab": "Losa de Ladrillos de Gabro", - "block.create.gabbro_bricks_stairs": "Escaleras de Ladrillos de Gabro", - "block.create.gabbro_bricks_wall": "Muro de Ladrillos de Gabro", - "block.create.gabbro_cobblestone": "Adoquín de Gabro", - "block.create.gabbro_cobblestone_slab": "Losa de Adoquín de Gabro", - "block.create.gabbro_cobblestone_stairs": "Escaleras de Adoquín de Gabro", - "block.create.gabbro_cobblestone_wall": "Muro de Adoquín de Gabro", - "block.create.gabbro_pillar": "Pilar de Gabro", "block.create.gantry_carriage": "Carruaje de Grúa", "block.create.gantry_shaft": "Eje de Grúa", "block.create.gearbox": "Caja de Engranajes", @@ -183,11 +180,6 @@ "block.create.granite_bricks_slab": "Losa de Ladrillos de Granito", "block.create.granite_bricks_stairs": "Escaleras de Ladrillos de Granito", "block.create.granite_bricks_wall": "Muro de Ladrillos de Granito", - "block.create.granite_cobblestone": "Adoquín de Granito", - "block.create.granite_cobblestone_slab": "Losa de Adoquín de Granito", - "block.create.granite_cobblestone_stairs": "Escaleras de Adoquín de Granito", - "block.create.granite_cobblestone_wall": "Muro de Adoquín de Granito", - "block.create.granite_pillar": "Pilar de Granito", "block.create.gray_nixie_tube": "Tubo Nixie Gris", "block.create.gray_sail": "vela Gris", "block.create.gray_seat": "Asiento Gris", @@ -210,14 +202,19 @@ "block.create.jungle_window_pane": "Panel de Ventana de Jungla", "block.create.large_cogwheel": "Engranaje Grande", "block.create.layered_andesite": "Capa de Andesita", - "block.create.layered_dark_scoria": "Capa de Escoria Oscura", + "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", + "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", + "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", + "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", "block.create.layered_diorite": "Capa de Diorita", - "block.create.layered_dolomite": "Capa de Dolomita", - "block.create.layered_gabbro": "Capa de Gabro", + "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", "block.create.layered_granite": "Capa de Granito", "block.create.layered_limestone": "Capa de Piedra Caliza", + "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", + "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", "block.create.layered_scoria": "Capa de Escoria", - "block.create.layered_weathered_limestone": "Capa de Piedra Caliza", + "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", + "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", "block.create.lectern_controller": "Controlador de Atril", "block.create.light_blue_nixie_tube": "Tubo Nixie Azul Claro", "block.create.light_blue_sail": "Vela Azul Claro", @@ -234,17 +231,11 @@ "block.create.lime_seat": "Asiento Lima", "block.create.lime_toolbox": "Caja de herramientas Lima", "block.create.lime_valve_handle": "Válvula Lima", - "block.create.limesand": "Arena Caliza", "block.create.limestone": "Piedra Caliza", "block.create.limestone_bricks": "Ladrillos de Piedra Caliza", "block.create.limestone_bricks_slab": "Losa de Ladrillos de Piedra Caliza", "block.create.limestone_bricks_stairs": "Losa de Ladrillos de Piedra Caliza", "block.create.limestone_bricks_wall": "Muro de Ladrillos de Piedra Caliza", - "block.create.limestone_cobblestone": "Adoquín de Piedra Caliza", - "block.create.limestone_cobblestone_slab": "Losa de Adoquín de Piedra Caliza", - "block.create.limestone_cobblestone_stairs": "Escaleras de Adoquín de Piedra Caliza", - "block.create.limestone_cobblestone_wall": "Muro de Adoquín de Piedra Caliza", - "block.create.limestone_pillar": "Pilar de Piedra Caliza", "block.create.linear_chassis": "Chasis Lineal", "block.create.lit_blaze_burner": "Quemador Blaze Encendido", "block.create.magenta_nixie_tube": "Tubo Nixie Magenta", @@ -267,103 +258,99 @@ "block.create.metal_bracket": "Soporte Metálico", "block.create.millstone": "Piedra de Molino", "block.create.minecart_anchor": "Ancla de Vagoneta", - "block.create.mossy_andesite": "Andesita Musgosa", - "block.create.mossy_dark_scoria": "Escoria Oscura Musgosa", - "block.create.mossy_diorite": "Diorita Musgosa", - "block.create.mossy_dolomite": "Dolomita Musgosa", - "block.create.mossy_gabbro": "Gabro Musgoso", - "block.create.mossy_granite": "Granito Musgoso", - "block.create.mossy_limestone": "Piedra Caliza Musgosa", - "block.create.mossy_scoria": "Escoria Musgosa", - "block.create.mossy_weathered_limestone": "Piedra Caliza Erosionada Musgosa", "block.create.mysterious_cuckoo_clock": "Reloj Cu-Cú", - "block.create.natural_scoria": "Escoria Natural", "block.create.nixie_tube": "Tubo Nixie", "block.create.nozzle": "Boquilla", "block.create.oak_window": "Ventana de Roble", "block.create.oak_window_pane": "Panel de Ventana de Roble", + "block.create.ochrum": "UNLOCALIZED: Ochrum", + "block.create.ochrum_bricks": "UNLOCALIZED: Ochrum Bricks", + "block.create.ochrum_bricks_slab": "UNLOCALIZED: Ochrum Bricks Slab", + "block.create.ochrum_bricks_stairs": "UNLOCALIZED: Ochrum Bricks Stairs", + "block.create.ochrum_bricks_wall": "UNLOCALIZED: Ochrum Bricks Wall", "block.create.orange_sail": "Vela Naranja", "block.create.orange_seat": "Asiento Naranja", "block.create.orange_toolbox": "Caja de Herramientas Naranja", "block.create.orange_valve_handle": "Válvula Naranja", "block.create.ornate_iron_window": "Ventana de Hierro Adornada", "block.create.ornate_iron_window_pane": "Panel de Ventana de Hierro Adornada", - "block.create.overgrown_andesite": "Andesita Descuidada", - "block.create.overgrown_dark_scoria": "Escoria Oscura Descuidada", - "block.create.overgrown_diorite": "Diorita Descuidada", - "block.create.overgrown_dolomite": "Dolomita Descuidada", - "block.create.overgrown_gabbro": "Gabro Descuidado", - "block.create.overgrown_granite": "Granito Descuidado", - "block.create.overgrown_limestone": "Piedra Caliza Descuidada", - "block.create.overgrown_scoria": "Escoria Descuidada", - "block.create.overgrown_weathered_limestone": "Piedra Caliza Erosionada Descuidada", - "block.create.paved_andesite": "Andesita Pavimentada", - "block.create.paved_andesite_slab": "Losa de Andesita Pavimentada", - "block.create.paved_andesite_stairs": "Escaleras de Andesita Pavimentada", - "block.create.paved_andesite_wall": "Muro de Andesita Pavimentada", - "block.create.paved_dark_scoria": "Escoria Oscura Pavimentada", - "block.create.paved_dark_scoria_slab": "Losa de Escoria Oscura Pavimentada", - "block.create.paved_dark_scoria_stairs": "Escaleras de Escoria Oscura Pavimentada", - "block.create.paved_dark_scoria_wall": "Muro de Escoria Oscura Pavimentada", - "block.create.paved_diorite": "Diorita Pavimentada", - "block.create.paved_diorite_slab": "Losa de Diorita Pavimentada", - "block.create.paved_diorite_stairs": "Escaleras de Diorita Pavimentada", - "block.create.paved_diorite_wall": "Muro de Diorita Pavimentada", - "block.create.paved_dolomite": "Dolomita Pavimentada", - "block.create.paved_dolomite_slab": "Losa de Dolomita Pavimentada", - "block.create.paved_dolomite_stairs": "Escaleras de Dolomita Pavimentada", - "block.create.paved_dolomite_wall": "Muro de Dolomita Pavimentada", - "block.create.paved_gabbro": "Gabro Pavimentado", - "block.create.paved_gabbro_slab": "Losa de Gabro Pavimentado", - "block.create.paved_gabbro_stairs": "Escaleras de Gabro Pavimentado", - "block.create.paved_gabbro_wall": "Muro de Gabro Pavimentado", - "block.create.paved_granite": "Granito Pavimentado", - "block.create.paved_granite_slab": "Losa de Granito Pavimentado", - "block.create.paved_granite_stairs": "Escaleras de Granito Pavimentado", - "block.create.paved_granite_wall": "Muro de Granito Pavimentado", - "block.create.paved_limestone": "Piedra Caliza Pavimentada", - "block.create.paved_limestone_slab": "Losa de Piedra Caliza Pavimentada", - "block.create.paved_limestone_stairs": "Escaleras de Piedra Caliza Pavimentada", - "block.create.paved_limestone_wall": "Muros de Piedra Caliza Pavimentada", - "block.create.paved_scoria": "Escoria Pavimentada", - "block.create.paved_scoria_slab": "Losa de Escoria Pavimentada", - "block.create.paved_scoria_stairs": "Escaleras de Escoria Pavimentada", - "block.create.paved_scoria_wall": "Muro de Escoria Pavimentada", - "block.create.paved_weathered_limestone": "Piedra Caliza Erosionada Pavimentada", - "block.create.paved_weathered_limestone_slab": "Losa de Piedra Caliza Erosionada Pavimentada", - "block.create.paved_weathered_limestone_stairs": "Escaleras de Piedra Caliza Erosionada Pavimentada", - "block.create.paved_weathered_limestone_wall": "Muro de Piedra Caliza Erosionada Pavimentada", "block.create.peculiar_bell": "Campana Peculiar", + "block.create.pillar_andesite": "UNLOCALIZED: Pillar Andesite", + "block.create.pillar_asurine": "UNLOCALIZED: Pillar Asurine", + "block.create.pillar_calcite": "UNLOCALIZED: Pillar Calcite", + "block.create.pillar_crimsite": "UNLOCALIZED: Pillar Crimsite", + "block.create.pillar_deepslate": "UNLOCALIZED: Pillar Deepslate", + "block.create.pillar_diorite": "UNLOCALIZED: Pillar Diorite", + "block.create.pillar_dripstone": "UNLOCALIZED: Pillar Dripstone", + "block.create.pillar_granite": "UNLOCALIZED: Pillar Granite", + "block.create.pillar_limestone": "UNLOCALIZED: Pillar Limestone", + "block.create.pillar_ochrum": "UNLOCALIZED: Pillar Ochrum", + "block.create.pillar_scorchia": "UNLOCALIZED: Pillar Scorchia", + "block.create.pillar_scoria": "UNLOCALIZED: Pillar Scoria", + "block.create.pillar_tuff": "UNLOCALIZED: Pillar Tuff", + "block.create.pillar_veridium": "UNLOCALIZED: Pillar Veridium", "block.create.pink_nixie_tube": "Tubo Nixie Rosado", "block.create.pink_sail": "Vela Rosada", "block.create.pink_seat": "Asiento Rosado", "block.create.pink_toolbox": "Caja de Herramientas Rosada", "block.create.pink_valve_handle": "Válvula Rosada", "block.create.piston_extension_pole": "Poste de Extensión de Pistón", - "block.create.polished_dark_scoria": "Escoria Oscura Pulida", - "block.create.polished_dark_scoria_slab": "Losa de Escoria Oscura Pulida", - "block.create.polished_dark_scoria_stairs": "Escaleras de Escoria Oscura Pulida", - "block.create.polished_dark_scoria_wall": "Muro de Escoria Oscura Pulida", - "block.create.polished_dolomite": "Dolomita Pulida", - "block.create.polished_dolomite_slab": "Losa de Dolomita Pulida", - "block.create.polished_dolomite_stairs": "Escaleras de Dolomita Pulida", - "block.create.polished_dolomite_wall": "Muro de Dolomita Pulida", - "block.create.polished_gabbro": "Gabro Pulido", - "block.create.polished_gabbro_slab": "Losa de de Gabro Pulido", - "block.create.polished_gabbro_stairs": "Escaleras de Gabro Pulido", - "block.create.polished_gabbro_wall": "Muro de Gabro Pulido", + "block.create.polished_andesite": "UNLOCALIZED: Polished Andesite", + "block.create.polished_andesite_slab": "UNLOCALIZED: Polished Andesite Slab", + "block.create.polished_andesite_stairs": "UNLOCALIZED: Polished Andesite Stairs", + "block.create.polished_andesite_wall": "UNLOCALIZED: Polished Andesite Wall", + "block.create.polished_asurine": "UNLOCALIZED: Polished Asurine", + "block.create.polished_asurine_slab": "UNLOCALIZED: Polished Asurine Slab", + "block.create.polished_asurine_stairs": "UNLOCALIZED: Polished Asurine Stairs", + "block.create.polished_asurine_wall": "UNLOCALIZED: Polished Asurine Wall", + "block.create.polished_calcite": "UNLOCALIZED: Polished Calcite", + "block.create.polished_calcite_slab": "UNLOCALIZED: Polished Calcite Slab", + "block.create.polished_calcite_stairs": "UNLOCALIZED: Polished Calcite Stairs", + "block.create.polished_calcite_wall": "UNLOCALIZED: Polished Calcite Wall", + "block.create.polished_crimsite": "UNLOCALIZED: Polished Crimsite", + "block.create.polished_crimsite_slab": "UNLOCALIZED: Polished Crimsite Slab", + "block.create.polished_crimsite_stairs": "UNLOCALIZED: Polished Crimsite Stairs", + "block.create.polished_crimsite_wall": "UNLOCALIZED: Polished Crimsite Wall", + "block.create.polished_deepslate": "UNLOCALIZED: Polished Deepslate", + "block.create.polished_deepslate_slab": "UNLOCALIZED: Polished Deepslate Slab", + "block.create.polished_deepslate_stairs": "UNLOCALIZED: Polished Deepslate Stairs", + "block.create.polished_deepslate_wall": "UNLOCALIZED: Polished Deepslate Wall", + "block.create.polished_diorite": "UNLOCALIZED: Polished Diorite", + "block.create.polished_diorite_slab": "UNLOCALIZED: Polished Diorite Slab", + "block.create.polished_diorite_stairs": "UNLOCALIZED: Polished Diorite Stairs", + "block.create.polished_diorite_wall": "UNLOCALIZED: Polished Diorite Wall", + "block.create.polished_dripstone": "UNLOCALIZED: Polished Dripstone", + "block.create.polished_dripstone_slab": "UNLOCALIZED: Polished Dripstone Slab", + "block.create.polished_dripstone_stairs": "UNLOCALIZED: Polished Dripstone Stairs", + "block.create.polished_dripstone_wall": "UNLOCALIZED: Polished Dripstone Wall", + "block.create.polished_granite": "UNLOCALIZED: Polished Granite", + "block.create.polished_granite_slab": "UNLOCALIZED: Polished Granite Slab", + "block.create.polished_granite_stairs": "UNLOCALIZED: Polished Granite Stairs", + "block.create.polished_granite_wall": "UNLOCALIZED: Polished Granite Wall", "block.create.polished_limestone": "Piedra Caliza Pulida", "block.create.polished_limestone_slab": "Losa de Piedra Caliza Pulida", "block.create.polished_limestone_stairs": "Escaleras de Piedra Caliza Pulida", "block.create.polished_limestone_wall": "Muro de Piedra Caliza Pulida", + "block.create.polished_ochrum": "UNLOCALIZED: Polished Ochrum", + "block.create.polished_ochrum_slab": "UNLOCALIZED: Polished Ochrum Slab", + "block.create.polished_ochrum_stairs": "UNLOCALIZED: Polished Ochrum Stairs", + "block.create.polished_ochrum_wall": "UNLOCALIZED: Polished Ochrum Wall", + "block.create.polished_scorchia": "UNLOCALIZED: Polished Scorchia", + "block.create.polished_scorchia_slab": "UNLOCALIZED: Polished Scorchia Slab", + "block.create.polished_scorchia_stairs": "UNLOCALIZED: Polished Scorchia Stairs", + "block.create.polished_scorchia_wall": "UNLOCALIZED: Polished Scorchia Wall", "block.create.polished_scoria": "Escoria Pulida", "block.create.polished_scoria_slab": "Losa de Escoria Pulida", "block.create.polished_scoria_stairs": "Escaleras de Escoria Pulida", "block.create.polished_scoria_wall": "Muro de Escoria Pulida", - "block.create.polished_weathered_limestone": "Piedra Caliza Erosionada Pulida", - "block.create.polished_weathered_limestone_slab": "Losa de Piedra Caliza Erosionada Pulida", - "block.create.polished_weathered_limestone_stairs": "Escaleras de Piedra Caliza Erosionada Pulida", - "block.create.polished_weathered_limestone_wall": "Muro de Piedra Caliza Erosionada Pulida", + "block.create.polished_tuff": "UNLOCALIZED: Polished Tuff", + "block.create.polished_tuff_slab": "UNLOCALIZED: Polished Tuff Slab", + "block.create.polished_tuff_stairs": "UNLOCALIZED: Polished Tuff Stairs", + "block.create.polished_tuff_wall": "UNLOCALIZED: Polished Tuff Wall", + "block.create.polished_veridium": "UNLOCALIZED: Polished Veridium", + "block.create.polished_veridium_slab": "UNLOCALIZED: Polished Veridium Slab", + "block.create.polished_veridium_stairs": "UNLOCALIZED: Polished Veridium Stairs", + "block.create.polished_veridium_wall": "UNLOCALIZED: Polished Veridium Wall", "block.create.portable_fluid_interface": "Interfaz de Fluidos Portable", "block.create.portable_storage_interface": "Interfaz de Almacenamientos Portable", "block.create.powered_latch": "Cerrojo de Redstone", @@ -377,6 +364,7 @@ "block.create.purple_toolbox": "Caja de Herramientas Morada", "block.create.purple_valve_handle": "Válvula Morada", "block.create.radial_chassis": "Chasis Radial", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "Tubo Nixie Rojo", "block.create.red_sail": "Vela Roja", "block.create.red_seat": "Asiento Rojo", @@ -391,20 +379,76 @@ "block.create.sail_frame": "Marco de Vela", "block.create.schematic_table": "Mesa de Esquemas", "block.create.schematicannon": "Esquemacañón", + "block.create.scorchia": "UNLOCALIZED: Scorchia", + "block.create.scorchia_bricks": "UNLOCALIZED: Scorchia Bricks", + "block.create.scorchia_bricks_slab": "UNLOCALIZED: Scorchia Bricks Slab", + "block.create.scorchia_bricks_stairs": "UNLOCALIZED: Scorchia Bricks Stairs", + "block.create.scorchia_bricks_wall": "UNLOCALIZED: Scorchia Bricks Wall", "block.create.scoria": "Escoria", "block.create.scoria_bricks": "Ladrillos de Escoria", "block.create.scoria_bricks_slab": "Losa de Ladrillos de Escoria", "block.create.scoria_bricks_stairs": "Escaleras de Ladrillos de Escoria", "block.create.scoria_bricks_wall": "Muro de Ladrillos de Escoria", - "block.create.scoria_cobblestone": "Adoquín de Escoria", - "block.create.scoria_cobblestone_slab": "Losa de Adoquín de Escoria", - "block.create.scoria_cobblestone_stairs": "Escaleras de Adoquín de Escoria", - "block.create.scoria_cobblestone_wall": "Muro de Adoquín de Escoria", - "block.create.scoria_pillar": "Pilar de Escoria", "block.create.secondary_linear_chassis": "Chasis Lineal Secundario", "block.create.sequenced_gearshift": "Caja de Cambios Secuenciada", "block.create.shadow_steel_casing": "Cubierta de Sombra", "block.create.shaft": "Eje", + "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", + "block.create.small_andesite_bricks_slab": "UNLOCALIZED: Small Andesite Bricks Slab", + "block.create.small_andesite_bricks_stairs": "UNLOCALIZED: Small Andesite Bricks Stairs", + "block.create.small_andesite_bricks_wall": "UNLOCALIZED: Small Andesite Bricks Wall", + "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", + "block.create.small_asurine_bricks_slab": "UNLOCALIZED: Small Asurine Bricks Slab", + "block.create.small_asurine_bricks_stairs": "UNLOCALIZED: Small Asurine Bricks Stairs", + "block.create.small_asurine_bricks_wall": "UNLOCALIZED: Small Asurine Bricks Wall", + "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", + "block.create.small_calcite_bricks_slab": "UNLOCALIZED: Small Calcite Bricks Slab", + "block.create.small_calcite_bricks_stairs": "UNLOCALIZED: Small Calcite Bricks Stairs", + "block.create.small_calcite_bricks_wall": "UNLOCALIZED: Small Calcite Bricks Wall", + "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", + "block.create.small_crimsite_bricks_slab": "UNLOCALIZED: Small Crimsite Bricks Slab", + "block.create.small_crimsite_bricks_stairs": "UNLOCALIZED: Small Crimsite Bricks Stairs", + "block.create.small_crimsite_bricks_wall": "UNLOCALIZED: Small Crimsite Bricks Wall", + "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", + "block.create.small_deepslate_bricks_slab": "UNLOCALIZED: Small Deepslate Bricks Slab", + "block.create.small_deepslate_bricks_stairs": "UNLOCALIZED: Small Deepslate Bricks Stairs", + "block.create.small_deepslate_bricks_wall": "UNLOCALIZED: Small Deepslate Bricks Wall", + "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", + "block.create.small_diorite_bricks_slab": "UNLOCALIZED: Small Diorite Bricks Slab", + "block.create.small_diorite_bricks_stairs": "UNLOCALIZED: Small Diorite Bricks Stairs", + "block.create.small_diorite_bricks_wall": "UNLOCALIZED: Small Diorite Bricks Wall", + "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", + "block.create.small_dripstone_bricks_slab": "UNLOCALIZED: Small Dripstone Bricks Slab", + "block.create.small_dripstone_bricks_stairs": "UNLOCALIZED: Small Dripstone Bricks Stairs", + "block.create.small_dripstone_bricks_wall": "UNLOCALIZED: Small Dripstone Bricks Wall", + "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", + "block.create.small_granite_bricks_slab": "UNLOCALIZED: Small Granite Bricks Slab", + "block.create.small_granite_bricks_stairs": "UNLOCALIZED: Small Granite Bricks Stairs", + "block.create.small_granite_bricks_wall": "UNLOCALIZED: Small Granite Bricks Wall", + "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", + "block.create.small_limestone_bricks_slab": "UNLOCALIZED: Small Limestone Bricks Slab", + "block.create.small_limestone_bricks_stairs": "UNLOCALIZED: Small Limestone Bricks Stairs", + "block.create.small_limestone_bricks_wall": "UNLOCALIZED: Small Limestone Bricks Wall", + "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", + "block.create.small_ochrum_bricks_slab": "UNLOCALIZED: Small Ochrum Bricks Slab", + "block.create.small_ochrum_bricks_stairs": "UNLOCALIZED: Small Ochrum Bricks Stairs", + "block.create.small_ochrum_bricks_wall": "UNLOCALIZED: Small Ochrum Bricks Wall", + "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", + "block.create.small_scorchia_bricks_slab": "UNLOCALIZED: Small Scorchia Bricks Slab", + "block.create.small_scorchia_bricks_stairs": "UNLOCALIZED: Small Scorchia Bricks Stairs", + "block.create.small_scorchia_bricks_wall": "UNLOCALIZED: Small Scorchia Bricks Wall", + "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", + "block.create.small_scoria_bricks_slab": "UNLOCALIZED: Small Scoria Bricks Slab", + "block.create.small_scoria_bricks_stairs": "UNLOCALIZED: Small Scoria Bricks Stairs", + "block.create.small_scoria_bricks_wall": "UNLOCALIZED: Small Scoria Bricks Wall", + "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", + "block.create.small_tuff_bricks_slab": "UNLOCALIZED: Small Tuff Bricks Slab", + "block.create.small_tuff_bricks_stairs": "UNLOCALIZED: Small Tuff Bricks Stairs", + "block.create.small_tuff_bricks_wall": "UNLOCALIZED: Small Tuff Bricks Wall", + "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", + "block.create.small_veridium_bricks_slab": "UNLOCALIZED: Small Veridium Bricks Slab", + "block.create.small_veridium_bricks_stairs": "UNLOCALIZED: Small Veridium Bricks Stairs", + "block.create.small_veridium_bricks_wall": "UNLOCALIZED: Small Veridium Bricks Wall", "block.create.smart_chute": "Tolvogán Inteligente", "block.create.smart_fluid_pipe": "Tubería de Fluidos Inteligente", "block.create.speedometer": "Velocímetro", @@ -417,22 +461,21 @@ "block.create.stressometer": "Estresómetro", "block.create.tiled_glass": "Vidrio Baldosa", "block.create.tiled_glass_pane": "Panel de Vidrio Baldosa", + "block.create.tuff_bricks": "UNLOCALIZED: Tuff Bricks", + "block.create.tuff_bricks_slab": "UNLOCALIZED: Tuff Bricks Slab", + "block.create.tuff_bricks_stairs": "UNLOCALIZED: Tuff Bricks Stairs", + "block.create.tuff_bricks_wall": "UNLOCALIZED: Tuff Bricks Wall", "block.create.turntable": "Plato Giratorio", + "block.create.veridium": "UNLOCALIZED: Veridium", + "block.create.veridium_bricks": "UNLOCALIZED: Veridium Bricks", + "block.create.veridium_bricks_slab": "UNLOCALIZED: Veridium Bricks Slab", + "block.create.veridium_bricks_stairs": "UNLOCALIZED: Veridium Bricks Stairs", + "block.create.veridium_bricks_wall": "UNLOCALIZED: Veridium Bricks Wall", "block.create.vertical_framed_glass": "Vidrio Baldosa Vertical", "block.create.vertical_framed_glass_pane": "Panel de Vidrio Baldosa Vertical", "block.create.warped_window": "Ventana Distorsionada", "block.create.warped_window_pane": "Panel de Ventana Distorsionada", "block.create.water_wheel": "Rueda de Agua", - "block.create.weathered_limestone": "Piedra Caliza Erosionada", - "block.create.weathered_limestone_bricks": "Ladrillos de Piedra Caliza Erosionada", - "block.create.weathered_limestone_bricks_slab": "Losa de Ladrillos de Piedra Caliza Erosionada", - "block.create.weathered_limestone_bricks_stairs": "Escaledas de Ladrillos de Piedra Caliza Erosionada", - "block.create.weathered_limestone_bricks_wall": "Muro de Ladrillos de Piedra Caliza Erosionada", - "block.create.weathered_limestone_cobblestone": "Adoquín de Piedra Caliza Erosionada", - "block.create.weathered_limestone_cobblestone_slab": "Losa de Adoquín de Piedra Caliza Erosionada", - "block.create.weathered_limestone_cobblestone_stairs": "Escalera de Adoquín de Piedra Caliza Erosionada", - "block.create.weathered_limestone_cobblestone_wall": "Muro de Adoquín de Piedra Caliza Erosionada", - "block.create.weathered_limestone_pillar": "Pilar de Piedra Caliza Erosionada", "block.create.weighted_ejector": "Eyector por Peso", "block.create.white_nixie_tube": "Tubo Nixie Blanco", "block.create.white_sail": "Vela Blanca", @@ -525,6 +568,7 @@ "item.create.powdered_obsidian": "Obsidiana Pulverizada", "item.create.precision_mechanism": "Mecanismo de Precisión", "item.create.propeller": "Hélice", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Papel de Arena Roja", "item.create.refined_radiance": "Radiancia Refinada", "item.create.rose_quartz": "Cuarzo Rosa", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_es.json b/src/generated/resources/assets/create/lang/unfinished/es_es.json index ee48d9fd3..b06fb271f 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_es.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_es.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 232", + "_": "Missing Localizations: 235", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Desplegador", "block.create.depot": "Depósito", "block.create.diorite_bricks": "Ladrillos de diorita", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "Caja de herramientas púrpura", "block.create.purple_valve_handle": "Asa de válvula morada", "block.create.radial_chassis": "Chasis radial", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "Tubo Nixie rojo", "block.create.red_sail": "Vela roja", "block.create.red_seat": "Asiento rojo", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "Polvo de obsidiana", "item.create.precision_mechanism": "Mecanismo de precisión", "item.create.propeller": "Hélice", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Papel de lija rojo", "item.create.refined_radiance": "Resplandor refinado", "item.create.rose_quartz": "Cuarzo rosado", diff --git a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json index 37d4a9d11..481777f48 100644 --- a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json +++ b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1502", + "_": "Missing Localizations: 1505", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Déployeur", "block.create.depot": "Dépot", "block.create.diorite_bricks": "Briques de diorite", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", "block.create.radial_chassis": "Châssis radial", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube", "block.create.red_sail": "UNLOCALIZED: Red Sail", "block.create.red_seat": "UNLOCALIZED: Red Seat", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "Obsidienne concassée", "item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism", "item.create.propeller": "Hélice", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Papier de verre rouge", "item.create.refined_radiance": "Éclat raffiné", "item.create.rose_quartz": "Quartz rose", diff --git a/src/generated/resources/assets/create/lang/unfinished/it_it.json b/src/generated/resources/assets/create/lang/unfinished/it_it.json index bce97e9ba..16587b875 100644 --- a/src/generated/resources/assets/create/lang/unfinished/it_it.json +++ b/src/generated/resources/assets/create/lang/unfinished/it_it.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1172", + "_": "Missing Localizations: 1175", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Installatore", "block.create.depot": "Deposito", "block.create.diorite_bricks": "Mattoni di diorite", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", "block.create.purple_valve_handle": "Maniglia per valvola viola", "block.create.radial_chassis": "Telaio radiale", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube", "block.create.red_sail": "Vela rossa", "block.create.red_seat": "Sedile rosso", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "Ossidiana in polvere", "item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism", "item.create.propeller": "Elica", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Carta vetrata rossa", "item.create.refined_radiance": "Radiance raffinata", "item.create.rose_quartz": "Quarzo rosa", diff --git a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json index a1e1c1607..6b5693a9f 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json +++ b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 232", + "_": "Missing Localizations: 235", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "デプロイヤー", "block.create.depot": "デポ", "block.create.diorite_bricks": "閃緑岩レンガ", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "紫色の工具箱", "block.create.purple_valve_handle": "紫色のバルブハンドル", "block.create.radial_chassis": "ラジアルシャーシ", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "赤色のニキシー管", "block.create.red_sail": "赤色の帆", "block.create.red_seat": "赤色のシート", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "黒曜石の粉", "item.create.precision_mechanism": "精密機構", "item.create.propeller": "プロペラ", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "赤い紙やすり", "item.create.refined_radiance": "高貴な光輝", "item.create.rose_quartz": "ローズクォーツ", diff --git a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json index 366c738b8..74455bcc8 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json +++ b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 232", + "_": "Missing Localizations: 235", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "배포기", "block.create.depot": "아이템 거치대", "block.create.diorite_bricks": "섬록암 벽돌", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "보라색 공구상자", "block.create.purple_valve_handle": "보라색 밸브 손잡이", "block.create.radial_chassis": "원형 섀시", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "빨간색 닉시관", "block.create.red_sail": "빨간색 날개", "block.create.red_seat": "빨간색 좌석", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "흑요석 가루", "item.create.precision_mechanism": "정밀 기계장치", "item.create.propeller": "프로펠러", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "붉은 사포", "item.create.refined_radiance": "정제된 광채", "item.create.rose_quartz": "장밋빛 석영", diff --git a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json index 52080950a..f6d0f9cb8 100644 --- a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json +++ b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1860", + "_": "Missing Localizations: 1863", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "UNLOCALIZED: Deployer", "block.create.depot": "UNLOCALIZED: Depot", "block.create.diorite_bricks": "Diorietstenen", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", "block.create.radial_chassis": "Rotation Frame", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "UNLOCALIZED: Red Nixie Tube", "block.create.red_sail": "UNLOCALIZED: Red Sail", "block.create.red_seat": "UNLOCALIZED: Red Seat", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "UNLOCALIZED: Powdered Obsidian", "item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism", "item.create.propeller": "Propeller", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "UNLOCALIZED: Red Sand Paper", "item.create.refined_radiance": "UNLOCALIZED: Refined Radiance", "item.create.rose_quartz": "Roze Kwarts", diff --git a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json index ab185e9c0..613f6d75e 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json +++ b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 271", + "_": "Missing Localizations: 274", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Aplikator", "block.create.depot": "Składnica", "block.create.diorite_bricks": "Diorytowe cegły", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", "block.create.purple_valve_handle": "Fioletowe pokrętło", "block.create.radial_chassis": "Stelaż promienisty", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "Czerwona lampa cyfrowa", "block.create.red_sail": "Czerwony żagiel", "block.create.red_seat": "Czerwone siedzenie", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "Sproszkowany obsydian", "item.create.precision_mechanism": "Precyzyjny mechanizm", "item.create.propeller": "Śmigło", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Czerwony papier ścierny", "item.create.refined_radiance": "Świetlisty materiał", "item.create.rose_quartz": "Różowy kwarc", diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_br.json b/src/generated/resources/assets/create/lang/unfinished/pt_br.json index ca628f294..abbc1e208 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pt_br.json +++ b/src/generated/resources/assets/create/lang/unfinished/pt_br.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1595", + "_": "Missing Localizations: 1598", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Implantador", "block.create.depot": "Depósito", "block.create.diorite_bricks": "Tijolos de Diorito", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "Caixa de ferramentas roxa", "block.create.purple_valve_handle": "válvula roxa", "block.create.radial_chassis": "Chassis Radial", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "Tubo nixie vermelho", "block.create.red_sail": "Vela vermelha", "block.create.red_seat": "Assento vermelho", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "Pó de Obsidiana", "item.create.precision_mechanism": "Mecanismo de Precisão", "item.create.propeller": "Hélice", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Lixa Vermelha", "item.create.refined_radiance": "Luz Refinada", "item.create.rose_quartz": "Quartzo Rosa", diff --git a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json b/src/generated/resources/assets/create/lang/unfinished/ru_ru.json index 87048bd7b..5445cd36c 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json +++ b/src/generated/resources/assets/create/lang/unfinished/ru_ru.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 276", + "_": "Missing Localizations: 279", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "Автономный активатор", "block.create.depot": "Депо", "block.create.diorite_bricks": "Диоритовый кирпич", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", "block.create.purple_valve_handle": "Фиолетовый ручной вентиль", "block.create.radial_chassis": "Радиальное шасси", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "Красный газоразрядный индикатор", "block.create.red_sail": "Красный парус", "block.create.red_seat": "Красное сиденье", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "Порошкообразный обсидиан", "item.create.precision_mechanism": "Механизм точности", "item.create.propeller": "Пропеллер", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "Красная наждачная бумага", "item.create.refined_radiance": "Изысканное сияние", "item.create.rose_quartz": "Розовый кварц", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json index 10ded31bf..fce6cc8cc 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 232", + "_": "Missing Localizations: 235", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "机械手", "block.create.depot": "置物台", "block.create.diorite_bricks": "闪长岩砖", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "紫色工具箱", "block.create.purple_valve_handle": "紫色阀门手轮", "block.create.radial_chassis": "旋转底盘", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "红色辉光管", "block.create.red_sail": "红色风帆", "block.create.red_seat": "红色坐垫", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "黑曜石粉末", "item.create.precision_mechanism": "精密构件", "item.create.propeller": "扇叶", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "红沙砂纸", "item.create.refined_radiance": "光辉石", "item.create.rose_quartz": "玫瑰石英", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json index 0b135d1cd..39fd82e64 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 290", + "_": "Missing Localizations: 293", "_": "->------------------------] Game Elements [------------------------<-", @@ -150,6 +150,7 @@ "block.create.deepslate_bricks_slab": "UNLOCALIZED: Deepslate Bricks Slab", "block.create.deepslate_bricks_stairs": "UNLOCALIZED: Deepslate Bricks Stairs", "block.create.deepslate_bricks_wall": "UNLOCALIZED: Deepslate Bricks Wall", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", "block.create.deployer": "機器手", "block.create.depot": "置物臺", "block.create.diorite_bricks": "閃長岩磚", @@ -363,6 +364,7 @@ "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", "block.create.purple_valve_handle": "紫色閥門開關", "block.create.radial_chassis": "旋轉底盤", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", "block.create.red_nixie_tube": "紅色真空管", "block.create.red_sail": "紅色風帆", "block.create.red_seat": "紅色坐墊", @@ -566,6 +568,7 @@ "item.create.powdered_obsidian": "黑曜石粉末", "item.create.precision_mechanism": " 精確控制器", "item.create.propeller": "扇葉", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", "item.create.red_sand_paper": "紅砂紙", "item.create.refined_radiance": "光輝石", "item.create.rose_quartz": "玫瑰石英", diff --git a/src/generated/resources/assets/create/models/block/deepslate_zinc_ore.json b/src/generated/resources/assets/create/models/block/deepslate_zinc_ore.json new file mode 100644 index 000000000..f59af824d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/deepslate_zinc_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "create:block/deepslate_zinc_ore" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/raw_zinc_block.json b/src/generated/resources/assets/create/models/block/raw_zinc_block.json new file mode 100644 index 000000000..e13e5bc39 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/raw_zinc_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "create:block/raw_zinc_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/deepslate_zinc_ore.json b/src/generated/resources/assets/create/models/item/deepslate_zinc_ore.json new file mode 100644 index 000000000..e846ec493 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/deepslate_zinc_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/deepslate_zinc_ore" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/raw_zinc.json b/src/generated/resources/assets/create/models/item/raw_zinc.json new file mode 100644 index 000000000..3fd920e4d --- /dev/null +++ b/src/generated/resources/assets/create/models/item/raw_zinc.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "create:item/raw_zinc" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/raw_zinc_block.json b/src/generated/resources/assets/create/models/item/raw_zinc_block.json new file mode 100644 index 000000000..5ecad909e --- /dev/null +++ b/src/generated/resources/assets/create/models/item/raw_zinc_block.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/raw_zinc_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json new file mode 100644 index 000000000..1f7b794d8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:blasting/zinc_ingot_from_raw_ore" + ] + }, + "criteria": { + "has_item": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc" + ] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:blasting/zinc_ingot_from_raw_ore" + } + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json new file mode 100644 index 000000000..892c4fdf5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:crafting/materials/raw_zinc" + ] + }, + "criteria": { + "has_item": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc_block" + ] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:crafting/materials/raw_zinc" + } + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json new file mode 100644 index 000000000..81401ca0f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:crafting/materials/raw_zinc_block" + ] + }, + "criteria": { + "has_item": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc" + ] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:crafting/materials/raw_zinc_block" + } + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json new file mode 100644 index 000000000..3abdfda2b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:smelting/zinc_ingot_from_raw_ore" + ] + }, + "criteria": { + "has_item": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc" + ] + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:smelting/zinc_ingot_from_raw_ore" + } + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json b/src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json new file mode 100644 index 000000000..83953b8bc --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json @@ -0,0 +1,49 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "create:deepslate_zinc_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "create:raw_zinc" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json b/src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json new file mode 100644 index 000000000..cfc53635b --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "create:raw_zinc_block" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json b/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json index 263b30abe..7a12b94bf 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json +++ b/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json @@ -6,13 +6,42 @@ "bonus_rolls": 0.0, "entries": [ { - "type": "minecraft:item", - "name": "create:zinc_ore" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "create:zinc_ore" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "create:raw_zinc" + } + ] } ] } diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json index eedba058a..0917754d3 100644 --- a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json @@ -4,6 +4,6 @@ "tag": "forge:ores/zinc" }, "result": "create:zinc_ingot", - "experience": 0.1, + "experience": 1.0, "cookingtime": 100 } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json new file mode 100644 index 000000000..8e1c74d40 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "create:raw_zinc" + }, + "result": "create:zinc_ingot", + "experience": 0.7, + "cookingtime": 100 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json new file mode 100644 index 000000000..844b5defb --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:raw_zinc_block" + } + ], + "result": { + "item": "create:raw_zinc", + "count": 9 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json new file mode 100644 index 000000000..b8e84845c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CCC", + "CCC" + ], + "key": { + "C": { + "item": "create:raw_zinc" + } + }, + "result": { + "item": "create:raw_zinc_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json index dd6596a2d..696859c05 100644 --- a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json @@ -4,6 +4,6 @@ "tag": "forge:ores/zinc" }, "result": "create:zinc_ingot", - "experience": 0.1, + "experience": 1.0, "cookingtime": 200 } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json new file mode 100644 index 000000000..18b640864 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "create:raw_zinc" + }, + "result": "create:zinc_ingot", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores.json b/src/generated/resources/data/forge/tags/blocks/ores.json index 9389dcb95..769d1bdfe 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores.json +++ b/src/generated/resources/data/forge/tags/blocks/ores.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "create:zinc_ore" + "create:zinc_ore", + "create:deepslate_zinc_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores/zinc.json b/src/generated/resources/data/forge/tags/blocks/ores/zinc.json index 9389dcb95..769d1bdfe 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores/zinc.json +++ b/src/generated/resources/data/forge/tags/blocks/ores/zinc.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "create:zinc_ore" + "create:zinc_ore", + "create:deepslate_zinc_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores.json b/src/generated/resources/data/forge/tags/items/ores.json index 9389dcb95..769d1bdfe 100644 --- a/src/generated/resources/data/forge/tags/items/ores.json +++ b/src/generated/resources/data/forge/tags/items/ores.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "create:zinc_ore" + "create:zinc_ore", + "create:deepslate_zinc_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/zinc.json b/src/generated/resources/data/forge/tags/items/ores/zinc.json index 9389dcb95..769d1bdfe 100644 --- a/src/generated/resources/data/forge/tags/items/ores/zinc.json +++ b/src/generated/resources/data/forge/tags/items/ores/zinc.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "create:zinc_ore" + "create:zinc_ore", + "create:deepslate_zinc_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index ead4cdaca..158b62fbe 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -136,6 +136,8 @@ "create:peculiar_bell", "create:haunted_bell", "create:zinc_ore", + "create:deepslate_zinc_ore", + "create:raw_zinc_block", "create:copper_block", "create:copper_shingles", "create:copper_tiles", diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json index 17123a18d..0368e8a7c 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json +++ b/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json @@ -2,6 +2,8 @@ "replace": false, "values": [ "create:zinc_ore", + "create:deepslate_zinc_ore", + "create:raw_zinc_block", "create:zinc_block", "create:brass_block" ] diff --git a/src/main/java/com/simibubi/create/AllBlocks.java b/src/main/java/com/simibubi/create/AllBlocks.java index 84bf1c35c..d7a267ffc 100644 --- a/src/main/java/com/simibubi/create/AllBlocks.java +++ b/src/main/java/com/simibubi/create/AllBlocks.java @@ -181,6 +181,7 @@ import com.simibubi.create.foundation.utility.Couple; import com.simibubi.create.foundation.utility.DyeHelper; import com.simibubi.create.foundation.worldgen.OxidizingBlock; import com.tterrag.registrate.providers.RegistrateRecipeProvider; +import com.tterrag.registrate.providers.loot.RegistrateBlockLootTables; import com.tterrag.registrate.util.entry.BlockEntry; import net.minecraft.client.renderer.RenderType; @@ -193,6 +194,7 @@ import net.minecraft.tags.ItemTags; import net.minecraft.world.item.DyeColor; import net.minecraft.world.item.Item; import net.minecraft.world.item.Rarity; +import net.minecraft.world.item.enchantment.Enchantments; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.SoundType; @@ -203,6 +205,7 @@ import net.minecraft.world.level.storage.loot.LootPool; import net.minecraft.world.level.storage.loot.LootTable; import net.minecraft.world.level.storage.loot.LootTable.Builder; import net.minecraft.world.level.storage.loot.entries.LootItem; +import net.minecraft.world.level.storage.loot.functions.ApplyBonusCount; import net.minecraft.world.level.storage.loot.functions.CopyNameFunction; import net.minecraft.world.level.storage.loot.functions.CopyNbtFunction; import net.minecraft.world.level.storage.loot.predicates.ExplosionCondition; @@ -1511,10 +1514,14 @@ public class AllBlocks { } public static final BlockEntry ZINC_ORE = REGISTRATE.block("zinc_ore", Block::new) - .initialProperties(() -> Blocks.GOLD_BLOCK) + .initialProperties(() -> Blocks.GOLD_ORE) .properties(p -> p.requiresCorrectToolForDrops() .sound(SoundType.STONE)) .transform(pickaxeOnly()) + .loot((lt, b) -> lt.add(b, + RegistrateBlockLootTables.createSilkTouchDispatchTable(b, + RegistrateBlockLootTables.applyExplosionDecay(b, LootItem.lootTableItem(AllItems.RAW_ZINC.get()) + .apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))))) .tag(BlockTags.NEEDS_IRON_TOOL) .tag(Tags.Blocks.ORES) .transform(tagBlockAndItem("ores/zinc")) @@ -1522,6 +1529,31 @@ public class AllBlocks { .build() .register(); + public static final BlockEntry DEEPSLATE_ZINC_ORE = REGISTRATE.block("deepslate_zinc_ore", Block::new) + .initialProperties(() -> Blocks.DEEPSLATE_GOLD_ORE) + .properties(p -> p.requiresCorrectToolForDrops() + .sound(SoundType.DEEPSLATE)) + .transform(pickaxeOnly()) + .loot((lt, b) -> lt.add(b, + RegistrateBlockLootTables.createSilkTouchDispatchTable(b, + RegistrateBlockLootTables.applyExplosionDecay(b, LootItem.lootTableItem(AllItems.RAW_ZINC.get()) + .apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))))) + .tag(BlockTags.NEEDS_IRON_TOOL) + .tag(Tags.Blocks.ORES) + .transform(tagBlockAndItem("ores/zinc")) + .tag(Tags.Items.ORES) + .build() + .register(); + + public static final BlockEntry RAW_ZINC_BLOCK = REGISTRATE.block("raw_zinc_block", Block::new) + .initialProperties(() -> Blocks.RAW_GOLD_BLOCK) + .properties(p -> p.requiresCorrectToolForDrops()) + .transform(pickaxeOnly()) + .tag(BlockTags.NEEDS_IRON_TOOL) + .lang("Block of Raw Zinc") + .simpleItem() + .register(); + public static final BlockEntry COPPER_PLATING = REGISTRATE.block("copper_block", p -> new OxidizingBlock(p)) .initialProperties(() -> Blocks.COPPER_BLOCK) diff --git a/src/main/java/com/simibubi/create/AllItems.java b/src/main/java/com/simibubi/create/AllItems.java index 00f1d7a37..26ae909a0 100644 --- a/src/main/java/com/simibubi/create/AllItems.java +++ b/src/main/java/com/simibubi/create/AllItems.java @@ -139,6 +139,9 @@ public class AllItems { .lang("Builder's Tea") .register(); + + public static final ItemEntry RAW_ZINC = ingredient("raw_zinc"); + public static final ItemEntry ANDESITE_ALLOY = ingredient("andesite_alloy"), ZINC_INGOT = taggedIngredient("zinc_ingot", forgeItemTag("ingots/zinc"), CREATE_INGOTS.tag), BRASS_INGOT = taggedIngredient("brass_ingot", forgeItemTag("ingots/brass"), CREATE_INGOTS.tag); diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java index 7d5b9115b..dd47008dc 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/StandardRecipeGen.java @@ -69,9 +69,19 @@ public class StandardRecipeGen extends CreateRecipeProvider { GeneratedRecipe - COPPER_NUGGET = create(AllItems.COPPER_NUGGET).returns(9) - .unlockedBy(() -> Items.COPPER_INGOT) - .viaShapeless(b -> b.requires(I.copper())), + RAW_ZINC = create(AllItems.RAW_ZINC).returns(9) + .unlockedBy(AllBlocks.RAW_ZINC_BLOCK::get) + .viaShapeless(b -> b.requires(AllBlocks.RAW_ZINC_BLOCK.get())), + + RAW_ZINC_BLOCK = create(AllBlocks.RAW_ZINC_BLOCK).unlockedBy(AllItems.RAW_ZINC::get) + .viaShaped(b -> b.define('C', AllItems.RAW_ZINC.get()) + .pattern("CCC") + .pattern("CCC") + .pattern("CCC")), + + COPPER_NUGGET = create(AllItems.COPPER_NUGGET).returns(9) + .unlockedBy(() -> Items.COPPER_INGOT) + .viaShapeless(b -> b.requires(I.copper())), COPPER_INGOT = create(() -> Items.COPPER_INGOT).unlockedBy(AllItems.COPPER_NUGGET::get) .viaShaped(b -> b.define('C', I.copperNugget()) @@ -1037,7 +1047,6 @@ public class StandardRecipeGen extends CreateRecipeProvider { VERTICAL_FRAMED_GLASS_PANE = recycleGlassPane(AllPaletteBlocks.VERTICAL_FRAMED_GLASS_PANE), HORIZONTAL_FRAMED_GLASS_PANE = recycleGlassPane(AllPaletteBlocks.HORIZONTAL_FRAMED_GLASS_PANE), - ZINC_ORE = blastMetalOre(AllItems.ZINC_INGOT::get, AllTags.forgeItemTag("ores/zinc")), CRUSHED_IRON = blastCrushedMetal(() -> Items.IRON_INGOT, AllItems.CRUSHED_IRON::get), CRUSHED_GOLD = blastCrushedMetal(() -> Items.GOLD_INGOT, AllItems.CRUSHED_GOLD::get), CRUSHED_COPPER = blastCrushedMetal(() -> Items.COPPER_INGOT, AllItems.CRUSHED_COPPER::get), @@ -1052,7 +1061,17 @@ public class StandardRecipeGen extends CreateRecipeProvider { CRUSHED_QUICKSILVER = blastModdedCrushedMetal(AllItems.CRUSHED_QUICKSILVER, "quicksilver", MW), CRUSHED_BAUXITE = blastModdedCrushedMetal(AllItems.CRUSHED_BAUXITE, "aluminum", IE, SM), CRUSHED_URANIUM = blastModdedCrushedMetal(AllItems.CRUSHED_URANIUM, "uranium", MEK, IE, SM), - CRUSHED_NICKEL = blastModdedCrushedMetal(AllItems.CRUSHED_NICKEL, "nickel", TH, IE, SM) + CRUSHED_NICKEL = blastModdedCrushedMetal(AllItems.CRUSHED_NICKEL, "nickel", TH, IE, SM), + + ZINC_ORE = create(AllItems.ZINC_INGOT::get).withSuffix("_from_ore") + .viaCookingTag(() -> AllTags.forgeItemTag("ores/zinc")) + .rewardXP(1) + .inBlastFurnace(), + + RAW_ZINC_ORE = create(AllItems.ZINC_INGOT::get).withSuffix("_from_raw_ore") + .viaCooking(AllItems.RAW_ZINC::get) + .rewardXP(.7f) + .inBlastFurnace() ; @@ -1113,13 +1132,6 @@ public class StandardRecipeGen extends CreateRecipeProvider { return null; } - GeneratedRecipe blastMetalOre(Supplier result, Tag.Named ore) { - return create(result::get).withSuffix("_from_ore") - .viaCookingTag(() -> ore) - .rewardXP(.1f) - .inBlastFurnace(); - } - GeneratedRecipe recycleGlass(BlockEntry ingredient) { return create(() -> Blocks.GLASS).withSuffix("_from_" + ingredient.getId() .getPath()) diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java b/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java index f68288ca8..35523c253 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java @@ -5,6 +5,7 @@ import java.util.Map; import com.simibubi.create.AllBlocks; import com.simibubi.create.Create; +import com.simibubi.create.foundation.utility.Couple; import net.minecraft.core.Registry; import net.minecraft.data.BuiltinRegistries; @@ -29,8 +30,8 @@ public class AllWorldFeatures { // public static final ConfigDrivenFeatureEntry ZINC_ORE = - register("zinc_ore", 14, 4, OVERWORLD_BIOMES).between(15, 70) - .withBlock(AllBlocks.ZINC_ORE); + register("zinc_ore", 14, 4, OVERWORLD_BIOMES).between(1, 70) + .withBlocks(Couple.create(AllBlocks.ZINC_ORE, AllBlocks.DEEPSLATE_ZINC_ORE)); public static final ConfigDrivenFeatureEntry STRIATED_ORES_OVERWORLD = register("striated_ores_overworld", 32, 1 / 32f, OVERWORLD_BIOMES).between(1, 70) diff --git a/src/main/resources/assets/create/textures/block/deepslate_zinc_ore.png b/src/main/resources/assets/create/textures/block/deepslate_zinc_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..abfd64345656948499633e93faf9e2ec867eb9a5 GIT binary patch literal 700 zcmV;t0z>_YP)Px%c1c7*R5*=Ylf6qDVI0RlfdopGTkdqYf^9C6gkn+KXljju)ubpm80zR$p@MUv z`4ftyTcJk>sfFU!;UGdpOK6HDSX6L0-%e4yq0ilNq?1EBgu9wP%QHN`m+#vXDijJ$ zAq1}La{D-rhvzi_7#ey65Y#x1hoVRTgiX`LvTP)&6VGb|cQ!kQHuVsI(bNduRagF`bce2?rEb9jV>GU9uvqxxb zY_h2+60$6}K}@Fyi9{j*2q8E+IuDS=;t%NW>t$s{C+zdIEE@nx>I9%x+ru9W;CT&} zmKT`L^S|=$}@}O;6I_*UQ1-Ddml=0HI-204SBV1EgUg1fJ<~^(Ta0IiXsu z^KSMHs;Xfal|Xe#>g49;hJ1bs0Mj%92+hsSHE(+^Nu6Xe!vOR|?**2f9bd5U_7&^J zHLBG*0E!~DT=2XGnx+zq#ahK@X8{dW)zI}-s?~a1PW)xzL?YVeyQ*qzl*^PiwzxdM z1}Z`G!2AT!?g$4Pha{89mIeU7>icxukr*F;ifvn5o?izAKG&t?1)4o~8BLAQ-Lu10 zl}J z>z8kY{Rbfg0FPfjV>C6w&)pqryT?JZ|6?^xC7++dFe+p+!-NWjLen4Mx-POT)7910 i#@|mP{QJ^=#Qy@=#6l(=-}J2j0000Px%A4x<(R5*=old)?PaTLctNp1;kQnWNRUbrkxOiVD6l*l!U6e;RZagYp|Ttr%= z{Rf23?ut%MBHE$iBpD8ue|W(Ag(1?z5ft^o!u6O*+ImjUIf4}JGhoD|HriifoAi=sB1Y4oId`Dsk7uYb*xZK zodu9*7xf~6pNEGdfTu5?j|u%Z)~d@)q?2gDSxG0T6e0Gb8BSk*7xWU@Oj$myYdMl6 zn<*2D#HKb}%ODw+ly*<9|e`j#?i)%L)ICpZ2VRqR5 z-1Z3KT7pHr$V56xg(Qu($w}l`8U>KoR3_41ZeaCT(ktE*#2W?X`m-khOzsZ>5Ono! z1G)|NzZ_7|O8|5&$0IPz&Y0UmEXV*}y?HP51E(*2QvA30#Ra{@y`{SdlSSS?697Sh z<61W7a~F8<_z^R?Y4V!N&Tfm%`j*U}9jID$8AS}mOm3RWyiTKS(i{Bch4GP8I4Z^d zTV2bRK7_K_OB(>Gxy!t*8#q4>sLZ9fef0`G+XW!GkY=s6LL_`jv$^e|2SfC17bSOV z-fL6zqBKd2uzw0)x8Cuoy$3TOt-;#4Ku!VVFkB4I>*Q(220kI20{J&lB zhbSmIqWJfqpqI#ND%ng~x-Ud$I}q0r7-olm4p$QBZG^lc00000NkvXXu0mjfJx~{x literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/create/textures/block/zinc_ore.png b/src/main/resources/assets/create/textures/block/zinc_ore.png index 4f16c4b551d96152c90dfb4bf2a7c8a065fbe9c7..4e16b4466845820a0b0d07fb2724cc8ef8072647 100644 GIT binary patch delta 688 zcmV;h0#E(K1ib~28Gi-<001BJ|6u?C00DDSM?wIu&K&6g00MVOL_t(Ija`$mOIuMC z#(y?ZQtq`#!Q_!AqBcYeX%ZxjM#Z6)hz6uObm||`!A>3Q(y358c9SZu+77l-#H~oE z84SgMG^s*gc#kfxh_SJ;L(oGil}gw63L&s8%LgizN{mmAGLz2(u(Gm_5Q3l(0>^O( z4D~RQi38y5olvb-eLB^nV+_L}m55QV*H~Tsh?El3G-+F0T)h0#6=Wn6XEr{;=BF(} zqMez1o_f7Tu~@;fENt8MH;hCgS1tf_yBC~S{<2xw0)HTthyif$<0r1$RNgQQ!o3C) znFPgR1=n?(0G?2-8Z?`G7-l!q(>Wh(Y+;JswQYY`YkhSG$!r>c&QOTz(J}YpeWVgG zqR|0XR@MP{^ZYeZN(Ki9uP8W<0_*(1g?Ilk@hQQSYG??(De(Y({euxH>(x2H78!r+vq>} Wf-hL4ANUvm0000UQuhLo_dx5UKEdU}e=%F&^rue`j|+}!1-r@WJsrLL~MzrWVCwaZIOR*j9JkdURc zw8M^$rIeJeSXgGgz14|{owv8lhliSSa)P_N(XX$+l$5W1eSe9&yUM-2&6bw3yu8uO z%*?^T)p&S|c6NrUs=BPKyIfpjgM*Y}Vs634%1B65hK8H6vcj#cwb0Pfii)48sIP>C zn23m*US4ESP+P#j$a#5*qocQSa(u(X%EH3g$jH!mc!+UvcHG?T;o;$be~rMv&q+yE ztgN$reT$cuvwy$8#=N}Jq@=l(m9LPHq*hpFva-Q>d5TO-S4v7&tE;(GR9s0(R9#(V zS65(YXlQhFbdQgZe}8}HqDW)_007uYL_t&-(6P0RDOi(AnKsLohX$qLc#z*@!8p^qW za=&(CUtjJ|X2$w@&6Z8V?_Z7d;jo;Veq?dO7@tJI<8fm+8eQ-Niv<^&2_H?5&#zre zFy*)J;x8|Px%3rR#lR5*>TlEF*UVHn3hV}eiy8-iV8gAHVxqf6^ovLVdN5?3S|xd}ms4!MDU zfCk&4Qv^z=bn;XodI%egUDgiO@aH50apT9PY%-N1%GD?dd^_mxZ42vC&*^#J_xXOG z@AG|L_{T8(?J+VoD)fAMYUae+rb~Y`B3wqn^wf+YGBzqkZeGLbP?(5MG=Un)jE&$M z!3zw81~DFpm=4YtR1Pg?7zhpW{q!MQ`(J5oHN~n$EiM)KqY*I~i*ml*!E9=dkaC@T zLFL_g5n(yS-N0>TQ*$imGyp1lU#OSLsL6!E2++}fHdcJU%kH;r780w7k9+uguHf_b zkV&R_qh@)#wJpH_KR)eKEo$)=05zE~0OE4TIqrwA;&dpO%w`@udI*5ejn^NGGUM(Lg@<%09^^didJFrUKD_}+D_9N zs~a0=>6ZqnK$iqZ( literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/create/textures/item/wheat_flour.png b/src/main/resources/assets/create/textures/item/wheat_flour.png index a07f5829e44d7949cae67a4b0f5ac5119c624838..20e065e85d982d6ac9083bcd586d89ff4239755a 100644 GIT binary patch delta 295 zcmV+?0oeY>0k#5=7=H)`0000V^Z#K00004VQb$4nuFf3k0002+NklZ?j$sHBKFyj2rf~l2S5FvTJi5=I zq$JOPYzQN|CKy{nPLV-P!+_!St0xSiVloW3Zd_n^@#sEW?SJ8e#~IqEZf0ac)@$iT2`J%fatBE$6y5Y0+T@(lOxJ!Ck1@Hm6CtQ3Yuj4+te tk^Ud1h=GBDK_FUIiXo?BCW_)=3IJiLfWs<<5X%4n002ovPDHLkV1mU+g2Vs- delta 183 zcmdnSbewU5L_G^L0|Ud`yN`l^6id3JuOkD)#(wTUiL5}rT!2rAE09i#_pK_8Dk+G1 z`Si@W6U(=4=wG|MEjrZs{;k~?J=b~xRWOzW`2{mLJiCzw