Skip to content

Commit

Permalink
Merge branch 'version/1.21.1' into feature/block-item-insert-info
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Sep 11, 2024
2 parents d28a3c1 + 09407c3 commit 3121418
Show file tree
Hide file tree
Showing 157 changed files with 1,454 additions and 344 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
neoforge
game-versions: |
${{ steps.get_mc_version.outputs.result }}
1.21
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [release/v1.21.1-1.56.0] - 2024-09-11
### :sparkles: New Features
- [`047bd5e`](https://github.com/klikli-dev/theurgy/commit/047bd5e0215354204478d1434af247605b34bc7c) - update to latest modonomicon *(commit by [@klikli-dev](https://github.com/klikli-dev))*

### :wrench: Chores
- [`3349100`](https://github.com/klikli-dev/theurgy/commit/3349100f27019fa747ba53dc1c77c336109efd90) - drop dual version support *(commit by [@klikli-dev](https://github.com/klikli-dev))*


## [release/v1.21.1-1.55.1] - 2024-08-30
### :bug: Bug Fixes
- [`a0ee479`](https://github.com/klikli-dev/theurgy/commit/a0ee479a4ac578dc015c406fd35b2d5f40354662) - github tag version not used in jar versioning *(commit by [@klikli-dev](https://github.com/klikli-dev))*


## [release/v1.21.1-1.55.0] - 2024-08-30
### :sparkles: New Features
- [`9edcffa`](https://github.com/klikli-dev/theurgy/commit/9edcffa4816f7a8c3046b94b3afb5ac478df668e) - support more materials *(commit by [@klikli-dev](https://github.com/klikli-dev))*


## [release/v1.21.1-1.54.0] - 2024-08-30
### :sparkles: New Features
- [`9adeb79`](https://github.com/klikli-dev/theurgy/commit/9adeb791518bbc3439aa0bb7df303b4e34c2a46c) - improve vat recipe lookup performance *(commit by [@klikli-dev](https://github.com/klikli-dev))*


## [release/v1.21.1-1.53.1] - 2024-08-29
### :bug: Bug Fixes
- [`14e11a6`](https://github.com/klikli-dev/theurgy/commit/14e11a6b28c73d0376089b18968bb7030088ec19) - remove duplicate book content *(commit by [@klikli-dev](https://github.com/klikli-dev))*
Expand Down Expand Up @@ -1132,3 +1155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[release/v1.21.1-1.52.1]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.52.0...release/v1.21.1-1.52.1
[release/v1.21.1-1.53.0]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.52.1...release/v1.21.1-1.53.0
[release/v1.21.1-1.53.1]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.53.0...release/v1.21.1-1.53.1
[release/v1.21.1-1.54.0]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.53.1...release/v1.21.1-1.54.0
[release/v1.21.1-1.55.0]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.54.0...release/v1.21.1-1.55.0
[release/v1.21.1-1.55.1]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.55.0...release/v1.21.1-1.55.1
[release/v1.21.1-1.56.0]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.55.1...release/v1.21.1-1.56.0
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ processResources {
}
}

if (System.getenv('MOD_VERSION') != null) {
props.put('mod_version', System.getenv('MOD_VERSION'))
}

filesMatching(['META-INF/neoforge.mods.toml']) {
expand props
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ mod_description=An open-source magic mod built around classical alchemy to repli

jei_version=19.8.2.99
jei_version_range=[19.8.2.0,)
modonomicon_version=1.99.1
modonomicon_version_range=[1.99.1,)
modonomicon_version=1.105.0
modonomicon_version_range=[1.105.0,)
occultism_version=1.151.3
occultism_version_range=[1.151.3,)
almost_unified_version=0.5.0
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2024-08-20T20:07:01.1176887 Tags for minecraft:item mod id theurgy
// 1.21.1 2024-08-30T11:49:06.6633703 Tags for minecraft:item mod id theurgy
f41150cbf3906d7eb1284a3f289d93bb80e57b9f data/c/tags/item/gems.json
9d7e0673ca0bd8f1eb04c0813860ac8b7ec5d981 data/c/tags/item/gems/chimerite.json
f17805722ccaefbf3d1c1b6e6b4f54f30f9af17c data/c/tags/item/gems/dark.json
Expand All @@ -15,7 +15,7 @@ e801bdef0719e27dd7decd88269ada7c5740348e data/c/tags/item/sugars.json
c1ae367d1f7b1391996652acb8c12cfbe63abfc8 data/theurgy/tags/item/alchemical_mercuries.json
29d24100bada4deb48ad34b126598cdc60a21dce data/theurgy/tags/item/alchemical_niters.json
fc621fad0374e095b3d515bf5bfd1ee61fa90bf5 data/theurgy/tags/item/alchemical_salts.json
84f2f1eb08af01a11591d102971a3c656f2bb0cc data/theurgy/tags/item/alchemical_sulfurs.json
387333739b55f86b68f578338df42f7344948ea3 data/theurgy/tags/item/alchemical_sulfurs.json
678cb95aa9c8d26d1df539b8fcd2f95fa747581c data/theurgy/tags/item/alchemical_sulfurs/abundant.json
25c27d686c1106f461a17bb0cbe0832bbe48915f data/theurgy/tags/item/alchemical_sulfurs/animals.json
3a05700dad92d9192cc83fec4b4beedcd00715d1 data/theurgy/tags/item/alchemical_sulfurs/animals/abundant.json
Expand All @@ -36,9 +36,9 @@ c56c45e99c36f27b6ef540c401e5cf5a60f277cd data/theurgy/tags/item/alchemical_sulfu
293e608c98d8d39a615ba4940c727e22985b76d7 data/theurgy/tags/item/alchemical_sulfurs/logs/abundant.json
3fbcd6156c7403e016aedcf8bbef778ce64e75d2 data/theurgy/tags/item/alchemical_sulfurs/metals.json
90b2123e0734b83147c7faf3a7772e3b0a20788b data/theurgy/tags/item/alchemical_sulfurs/metals/abundant.json
35fe7607c353114aea2568af520e67ba1404b91e data/theurgy/tags/item/alchemical_sulfurs/metals/common.json
639376deb788707f6464c58071c90749093acba5 data/theurgy/tags/item/alchemical_sulfurs/metals/common.json
502bfd0f4c89832e552c5891ab10d1b899ac53ff data/theurgy/tags/item/alchemical_sulfurs/metals/precious.json
b6ad7e4e0e0d2cfdac2db3fba60954abc6ac27f6 data/theurgy/tags/item/alchemical_sulfurs/metals/rare.json
67e1c8e63196c6a042fc9d47f233ea3f747773f8 data/theurgy/tags/item/alchemical_sulfurs/metals/rare.json
a87612fd16487cc1b2d87d90f89029e1192c6ec7 data/theurgy/tags/item/alchemical_sulfurs/mobs.json
8b9950ed06e09f1dff7ce81e6ca2f682ad2257bb data/theurgy/tags/item/alchemical_sulfurs/mobs/abundant.json
dfc1f995b552c4f98052bdcbf27f2bf33840c498 data/theurgy/tags/item/alchemical_sulfurs/mobs/common.json
Expand All @@ -48,10 +48,10 @@ dfc1f995b552c4f98052bdcbf27f2bf33840c498 data/theurgy/tags/item/alchemical_sulfu
dade3979da1fdb923d078790f39d021deef64c24 data/theurgy/tags/item/alchemical_sulfurs/mobs/rare.json
35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/theurgy/tags/item/alchemical_sulfurs/mobs/rare/automatic_recipes.json
75c922d072696062be2074a5680b2557f1641cef data/theurgy/tags/item/alchemical_sulfurs/other_minerals.json
e0a75026bb1d467b51628b3ccbbd4361dcbedb80 data/theurgy/tags/item/alchemical_sulfurs/other_minerals/abundant.json
fd201c0e24e029cf75ee399b44961843afa4ad90 data/theurgy/tags/item/alchemical_sulfurs/other_minerals/common.json
351854f079318955f49377165af96532346d5215 data/theurgy/tags/item/alchemical_sulfurs/other_minerals/abundant.json
0a92945fef2b7a5f21a72fa2fb877d7cf45bea81 data/theurgy/tags/item/alchemical_sulfurs/other_minerals/common.json
35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/theurgy/tags/item/alchemical_sulfurs/other_minerals/precious.json
35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/theurgy/tags/item/alchemical_sulfurs/other_minerals/rare.json
67dc0b71760428907ff0089494925a29d53b8af2 data/theurgy/tags/item/alchemical_sulfurs/other_minerals/rare.json
4822ef3bd216f229711f1e08c25ea32f47a971a3 data/theurgy/tags/item/alchemical_sulfurs/precious.json
4b114ee34dff7e74c89a6153e24f4ecb04282650 data/theurgy/tags/item/alchemical_sulfurs/rare.json
3bd13300b62d36e233ff4d34de69f118e502d263 data/theurgy/tags/item/alchemical_sulfurs_and_niters.json
Expand All @@ -63,12 +63,12 @@ d1e03d28eb707840e17f308c160dbf73077b84d1 data/theurgy/tags/item/gems/mercury/med
54b3e5b9644f579671f2ea6bffcf6aa37996e96f data/theurgy/tags/item/metals/mercury/low.json
00b056c444a71fe0986b9c26983bbb4dfbdea64e data/theurgy/tags/item/metals/mercury/medium.json
0467c81197dabdc5a80e092c46ed44ce80a705a7 data/theurgy/tags/item/ores/mercury/high.json
9363e3433089c307d4489af192e42e79295ffb6b data/theurgy/tags/item/ores/mercury/low.json
60206c73d05d824b4b430190bda8182a27f7a17f data/theurgy/tags/item/ores/mercury/medium.json
5574de951c2ad31bdf8a41f122aaaeed0ef7d1e7 data/theurgy/tags/item/ores/mercury/low.json
c7d3f27d91f10ee1466e63f3c4f3932a05e33e7d data/theurgy/tags/item/ores/mercury/medium.json
c5e13a871dcf746d7fc2c995f5faab375b5c6a73 data/theurgy/tags/item/other_minerals.json
35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/theurgy/tags/item/other_minerals/mercury/high.json
c5e13a871dcf746d7fc2c995f5faab375b5c6a73 data/theurgy/tags/item/other_minerals/mercury/low.json
650fc77d16cbeb336f968ea9bdc195eed6932d45 data/theurgy/tags/item/other_minerals/mercury/medium.json
f6bd9b8ac59118fc0c44c71a5bc8c2ba93089ecc data/theurgy/tags/item/raw_materials/mercury/high.json
9c02e6a56b8745d324ee895327dc983bc8358d7e data/theurgy/tags/item/raw_materials/mercury/low.json
6dd49980d30af36fb3abbcbd57bf42dbf6467e21 data/theurgy/tags/item/raw_materials/mercury/medium.json
43e281caddad3c789d2fb56b078944e8f5118f87 data/theurgy/tags/item/raw_materials/mercury/medium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2024-08-18T10:41:15.735209 Liquefaction Recipes
// 1.21.1 2024-08-30T11:49:06.6548611 Liquefaction Recipes
9ce1a8a698731779295ae7cef9352893261f8e52 data/theurgy/recipe/liquefaction/alchemical_sulfur_acacia_log_from_acacia_log.json
401b4a08c4e47941b277be22d557f5c89efe1aed data/theurgy/recipe/liquefaction/alchemical_sulfur_allthemodium_from_ingots_allthemodium.json
132d15264a84219a79173db633c2347189b73c71 data/theurgy/recipe/liquefaction/alchemical_sulfur_allthemodium_from_ores_allthemodium.json
Expand Down Expand Up @@ -29,6 +29,8 @@ a2efa8a67d317b0de3e298d4233dab871f1950f8 data/theurgy/recipe/liquefaction/alchem
ddd7f585e485dfc25a7bf6b359b3fb7409311a34 data/theurgy/recipe/liquefaction/alchemical_sulfur_barley_from_crops_barley.json
39d7dd9651083aa95f6d3bb295e0c7a492dead52 data/theurgy/recipe/liquefaction/alchemical_sulfur_basalt_from_basalt.json
9626e9fbe7f678e7e567415e602c5daf88e10bd3 data/theurgy/recipe/liquefaction/alchemical_sulfur_basil_from_crops_basil.json
ce1c6ffe7aa944d711fdf416feb19f2d56a281ed data/theurgy/recipe/liquefaction/alchemical_sulfur_bauxite_from_dusts_bauxite.json
636d44f7991be9f32c0a2794dd66b6cb640981ab data/theurgy/recipe/liquefaction/alchemical_sulfur_bauxite_from_ores_bauxite.json
92dc3ef4652d7c57e6791052ee2d70869e3aa32c data/theurgy/recipe/liquefaction/alchemical_sulfur_beef_from_beef.json
561b9589e7930a55b676f3ce8ff9f1a1dd4785ff data/theurgy/recipe/liquefaction/alchemical_sulfur_beetroot_from_beetroot.json
9e91a1adc7c26941b87ba7749884f9f69b1d4d63 data/theurgy/recipe/liquefaction/alchemical_sulfur_bellpepper_from_crops_bellpepper.json
Expand Down Expand Up @@ -63,8 +65,10 @@ bf497451e6dd2078389ab20b91c18108e3674493 data/theurgy/recipe/liquefaction/alchem
29322f721d381cb3287e0cb22c4807bcb948f220 data/theurgy/recipe/liquefaction/alchemical_sulfur_cinnabar_from_raw_materials_cinnabar.json
7fc734f93a63953b6cf0c68598d4f0e60a81a4d7 data/theurgy/recipe/liquefaction/alchemical_sulfur_cinnamon_from_logs_cinnamon.json
59f8219b2d2551b3153cd9a9ce9388e93f746d0b data/theurgy/recipe/liquefaction/alchemical_sulfur_clay_ball_from_clay_ball.json
e1f67e85e5bfbfd51679a36f33148ce0a2df4a6e data/theurgy/recipe/liquefaction/alchemical_sulfur_coals_from_coals.json
a919384d72b41d210f517152a6271a3539e9f36b data/theurgy/recipe/liquefaction/alchemical_sulfur_coals_from_ores_coal.json
88dec9b8ceb232dbe3544a665bb84185cb7860a4 data/theurgy/recipe/liquefaction/alchemical_sulfur_coals_from_charcoal.json
395e71980f4bc87f77fa71dd1f130fd51e4b672a data/theurgy/recipe/liquefaction/alchemical_sulfur_coals_from_coal.json
e113379fe36b229b1a2e8c4c6bc4e6e059408504 data/theurgy/recipe/liquefaction/alchemical_sulfur_coals_from_coal_ore.json
6c67522525681dadc2a2583c511ef6118438d92f data/theurgy/recipe/liquefaction/alchemical_sulfur_coals_from_deepslate_coal_ore.json
7ed6e195adf68565cbf704cf4d3504415d69f37c data/theurgy/recipe/liquefaction/alchemical_sulfur_coarse_dirt_from_coarse_dirt.json
c1ec2d2c9e71671453cc2a377afc402bc3017fe1 data/theurgy/recipe/liquefaction/alchemical_sulfur_cobbled_deepslate_from_cobblestones_deepslate.json
e0793eeb4c34adcd8e89b664660a55109191c037 data/theurgy/recipe/liquefaction/alchemical_sulfur_cocoa_beans_from_cocoa_beans.json
Expand Down Expand Up @@ -182,6 +186,7 @@ de8bc0060b2985de2ed10793121b66abac2ab765 data/theurgy/recipe/liquefaction/alchem
df9a2e8e850cb5bde5daa41c91d6269ef4bd62bd data/theurgy/recipe/liquefaction/alchemical_sulfur_leek_from_crops_leek.json
dcfa41d2dea9a4c68491ae97e1f9626f7d13745d data/theurgy/recipe/liquefaction/alchemical_sulfur_lemon_from_crops_lemon.json
4bfcfb62bbff305995c2485bad3069ff486bade1 data/theurgy/recipe/liquefaction/alchemical_sulfur_lettuce_from_crops_lettuce.json
6e51bb4d73415cf50fa46455843b65c14ef8d8dd data/theurgy/recipe/liquefaction/alchemical_sulfur_lignite_coal_from_gems_lignite_coal.json
b47a247d7dd6128174e6373fc1a9e301b6c1b22b data/theurgy/recipe/liquefaction/alchemical_sulfur_lime_from_crops_lime.json
c15e99c5e54453902e97c7d38846c802bf6fe843 data/theurgy/recipe/liquefaction/alchemical_sulfur_livingwood_from_logs_livingwood.json
8f581bb8e6cc4c27e0fa769d3c1aaa5348b1f330 data/theurgy/recipe/liquefaction/alchemical_sulfur_logs_fig_from_logs_fig.json
Expand All @@ -196,6 +201,8 @@ afcf99a362c15f9a0d3cd134d698eb9d889e1271 data/theurgy/recipe/liquefaction/alchem
92af426ae25fbad9cdb2623c1c932e63ff2b0186 data/theurgy/recipe/liquefaction/alchemical_sulfur_maple_from_logs_maple.json
7dc1dd230df7c9959c61bdb8087ade5009058b80 data/theurgy/recipe/liquefaction/alchemical_sulfur_menril_from_logs_menril.json
326b8c4bbf1b976aa866ddce51c670f5604a16ce data/theurgy/recipe/liquefaction/alchemical_sulfur_minewood_from_logs_minewood.json
5ad9d4a25ac3722b3ff264fd0bc4279c025b2a7c data/theurgy/recipe/liquefaction/alchemical_sulfur_monazite_from_dusts_monazite.json
43d8c3dd2c60445024804b11d33e8989f056b6a5 data/theurgy/recipe/liquefaction/alchemical_sulfur_monazite_from_ores_monazite.json
c94b54a7d390748a71eba2c350e87c0f05496f2a data/theurgy/recipe/liquefaction/alchemical_sulfur_mossy_from_cobblestones_mossy.json
394a3c82b4652a2c7f88e1120a838b34158b9e6c data/theurgy/recipe/liquefaction/alchemical_sulfur_moss_block_from_moss_block.json
9b263f0309f01becd27c7e265edb691b2f04080a data/theurgy/recipe/liquefaction/alchemical_sulfur_muddy_mangrove_roots_from_muddy_mangrove_roots.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21.1 2024-08-29T18:41:12.7618143 Languages: en_us
3c485f76e1110d2b4929ef4619cd1099eb355163 assets/theurgy/lang/en_us.json
// 1.21.1 2024-08-30T11:49:06.6643701 Languages: en_us
e49b34aae2963c34f1580f248702c99c15b43256 assets/theurgy/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2024-08-18T10:41:15.7402088 Item Models: theurgy
// 1.21.1 2024-08-30T11:49:06.6603704 Item Models: theurgy
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_niter_animals_abundant.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_niter_animals_common.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_niter_animals_rare.json
Expand Down Expand Up @@ -33,6 +33,7 @@ e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_s
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_aluminum.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_amethyst.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_andesite.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_antimony.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_apatite.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_apple.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_apricot.json
Expand All @@ -50,6 +51,7 @@ e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_s
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_barley.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_basalt.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_basil.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_bauxite.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_beef.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_beetroot.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_bellpepper.json
Expand Down Expand Up @@ -173,6 +175,7 @@ e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_s
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_leek.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_lemon.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_lettuce.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_lignite_coal.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_lime.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_livingwood.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_logs_fig.json
Expand All @@ -187,6 +190,7 @@ e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_s
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_maple.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_menril.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_minewood.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_monazite.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_mossy.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_moss_block.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_mud.json
Expand Down Expand Up @@ -280,11 +284,13 @@ e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_s
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_terracotta.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_timewood.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_tin.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_titanium.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_tomatillo.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_tomato.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_transwood.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_tropical_fish.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_trumpet.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_tungsten.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_turmeric.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_turnip.json
e0f7b66a84e6588f01abbbce75b1803ffe5d46e2 assets/theurgy/models/item/alchemical_sulfur_turtle_scute.json
Expand Down
Loading

0 comments on commit 3121418

Please sign in to comment.