Skip to content

Commit

Permalink
Merge pull request #2810 from AllTheMods/update-changelog
Browse files Browse the repository at this point in the history
Remove extra cloche recipes for inferium
  • Loading branch information
jeremiahwinsley authored Dec 17, 2021
2 parents 8f1d9f8 + 4ab5b0f commit 9d78f7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
9 changes: 7 additions & 2 deletions changelog/1.8.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
### Mod Updates
- AdChimneys-1.16.5-6.0.12.3-build.0207.jar
- advancedperipherals-1.16.5-0.7.6r.jar
- allthetweaks-1.4.4-1.16.5-36.1.13.jar
- Apotheosis-1.16.5-4.8.4.jar
- archers_paradox-1.16.5-1.4.0.1.jar
- architectury-1.26.39.jar
- ars_nouveau-1.16.5-1.24.8.jar
- BloodMagic-1.16.4-3.1.7-27.jar
- Botania-1.16.5-420.1.jar
- BotanyPots-1.16.5-7.1.30.jar
- cabletiers-1.16.5-0.543.jar
Expand All @@ -32,20 +35,21 @@
- kubejs-thermal-1605.1.4-build.3.jar
- lootr-1.16.5-0.0.9.30.jar
- mahoutsukai-1.16.5-v1.33.6.jar
- mana-and-artifice-1.5.1.2.jar
- mana-and-artifice-1.5.1.3.jar
- Mantle-1.16.5-1.6.147.jar
- mcjtylib-1.16-5.1.2.jar
- mcw-bridges-2.0.1-mc1.16.5.jar
- mcw-doors-1.0.5-mc1.16.5.jar
- mcw-fences-1.0.2-mc1.16.5.jar
- mcw-trapdoors-1.0.4-mc1.16.5.jar
- mcw-windows-2.0.2-mc1.16.5.jar
- minecolonies-1.16.5-1.0.296-BETA.jar
- minecolonies-1.16.5-1.0.309-RELEASE.jar
- MysticalAgradditions-1.16.5-4.2.4.jar
- MysticalAgriculture-1.16.5-4.2.6.jar
- MysticalCustomization-1.16.5-2.1.7.jar
- MythicBotany-1.16.5-1.4.19.jar
- omgourd-1.16.5-1.4.0.1.jar
- pipez-1.16.5-1.2.15.jar
- repurposed_structures_forge-3.4.7+1.16.5.jar
- restrictions-1.16-3.0.5.jar
- rftoolsbase-1.16-2.1.1.jar
Expand Down Expand Up @@ -74,3 +78,4 @@
- Add unification for zinc plates
- Disable Quark recipe book unlocking to fix oversized playerdata files.
- Adjust Computercraft wired modem recipe to fix conflict with network cable
- Fix JEI quantity for inferium seeds in cloche
10 changes: 0 additions & 10 deletions kubejs/server_scripts/mod_specific/immersive_engineering/cloche.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,4 @@ onEvent('recipes', e => {
regular(['forbidden_arcanus:arcane_gold_nugget', 'forbidden_arcanus:golden_orchid_seeds'], 'forbidden_arcanus:golden_orchid_seeds', 'forbidden_arcanus:golden_orchid')
regular([Item.of('silentgear:flax_fiber', 2), 'silentgear:flax_seeds'], 'silentgear:flax_seeds', 'silentgear:flax_plant')
regular([Item.of('byg:blueberries', 2)], 'byg:blueberries', 'byg:blueberry_bush')

//Inferium
inf(1, 1000, 'minecraft:dirt')
inf(2, 1750, 'mysticalagriculture:inferium_farmland')
inf(3, 2500, 'mysticalagriculture:prudentium_farmland')
inf(4, 3250, 'mysticalagriculture:tertium_farmland')
inf(5, 4000, 'mysticalagriculture:imperium_farmland')
inf(6, 4750, 'mysticalagriculture:supremium_farmland')
inf(7, 5500, 'mysticalagradditions:insanium_farmland')
//#endregion
})

0 comments on commit 9d78f7a

Please sign in to comment.