From 2b8c56d14356915ba83d70aadf025b57205312c7 Mon Sep 17 00:00:00 2001 From: remplerus <44590574+remplerus@users.noreply.github.com> Date: Fri, 16 Apr 2021 11:02:56 +0200 Subject: [PATCH] run data generation --- generated/resources/.cache/cache | 48 ++++++++++++++++++- .../models/item/pebble_basalt.json | 6 +++ .../models/item/pebble_blackstone.json | 6 +++ .../blast_ens_ingot_aluminum.json | 32 +++++++++++++ .../blast_ens_ingot_copper.json | 32 +++++++++++++ .../blast_ens_ingot_lead.json | 32 +++++++++++++ .../blast_ens_ingot_nickel.json | 32 +++++++++++++ .../blast_ens_ingot_platinum.json | 32 +++++++++++++ .../blast_ens_ingot_silver.json | 32 +++++++++++++ .../blast_ens_ingot_tin.json | 32 +++++++++++++ .../blast_ens_ingot_uranium.json | 32 +++++++++++++ .../blast_ens_ingot_zinc.json | 32 +++++++++++++ .../ens_blast_cooked_silkworm.json | 32 +++++++++++++ .../ens_blast_crucible_fired.json | 32 +++++++++++++ .../exnihilosequentia/ens_mesh_netherite.json | 6 +-- .../recipes/blast_ens_ingot_aluminum.json | 9 ++++ .../recipes/blast_ens_ingot_copper.json | 9 ++++ .../recipes/blast_ens_ingot_lead.json | 9 ++++ .../recipes/blast_ens_ingot_nickel.json | 9 ++++ .../recipes/blast_ens_ingot_platinum.json | 9 ++++ .../recipes/blast_ens_ingot_silver.json | 9 ++++ .../recipes/blast_ens_ingot_tin.json | 9 ++++ .../recipes/blast_ens_ingot_uranium.json | 9 ++++ .../recipes/blast_ens_ingot_zinc.json | 9 ++++ .../recipes/ens_blast_cooked_silkworm.json | 9 ++++ .../recipes/ens_blast_crucible_fired.json | 9 ++++ .../recipes/ens_mesh_netherite.json | 2 +- .../recipes/fluid_item/ens_soul_soil.json | 12 +++++ .../recipes/heat/ens_shroomlight.json | 5 ++ .../recipes/heat/ens_soul_fire.json | 5 ++ .../recipes/sieve/ens_pebble_basalt.json | 19 ++++++++ .../recipes/sieve/ens_pebble_blackstone.json | 19 ++++++++ .../recipes/sieve/ens_seagrass.json | 16 +++++++ .../building_blocks/ens_ancient_debris.json | 32 +++++++++++++ .../recipes/building_blocks/ens_basalt.json | 32 +++++++++++++ .../building_blocks/ens_blackstone.json | 32 +++++++++++++ .../building_blocks/ens_crying_obsidian.json | 32 +++++++++++++ .../ens_gilded_blackstone.json | 32 +++++++++++++ .../recipes/misc/ens_blast_ingot_gold.json | 32 +++++++++++++ .../recipes/misc/ens_blast_ingot_iron.json | 32 +++++++++++++ .../minecraft/recipes/ens_ancient_debris.json | 19 ++++++++ .../data/minecraft/recipes/ens_basalt.json | 16 +++++++ .../minecraft/recipes/ens_blackstone.json | 16 +++++++ .../recipes/ens_blast_ingot_gold.json | 9 ++++ .../recipes/ens_blast_ingot_iron.json | 9 ++++ .../recipes/ens_crying_obsidian.json | 19 ++++++++ .../recipes/ens_gilded_blackstone.json | 19 ++++++++ 47 files changed, 920 insertions(+), 6 deletions(-) create mode 100644 generated/resources/assets/exnihilosequentia/models/item/pebble_basalt.json create mode 100644 generated/resources/assets/exnihilosequentia/models/item/pebble_blackstone.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_aluminum.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_copper.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_lead.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_nickel.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_platinum.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_silver.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_tin.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_uranium.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_zinc.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_cooked_silkworm.json create mode 100644 generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_crucible_fired.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_aluminum.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_copper.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_lead.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_nickel.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_platinum.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_silver.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_tin.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_uranium.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_zinc.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/ens_blast_cooked_silkworm.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/ens_blast_crucible_fired.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/fluid_item/ens_soul_soil.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/heat/ens_shroomlight.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/heat/ens_soul_fire.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_basalt.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_blackstone.json create mode 100644 generated/resources/data/exnihilosequentia/recipes/sieve/ens_seagrass.json create mode 100644 generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_ancient_debris.json create mode 100644 generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_basalt.json create mode 100644 generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_blackstone.json create mode 100644 generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_crying_obsidian.json create mode 100644 generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_gilded_blackstone.json create mode 100644 generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_gold.json create mode 100644 generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_iron.json create mode 100644 generated/resources/data/minecraft/recipes/ens_ancient_debris.json create mode 100644 generated/resources/data/minecraft/recipes/ens_basalt.json create mode 100644 generated/resources/data/minecraft/recipes/ens_blackstone.json create mode 100644 generated/resources/data/minecraft/recipes/ens_blast_ingot_gold.json create mode 100644 generated/resources/data/minecraft/recipes/ens_blast_ingot_iron.json create mode 100644 generated/resources/data/minecraft/recipes/ens_crying_obsidian.json create mode 100644 generated/resources/data/minecraft/recipes/ens_gilded_blackstone.json diff --git a/generated/resources/.cache/cache b/generated/resources/.cache/cache index 4c18ebd26..c2737a2cb 100644 --- a/generated/resources/.cache/cache +++ b/generated/resources/.cache/cache @@ -98,6 +98,8 @@ cec31d7d7170d8b8c51df68a2f7fcd07cb45c566 assets/exnihilosequentia/models/item/me d3ff9d3f32454186438baf9449e5e4c51f2b232a assets/exnihilosequentia/models/item/mesh_netherite.json 45e24c5456e7525aedfb18ffb4129ffeba18dcdd assets/exnihilosequentia/models/item/mesh_string.json 8a3575ed6e690059b2b2f78a463ab26d5e069ee0 assets/exnihilosequentia/models/item/pebble_andesite.json +b8e116916035b8163adec5f059acfbd3da75b3eb assets/exnihilosequentia/models/item/pebble_basalt.json +1c005664c707ac62346f0f70d9feb1df4f2bcf8e assets/exnihilosequentia/models/item/pebble_blackstone.json 3e9f5fdfe2c7902ea2c426537e980e790231b4ac assets/exnihilosequentia/models/item/pebble_diorite.json f5cbba95706443d3cb40954a63bb3096be560f09 assets/exnihilosequentia/models/item/pebble_granite.json 20223e1b277bd121951d47ab48bae57f31867963 assets/exnihilosequentia/models/item/pebble_stone.json @@ -136,9 +138,20 @@ b8211f787466869a0865ba848106eb600317432f assets/exnihilosequentia/models/item/se cf7f201fa23d3a87a3176a4545b72ce15d66cd61 assets/exnihilosequentia/models/item/seed_yellow_coral.json 5d5678d0f61fd4fd3eb3455408c706e7b2d28fe4 assets/exnihilosequentia/models/item/sieve.json b479f4a2751cff635af0031e5a7bcd362c3eebde assets/exnihilosequentia/models/item/silkworm.json +044ac2e091de412da1ad73a301964aed7941d18a data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_aluminum.json +882094f04839ea8be1f74827a135a646ea309a39 data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_copper.json +0428a7823443c0aae7e02e396a81f1c9042c63b3 data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_lead.json +467f6427d16e812c3aa9c738c86c2cfab9800a17 data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_nickel.json +610da179ccf72c8b40bb237fb17bb67598a5dcaa data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_platinum.json +f0cc96484b2c87362dd2839d273cc99f5d9404dc data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_silver.json +4b9531839d5125645dee5d636950de8351cc8ed6 data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_tin.json +94ce6cc3a168ac71fca98dd05686fc68e920f077 data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_uranium.json +5e9765e646fa34db5f7a30f2c8a96584e82bafef data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_zinc.json a5c6c5372a396f45c49a5547fd52d28dddfb63da data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_barrel_stone.json 8065b6b04437892762d00ea22c038ec342e1c675 data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_barrel_wood.json 17733845a29539739677bed574169db78b4de68e data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_beehive_frame.json +ea1be449b567a251f4e618ad1cd4cd0e0d240e96 data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_cooked_silkworm.json +de73fc4de424cec182f9fb1459e03883af653a0a data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_crucible_fired.json 5f64ecaa915222da2348903eb2c65d24ba2fa867 data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_chunk_aluminum.json 19cb79c3113542bcf705c546b151e75ea69c1a0a data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_chunk_copper.json 05006085994b6af8c4f8df9a76bae0a3caad4153 data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_chunk_gold.json @@ -192,7 +205,7 @@ fc0fc58fa5b96a042814e35ef92ebdc1933557a3 data/exnihilosequentia/advancements/rec efb385e11d422238e34a07b125d0645d72280c8a data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_emerald.json 19884ab7f226944ba1aca19d6807b3f424ffde33 data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_flint.json 46327b151520894794e271c255d82688512aff7b data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_iron.json -64e8aa581a8892c48bcbc60620d35ce6d0d95875 data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_netherite.json +71bc168e82fd70b6d8a5c5d50f5bb823e7a7adfb data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_netherite.json 542b542a7a9b00b840bf18c731f9a4f01cf826fc data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_string.json f0212140043cdae8284819b7d2689b7f873e36a8 data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_porcelain_clay.json d6889b825b1a0c938af9fd774755865698b20b2a data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_sieve.json @@ -210,6 +223,15 @@ bb3948dd91d299fe775ee07530b2770eb68c149b data/exnihilosequentia/loot_tables/bloc 3d011a6cf30923af1c65a44a3c5b3571b1c015f9 data/exnihilosequentia/loot_tables/blocks/infested_leaves.json 3d011a6cf30923af1c65a44a3c5b3571b1c015f9 data/exnihilosequentia/loot_tables/blocks/infesting_leaves.json d57ebf2da9b812b440ab346fb8e208fa90c9aff0 data/exnihilosequentia/loot_tables/blocks/sieve.json +f83f0764dc505f223d2e895bb49d03ec842b8b32 data/exnihilosequentia/recipes/blast_ens_ingot_aluminum.json +dce099cda6a760943f60f3cb2d6186ec6213dc64 data/exnihilosequentia/recipes/blast_ens_ingot_copper.json +2c87c0db0ee3e5973bdb2d98b1e94db6744c9fcb data/exnihilosequentia/recipes/blast_ens_ingot_lead.json +398752b4fee8ec9234d88f3282f9a73ce9e13ad5 data/exnihilosequentia/recipes/blast_ens_ingot_nickel.json +e995e625f984ffee282a18f3e9fb7530f91646df data/exnihilosequentia/recipes/blast_ens_ingot_platinum.json +4799ffe54c906723762468e31d598147695a5a01 data/exnihilosequentia/recipes/blast_ens_ingot_silver.json +c24f6c532f8ec6f3af08ea58f628cc59792c17a5 data/exnihilosequentia/recipes/blast_ens_ingot_tin.json +1c7ce7657d1d4adb7b8fc00b1049eb93770b5451 data/exnihilosequentia/recipes/blast_ens_ingot_uranium.json +ab0e91a9dbab72ce391138461bdfd82d9e06191e data/exnihilosequentia/recipes/blast_ens_ingot_zinc.json 753555e57d3a5804dcde439d93f114312e6feb77 data/exnihilosequentia/recipes/compost/ens_apple.json 980ecce66827878898bb32d081b230f6d2d3e33b data/exnihilosequentia/recipes/compost/ens_baked_potato.json 964e6e717fde73ddce38de323e6b04504a69f128 data/exnihilosequentia/recipes/compost/ens_beetroot.json @@ -270,6 +292,8 @@ a2aa165dbbca9bb5657639bb55aaae900d6fa014 data/exnihilosequentia/recipes/crucible 24b543a151faa8d3ef47eb3f64b1ddf45ab86836 data/exnihilosequentia/recipes/ens_barrel_stone.json 8576357cc0a126c421dc1f2e56b52001efa254bb data/exnihilosequentia/recipes/ens_barrel_wood.json 7d1b30cfd3cb6b005af37f4cc7c963069b455cb3 data/exnihilosequentia/recipes/ens_beehive_frame.json +55a186719cb55e3a426c056232f3f92156272599 data/exnihilosequentia/recipes/ens_blast_cooked_silkworm.json +cd729cd846e039e9874fda8b8c42f43d9a7d88dd data/exnihilosequentia/recipes/ens_blast_crucible_fired.json 3988a33de1137ff2231fac3ccd11da5bae1f0c91 data/exnihilosequentia/recipes/ens_chunk_aluminum.json 4317b4989f637d15a9e8a5bd9f22dcdc90642689 data/exnihilosequentia/recipes/ens_chunk_copper.json 0ca4f7e00a9a8a7119890fe5da8cc0ad374528cd data/exnihilosequentia/recipes/ens_chunk_gold.json @@ -323,7 +347,7 @@ f090a0c32fb1c8c6b8739821f47766ef7f4f3484 data/exnihilosequentia/recipes/ens_mesh 3b34525185b404d9668b8f537efc82e9891cdab0 data/exnihilosequentia/recipes/ens_mesh_emerald.json 20334de80b242ca5731b534a90eed3f842d960d2 data/exnihilosequentia/recipes/ens_mesh_flint.json 2baf8acded11c377080f634204333e95ee2646ac data/exnihilosequentia/recipes/ens_mesh_iron.json -c8f827b2b9ce8bc95d8dac7e83c6c9c9650a1daa data/exnihilosequentia/recipes/ens_mesh_netherite.json +d69ced70fb865cd6482645a3ae6527537a2177e6 data/exnihilosequentia/recipes/ens_mesh_netherite.json 92b4be6e3f62cbabc3cbf37f9e2499b21cfb63e8 data/exnihilosequentia/recipes/ens_mesh_string.json 12bd97fdeb1e0acf3b5afb292f3791531fbf7e99 data/exnihilosequentia/recipes/ens_porcelain_clay.json fc03aaa8a9671ce94c76b7b8aac2b47493f162e6 data/exnihilosequentia/recipes/ens_sieve.json @@ -338,6 +362,7 @@ f65cb71b1b590d4a2089ee7f19eeef3d472014d8 data/exnihilosequentia/recipes/fluid_it 0fc2b1d2501950032bf912f097add6b26d8a1af1 data/exnihilosequentia/recipes/fluid_item/ens_red_mushroom.json fbeb0f1f685e7e8ed93b5344155b67e5df7528e7 data/exnihilosequentia/recipes/fluid_item/ens_slime.json 9b4d8082850a0176c774243d5f491fcce564a852 data/exnihilosequentia/recipes/fluid_item/ens_soul_sand.json +062829904bf401f25cf1c9239622c818be126439 data/exnihilosequentia/recipes/fluid_item/ens_soul_soil.json f05e75cbf662d9bc1c57cdce69da118b60b58370 data/exnihilosequentia/recipes/fluid_item/ens_tube_coral.json ac03e4d8c4e455227ae6db12045ab23e6ca9a3d9 data/exnihilosequentia/recipes/fluid_on_top/ens_cobblestone.json e9876a96006eb91b6d829252c3c12253a387f2b2 data/exnihilosequentia/recipes/fluid_on_top/ens_obsidian.json @@ -366,6 +391,8 @@ bdcb5a4cd0a9ac8927303fc553d5cbc9c3a7433b data/exnihilosequentia/recipes/heat/ens 6802828cd81fceeee1d570b9f93fd8c970a0e6a8 data/exnihilosequentia/recipes/heat/ens_glowstone.json 5897c1408fb351921d84c225db9a2ccec47f167c data/exnihilosequentia/recipes/heat/ens_lava.json 5d9e09bf7c29f619444c9279867f89565f078b20 data/exnihilosequentia/recipes/heat/ens_magma_block.json +672b187a80e3e58bad1a365c849c7776db10e8ca data/exnihilosequentia/recipes/heat/ens_shroomlight.json +8e229b6d647fa38560a6d4632e5ceb9699e17119 data/exnihilosequentia/recipes/heat/ens_soul_fire.json 2f06e3953084a3bf994069ff3a837ec0658f7c72 data/exnihilosequentia/recipes/heat/ens_torch.json 6211c7fe88e57d95fc167011e40ee0062662e7d3 data/exnihilosequentia/recipes/heat/ens_wall_torch.json cd54f956ab4fa527f7839a6ad12996062be99e3a data/exnihilosequentia/recipes/sieve/ens_acacia_leaves.json @@ -391,6 +418,8 @@ aeb0c9fcea119bcf52459cd2e4bc961a60d02052 data/exnihilosequentia/recipes/sieve/en e986a6b9a87c7f328b3883ab9f389cd69b9917f5 data/exnihilosequentia/recipes/sieve/ens_netherite_scrap.json b4bcf1a4f27e82f9aa8af24695aa3551762e2cb3 data/exnihilosequentia/recipes/sieve/ens_oak_leaves.json 41f167c176440016d0e5c257160385b1a08eb871 data/exnihilosequentia/recipes/sieve/ens_pebble_andesite.json +20c480bcb78f0b730097aa26b323422265dc8b60 data/exnihilosequentia/recipes/sieve/ens_pebble_basalt.json +80c5feb732e49bc2189daee3dbab94bd5bba4432 data/exnihilosequentia/recipes/sieve/ens_pebble_blackstone.json d89f66011f41afd134617f855ced35e0251ae176 data/exnihilosequentia/recipes/sieve/ens_pebble_diorite.json 5ab8d26f8461b74fdb8b03835fb79f3d51e470c2 data/exnihilosequentia/recipes/sieve/ens_pebble_granite.json 130733f20ef9f681e9c6e3b5827d4515e5af5867 data/exnihilosequentia/recipes/sieve/ens_pebble_stone.json @@ -411,6 +440,7 @@ f7a0bfa6c8b92823e12684c64bee7e59d96ef4ef data/exnihilosequentia/recipes/sieve/en 32268cd25ea4dd7441216726d7d94da72e5e449e data/exnihilosequentia/recipes/sieve/ens_prismarine_shard.json 5c9c68fabbaf5295d75c55481cb322d5db570238 data/exnihilosequentia/recipes/sieve/ens_quartz.json c4354bc3d41b817104b9910b4e5074af4cbcebd7 data/exnihilosequentia/recipes/sieve/ens_redstone.json +5dc49ebd3535ccd2511dd98c9d877a75923decce data/exnihilosequentia/recipes/sieve/ens_seagrass.json 34f7cc6f85038da004d630cc3cf740fe93eeeef4 data/exnihilosequentia/recipes/sieve/ens_seed_acacia.json 3c9acc4feae48fc6e392dfaebff47ed82ce9f765 data/exnihilosequentia/recipes/sieve/ens_seed_bamboo.json 59afccfb7feca23321f26acbf3b005d8c8fea944 data/exnihilosequentia/recipes/sieve/ens_seed_beetroot.json @@ -467,17 +497,31 @@ ad15fd8e6c9957c5bb7b4dc30230421b9a48ff5f data/forge/tags/items/ores/tin.json 6e11eb187e95ccc0e087d328a2253e245b91b8a1 data/forge/tags/items/ores/uranium.json 9a6f9601cabaa87c0ba1f8c108bb9460fa5125f4 data/forge/tags/items/ores/zinc.json ee252de0d6711022e09d44f0fd5f83c108f3f3c8 data/forge/tags/items/seeds.json +9d075e89cf545d6ccd499bb131692bdf7330caf6 data/minecraft/advancements/recipes/building_blocks/ens_ancient_debris.json 1382b5d9756b1807bb9026b3542d85fb850d2508 data/minecraft/advancements/recipes/building_blocks/ens_andesite.json +01c63b657ab4a1a5f0d0bae4cd6d780f7abdedf4 data/minecraft/advancements/recipes/building_blocks/ens_basalt.json +1c7ec991c066b0cfb6d03fc218a2d65ab22b8e4d data/minecraft/advancements/recipes/building_blocks/ens_blackstone.json 13d9553577fd65409605bf1542fbe22e9ad7fd80 data/minecraft/advancements/recipes/building_blocks/ens_cobblestone.json +882d40e226da662ee01757b419ee8950a1523f5c data/minecraft/advancements/recipes/building_blocks/ens_crying_obsidian.json dde14b747f697b10877466c6d52e961cd3e31f61 data/minecraft/advancements/recipes/building_blocks/ens_diorite.json +c715d7eefc4b49998e232ad0ed381a0b282ce0db data/minecraft/advancements/recipes/building_blocks/ens_gilded_blackstone.json a17e216ba26510750c2947f7a4c952762e4b20f5 data/minecraft/advancements/recipes/building_blocks/ens_granite.json 5e0cbe38b97897eb85c1ceee1477290d3de23055 data/minecraft/advancements/recipes/decorations/ens_beehive.json +63c5749f43f80eb4eb359243efb34cdae6295459 data/minecraft/advancements/recipes/misc/ens_blast_ingot_gold.json +5adac9cfad8161d06cc99bfe8b82ec41811f496b data/minecraft/advancements/recipes/misc/ens_blast_ingot_iron.json 29a7b9aea566ed25b464b9e6c6a5f3f4b7ff8bd5 data/minecraft/advancements/recipes/misc/ens_ingot_gold.json ba5bb5d5add342a998a155c67524683b7749e06c data/minecraft/advancements/recipes/misc/ens_ingot_iron.json +1ac58715efbb6f24efcc3ff5a120b650b79095ca data/minecraft/recipes/ens_ancient_debris.json bf2b109f166bef14807cfdafaa1a10e7bb855336 data/minecraft/recipes/ens_andesite.json +68c38530805688c9e4812c09dd9e1430b089748d data/minecraft/recipes/ens_basalt.json a652103d181a51439513aefc65089abbfaed7931 data/minecraft/recipes/ens_beehive.json +c2b7ae2611b9473fce8e07ba423f2e7758142ad4 data/minecraft/recipes/ens_blackstone.json +abb74ff08dcb96a8e5866a358fa2cd53c8e3f7e1 data/minecraft/recipes/ens_blast_ingot_gold.json +8bb6cbcd73f4228489ee644b8896a059ebade992 data/minecraft/recipes/ens_blast_ingot_iron.json b16798b22b1869afddda3e42bb87446e9ad62705 data/minecraft/recipes/ens_cobblestone.json +b6b2d9677e1ec4b1980faa2552782e6603f435df data/minecraft/recipes/ens_crying_obsidian.json c80cc0f1fd0f48e0867b5446565bb41022c3939b data/minecraft/recipes/ens_diorite.json +563c24ae94adc1e578d02c8b2aa3c940db152869 data/minecraft/recipes/ens_gilded_blackstone.json 6d2e0331600d11cdad9d3529d9ccfbfa9d5786ed data/minecraft/recipes/ens_granite.json 2e99ba52eaae2d8ac838ac33530c55260947c2c5 data/minecraft/recipes/ens_ingot_gold.json 94d0589073e53e6cea7abbd7c872481f8bfbc9cd data/minecraft/recipes/ens_ingot_iron.json diff --git a/generated/resources/assets/exnihilosequentia/models/item/pebble_basalt.json b/generated/resources/assets/exnihilosequentia/models/item/pebble_basalt.json new file mode 100644 index 000000000..619159ef6 --- /dev/null +++ b/generated/resources/assets/exnihilosequentia/models/item/pebble_basalt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "exnihilosequentia:items/pebble_basalt" + } +} \ No newline at end of file diff --git a/generated/resources/assets/exnihilosequentia/models/item/pebble_blackstone.json b/generated/resources/assets/exnihilosequentia/models/item/pebble_blackstone.json new file mode 100644 index 000000000..0b8a86775 --- /dev/null +++ b/generated/resources/assets/exnihilosequentia/models/item/pebble_blackstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "exnihilosequentia:items/pebble_blackstone" + } +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_aluminum.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_aluminum.json new file mode 100644 index 000000000..5aab9ee4f --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_aluminum.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_aluminum" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_aluminum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_aluminum" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_copper.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_copper.json new file mode 100644 index 000000000..39d7ec98d --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_copper.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_copper" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_copper" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_copper" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_lead.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_lead.json new file mode 100644 index 000000000..fb8c5fda3 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_lead.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_lead" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_lead" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_lead" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_nickel.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_nickel.json new file mode 100644 index 000000000..125bd3ae3 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_nickel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_nickel" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_nickel" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_nickel" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_platinum.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_platinum.json new file mode 100644 index 000000000..344e65009 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_platinum.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_platinum" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_platinum" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_platinum" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_silver.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_silver.json new file mode 100644 index 000000000..bdf233928 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_silver.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_silver" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_silver" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_silver" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_tin.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_tin.json new file mode 100644 index 000000000..f084b1253 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_tin.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_tin" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_tin" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_tin" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_uranium.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_uranium.json new file mode 100644 index 000000000..1d067dc94 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_uranium.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_uranium" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_uranium" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_uranium" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_zinc.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_zinc.json new file mode 100644 index 000000000..4971c3c16 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/blast_ens_ingot_zinc.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:blast_ens_ingot_zinc" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_zinc" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:blast_ens_ingot_zinc" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_cooked_silkworm.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_cooked_silkworm.json new file mode 100644 index 000000000..3c32004a0 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_cooked_silkworm.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:ens_blast_cooked_silkworm" + ] + }, + "criteria": { + "has_silkworm": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:silkworm" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:ens_blast_cooked_silkworm" + } + } + }, + "requirements": [ + [ + "has_silkworm", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_crucible_fired.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_crucible_fired.json new file mode 100644 index 000000000..4e0eb42b2 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_blast_crucible_fired.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "exnihilosequentia:ens_blast_crucible_fired" + ] + }, + "criteria": { + "has_uncooked_crucible": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:crucible_unfired" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "exnihilosequentia:ens_blast_crucible_fired" + } + } + }, + "requirements": [ + [ + "has_uncooked_crucible", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_netherite.json b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_netherite.json index 2b166024d..3a8f48994 100644 --- a/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_netherite.json +++ b/generated/resources/data/exnihilosequentia/advancements/recipes/exnihilosequentia/ens_mesh_netherite.json @@ -6,12 +6,12 @@ ] }, "criteria": { - "has_diamond_mesh": { + "has_emerald_mesh": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { - "item": "exnihilosequentia:mesh_diamond" + "item": "exnihilosequentia:mesh_emerald" } ] } @@ -35,7 +35,7 @@ }, "requirements": [ [ - "has_diamond_mesh", + "has_emerald_mesh", "has_material", "has_the_recipe" ] diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_aluminum.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_aluminum.json new file mode 100644 index 000000000..fa2a1c029 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_aluminum.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_aluminum" + }, + "result": "exnihilosequentia:ingot_aluminum", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_copper.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_copper.json new file mode 100644 index 000000000..4f6f4f6eb --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_copper.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_copper" + }, + "result": "exnihilosequentia:ingot_copper", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_lead.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_lead.json new file mode 100644 index 000000000..ae9021358 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_lead.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_lead" + }, + "result": "exnihilosequentia:ingot_lead", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_nickel.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_nickel.json new file mode 100644 index 000000000..75edc18b2 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_nickel.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_nickel" + }, + "result": "exnihilosequentia:ingot_nickel", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_platinum.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_platinum.json new file mode 100644 index 000000000..784179049 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_platinum.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_platinum" + }, + "result": "exnihilosequentia:ingot_platinum", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_silver.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_silver.json new file mode 100644 index 000000000..247bef044 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_silver.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_silver" + }, + "result": "exnihilosequentia:ingot_silver", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_tin.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_tin.json new file mode 100644 index 000000000..54e6a11f5 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_tin.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_tin" + }, + "result": "exnihilosequentia:ingot_tin", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_uranium.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_uranium.json new file mode 100644 index 000000000..43c1bdbfe --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_uranium.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_uranium" + }, + "result": "exnihilosequentia:ingot_uranium", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_zinc.json b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_zinc.json new file mode 100644 index 000000000..7911fba0f --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/blast_ens_ingot_zinc.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_zinc" + }, + "result": "exnihilosequentia:ingot_zinc", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/ens_blast_cooked_silkworm.json b/generated/resources/data/exnihilosequentia/recipes/ens_blast_cooked_silkworm.json new file mode 100644 index 000000000..9f87185f6 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/ens_blast_cooked_silkworm.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:silkworm" + }, + "result": "exnihilosequentia:cooked_silkworm", + "experience": 0.1, + "cookingtime": 100 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/ens_blast_crucible_fired.json b/generated/resources/data/exnihilosequentia/recipes/ens_blast_crucible_fired.json new file mode 100644 index 000000000..dd11e51cc --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/ens_blast_crucible_fired.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:crucible_unfired" + }, + "result": "exnihilosequentia:crucible_fired", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/ens_mesh_netherite.json b/generated/resources/data/exnihilosequentia/recipes/ens_mesh_netherite.json index e389b5e9d..dfbee4a93 100644 --- a/generated/resources/data/exnihilosequentia/recipes/ens_mesh_netherite.json +++ b/generated/resources/data/exnihilosequentia/recipes/ens_mesh_netherite.json @@ -1,7 +1,7 @@ { "type": "minecraft:smithing", "base": { - "item": "exnihilosequentia:mesh_diamond" + "item": "exnihilosequentia:mesh_emerald" }, "addition": { "tag": "forge:ingots/netherite" diff --git a/generated/resources/data/exnihilosequentia/recipes/fluid_item/ens_soul_soil.json b/generated/resources/data/exnihilosequentia/recipes/fluid_item/ens_soul_soil.json new file mode 100644 index 000000000..2f299b204 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/fluid_item/ens_soul_soil.json @@ -0,0 +1,12 @@ +{ + "type": "exnihilosequentia:fluid_item", + "fluid": { + "fluid": "exnihilosequentia:witchwater" + }, + "input": { + "item": "minecraft:coarse_dirt" + }, + "result": { + "item": "minecraft:soul_soil" + } +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/heat/ens_shroomlight.json b/generated/resources/data/exnihilosequentia/recipes/heat/ens_shroomlight.json new file mode 100644 index 000000000..bbbcef7a6 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/heat/ens_shroomlight.json @@ -0,0 +1,5 @@ +{ + "type": "exnihilosequentia:heat", + "block": "minecraft:shroomlight", + "amount": 2 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/heat/ens_soul_fire.json b/generated/resources/data/exnihilosequentia/recipes/heat/ens_soul_fire.json new file mode 100644 index 000000000..d54d532e7 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/heat/ens_soul_fire.json @@ -0,0 +1,5 @@ +{ + "type": "exnihilosequentia:heat", + "block": "minecraft:soul_fire", + "amount": 4 +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_basalt.json b/generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_basalt.json new file mode 100644 index 000000000..a7d9490ee --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_basalt.json @@ -0,0 +1,19 @@ +{ + "type": "exnihilosequentia:sieve", + "rolls": [ + { + "chance": 0.5, + "mesh": "string" + }, + { + "chance": 0.1, + "mesh": "string" + } + ], + "input": { + "item": "minecraft:dirt" + }, + "result": { + "item": "exnihilosequentia:pebble_basalt" + } +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_blackstone.json b/generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_blackstone.json new file mode 100644 index 000000000..fbf4ffc89 --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/sieve/ens_pebble_blackstone.json @@ -0,0 +1,19 @@ +{ + "type": "exnihilosequentia:sieve", + "rolls": [ + { + "chance": 0.5, + "mesh": "string" + }, + { + "chance": 0.1, + "mesh": "string" + } + ], + "input": { + "item": "minecraft:dirt" + }, + "result": { + "item": "exnihilosequentia:pebble_blackstone" + } +} \ No newline at end of file diff --git a/generated/resources/data/exnihilosequentia/recipes/sieve/ens_seagrass.json b/generated/resources/data/exnihilosequentia/recipes/sieve/ens_seagrass.json new file mode 100644 index 000000000..7b9eff6fc --- /dev/null +++ b/generated/resources/data/exnihilosequentia/recipes/sieve/ens_seagrass.json @@ -0,0 +1,16 @@ +{ + "type": "exnihilosequentia:sieve", + "rolls": [ + { + "chance": 0.05, + "mesh": "iron" + } + ], + "input": { + "item": "minecraft:sand" + }, + "result": { + "item": "minecraft:seagrass" + }, + "waterlogged": true +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_ancient_debris.json b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_ancient_debris.json new file mode 100644 index 000000000..578c5b23b --- /dev/null +++ b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_ancient_debris.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ens_ancient_debris" + ] + }, + "criteria": { + "has_obsidian": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:obsidian" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:ens_ancient_debris" + } + } + }, + "requirements": [ + [ + "has_obsidian", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_basalt.json b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_basalt.json new file mode 100644 index 000000000..7aa04ccd2 --- /dev/null +++ b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_basalt.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ens_basalt" + ] + }, + "criteria": { + "has_pebble": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:pebble_basalt" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:ens_basalt" + } + } + }, + "requirements": [ + [ + "has_pebble", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_blackstone.json b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_blackstone.json new file mode 100644 index 000000000..9d655e8e2 --- /dev/null +++ b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_blackstone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ens_blackstone" + ] + }, + "criteria": { + "has_pebble": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:pebble_blackstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:ens_blackstone" + } + } + }, + "requirements": [ + [ + "has_pebble", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_crying_obsidian.json b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_crying_obsidian.json new file mode 100644 index 000000000..2defa55cc --- /dev/null +++ b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_crying_obsidian.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ens_crying_obsidian" + ] + }, + "criteria": { + "has_obsidian": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:obsidian" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:ens_crying_obsidian" + } + } + }, + "requirements": [ + [ + "has_obsidian", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_gilded_blackstone.json b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_gilded_blackstone.json new file mode 100644 index 000000000..f2ace2a19 --- /dev/null +++ b/generated/resources/data/minecraft/advancements/recipes/building_blocks/ens_gilded_blackstone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ens_gilded_blackstone" + ] + }, + "criteria": { + "has_gold": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_gold" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:ens_gilded_blackstone" + } + } + }, + "requirements": [ + [ + "has_gold", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_gold.json b/generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_gold.json new file mode 100644 index 000000000..9c72c495d --- /dev/null +++ b/generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_gold.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ens_blast_ingot_gold" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_gold" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:ens_blast_ingot_gold" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_iron.json b/generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_iron.json new file mode 100644 index 000000000..93250bf5a --- /dev/null +++ b/generated/resources/data/minecraft/advancements/recipes/misc/ens_blast_ingot_iron.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ens_blast_ingot_iron" + ] + }, + "criteria": { + "has_chunk": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "exnihilosequentia:chunk_iron" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:ens_blast_ingot_iron" + } + } + }, + "requirements": [ + [ + "has_chunk", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/recipes/ens_ancient_debris.json b/generated/resources/data/minecraft/recipes/ens_ancient_debris.json new file mode 100644 index 000000000..14d63c9f8 --- /dev/null +++ b/generated/resources/data/minecraft/recipes/ens_ancient_debris.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "xxx", + "xox", + "xxx" + ], + "key": { + "x": { + "item": "minecraft:netherite_scrap" + }, + "o": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "minecraft:ancient_debris" + } +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/recipes/ens_basalt.json b/generated/resources/data/minecraft/recipes/ens_basalt.json new file mode 100644 index 000000000..a4d4939bd --- /dev/null +++ b/generated/resources/data/minecraft/recipes/ens_basalt.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "exnihilosequentia", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "exnihilosequentia:pebble_basalt" + } + }, + "result": { + "item": "minecraft:basalt" + } +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/recipes/ens_blackstone.json b/generated/resources/data/minecraft/recipes/ens_blackstone.json new file mode 100644 index 000000000..30ee7e85c --- /dev/null +++ b/generated/resources/data/minecraft/recipes/ens_blackstone.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "exnihilosequentia", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "exnihilosequentia:pebble_blackstone" + } + }, + "result": { + "item": "minecraft:blackstone" + } +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/recipes/ens_blast_ingot_gold.json b/generated/resources/data/minecraft/recipes/ens_blast_ingot_gold.json new file mode 100644 index 000000000..e3fa53436 --- /dev/null +++ b/generated/resources/data/minecraft/recipes/ens_blast_ingot_gold.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_gold" + }, + "result": "minecraft:gold_ingot", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/recipes/ens_blast_ingot_iron.json b/generated/resources/data/minecraft/recipes/ens_blast_ingot_iron.json new file mode 100644 index 000000000..b4248ed9e --- /dev/null +++ b/generated/resources/data/minecraft/recipes/ens_blast_ingot_iron.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "exnihilosequentia:chunk_iron" + }, + "result": "minecraft:iron_ingot", + "experience": 0.7, + "cookingtime": 200 +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/recipes/ens_crying_obsidian.json b/generated/resources/data/minecraft/recipes/ens_crying_obsidian.json new file mode 100644 index 000000000..cbbbe4554 --- /dev/null +++ b/generated/resources/data/minecraft/recipes/ens_crying_obsidian.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " o ", + "obo", + " o " + ], + "key": { + "b": { + "item": "minecraft:water_bucket" + }, + "o": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "minecraft:crying_obsidian" + } +} \ No newline at end of file diff --git a/generated/resources/data/minecraft/recipes/ens_gilded_blackstone.json b/generated/resources/data/minecraft/recipes/ens_gilded_blackstone.json new file mode 100644 index 000000000..bbf19a743 --- /dev/null +++ b/generated/resources/data/minecraft/recipes/ens_gilded_blackstone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "xxx", + "xgx", + "xxx" + ], + "key": { + "x": { + "item": "exnihilosequentia:pebble_blackstone" + }, + "g": { + "item": "exnihilosequentia:chunk_gold" + } + }, + "result": { + "item": "minecraft:gilded_blackstone" + } +} \ No newline at end of file