Skip to content

Commit

Permalink
fix(balance): ✏️[Rock Crystal Ore] make obtainable only as block in w…
Browse files Browse the repository at this point in the history
…orld

Now, you cant get Ore as item in inventory. This would keep original AS idea that block cant be silk touched.

- Sources of ore block would be replaced to [Rock Crystal Essence]
- Essence have lower chance to get from sifting (50% => 10%)
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent da48177 commit 9321ecd
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions config/ExCompressum/HeavySieve.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"metadata": 0,
"count": 1,
"luck": 0,
"chance": 0.5,
"chance": 0.1,
"rolls": 1
},
{
Expand All @@ -80,7 +80,7 @@
"metadata": 0,
"count": 1,
"luck": 0,
"chance": 0.7,
"chance": 0.15,
"rolls": 1
},
{
Expand Down Expand Up @@ -116,7 +116,7 @@
"metadata": 0,
"count": 1,
"luck": 0,
"chance": 0.9,
"chance": 0.2,
"rolls": 1
},
{
Expand Down Expand Up @@ -186,7 +186,7 @@
"metadata": 0,
"count": 1,
"luck": 0,
"chance": 0.5,
"chance": 0.1,
"rolls": 1
},
{
Expand Down
3 changes: 1 addition & 2 deletions config/advRocketry/asteroidConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<ore itemStack="advancedrocketry:hotturf" chance="25"/>
</asteroid>
<asteroid name="Rock Crystal" distance="75" mass="64" massVariability="1" probability="5" richness="0.7" richnessVariability="0.5">
<ore itemStack="astralsorcery:blockcustomore" chance="100"/>
<ore itemStack="advancedrocketry:hotturf" chance="25"/>
<ore itemStack="mysticalagriculture:rock_crystal_essence" chance="100"/>
</asteroid>
<asteroid name="Steel" distance="75" mass="64" massVariability="1" probability="7" richness="0.3" richnessVariability="0.2">
<ore itemStack="thermalfoundation:storage_alloy" chance="100"/>
Expand Down
8 changes: 4 additions & 4 deletions config/exnihilocreatio/SieveRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,16 @@

"exnihilocreatio:block_skystone_crushed": [
{ "meshLevel": 2, "drop": {"name": "mysticalagriculture:starmetal_essence", "meta": 0} , "chance": 0.20 },
{ "meshLevel": 2, "drop": {"name": "mysticalagriculture:rock_crystal_essence" , "meta": 0} , "chance": 0.5 },
{ "meshLevel": 2, "drop": {"name": "mysticalagriculture:rock_crystal_essence" , "meta": 0} , "chance": 0.1 },
{ "meshLevel": 2, "drop": {"name": "mysticalagriculture:black_quartz_essence" , "meta": 0} , "chance": 0.5 },

{ "meshLevel": 3, "drop": {"name": "mysticalagriculture:starmetal_essence", "meta": 0} , "chance": 0.30 } ,
{ "meshLevel": 3, "drop": {"name": "mysticalagriculture:rock_crystal_essence" , "meta": 0} , "chance": 0.7 },
{ "meshLevel": 3, "drop": {"name": "mysticalagriculture:rock_crystal_essence" , "meta": 0} , "chance": 0.15 },
{ "meshLevel": 3, "drop": {"name": "mysticalagriculture:black_quartz_essence" , "meta": 0} , "chance": 0.7 },
{ "meshLevel": 3, "drop": {"name": "fluxnetworks:flux" , "meta": 0} , "chance": 0.7 },

{ "meshLevel": 4, "drop": {"name": "mysticalagriculture:starmetal_essence" , "meta": 0} , "chance": 0.40} ,
{ "meshLevel": 4, "drop": {"name": "mysticalagriculture:rock_crystal_essence" , "meta": 0} , "chance": 0.9},
{ "meshLevel": 4, "drop": {"name": "mysticalagriculture:rock_crystal_essence" , "meta": 0} , "chance": 0.20},
{ "meshLevel": 4, "drop": {"name": "mysticalagriculture:black_quartz_essence" , "meta": 0} , "chance": 0.9},
{ "meshLevel": 4, "drop": {"name": "fluxnetworks:flux" , "meta": 0} , "chance": 0.9},
{ "meshLevel": 4, "drop": {"name": "mysticalagriculture:ruby_essence" , "meta": 0} , "chance": 0.4} ,
Expand Down Expand Up @@ -427,7 +427,7 @@
],

"enderio:block_infinity:0": [
{"meshLevel": 2, "drop": {"name": "mysticalagriculture:rock_crystal_essence", "meta": 0} , "chance": 0.5},
{"meshLevel": 2, "drop": {"name": "mysticalagriculture:rock_crystal_essence", "meta": 0} , "chance": 0.1},
{"meshLevel": 2, "drop": {"name": "mysticalagriculture:osmium_essence" , "meta": 0} , "chance": 0.6},
{"meshLevel": 2, "drop": {"name": "exnihilocreatio:item_ore_nickel" , "meta": 0} , "chance": 0.9},
{"meshLevel": 2, "drop": {"name": "jaopca:item_pieceboron" , "meta": 0} , "chance": 1.0},
Expand Down
9 changes: 5 additions & 4 deletions config/ftbquests/normal/chapters/08d906a0/ab4702ec.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
],
optional: true,
tasks: [{
uid: "1926ce88",
uid: "38250d30",
type: "item",
items: [{
item: "astralsorcery:blockcustomore"
}]
item: "astralsorcery:itemrockcrystalsimple"
}],
ignore_nbt: 1b
}],
rewards: [{
uid: "7055591c",
type: "item",
item: "mysticalagriculture:rock_crystal_essence",
count: 16
count: 3
}]
}
2 changes: 1 addition & 1 deletion config/laser_drill_ores/astralsorcery_ores.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"item" : "astralsorcery:blockcustomore:0",
"item" : "mysticalagriculture:rock_crystal_essence:0",
"color" : 0,
"rarity" : [
{
Expand Down
2 changes: 1 addition & 1 deletion config/thaumtweaks_pech_trades.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MINER:
thaumcraft:turret:2 // Arcane Bore
twilightforest:ore_magnet // Ore Magnet
4:
astralsorcery:blockcustomore // Rock Crystal Ore
mysticalagriculture:rock_crystal_essence // Rock Crystal Essence
thaumicwonders:transmuter_stone // Transmuter's Stone
twilightforest:twilight_sapling:7 // Miner's Tree Sapling
cyclicmagic:storage_bag // Storage Bag
Expand Down
2 changes: 1 addition & 1 deletion scripts/jei/mod/advancedrocketry.zs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ addAsteroid('Resonant End Stone' , [64, 75, 0.7, 5, 1, 0.5] , [{ <thermalfound
addAsteroid('Dilithium' , [64, 75, 0.7, 5, 1, 0.5] , [{ <netherendingores:ore_end_modded_1:14>: 100 }, { <advancedrocketry:hotturf>: 25 }]);
addAsteroid('Titanium' , [64, 75, 0.7, 5, 1, 0.5] , [{ <libvulpes:ore0:8>: 100 }, { <advancedrocketry:hotturf>: 25 }]);
addAsteroid('Starmetal' , [64, 75, 0.7, 5, 1, 0.5] , [{ <astralsorcery:blockcustomore:1>: 100 }, { <advancedrocketry:hotturf>: 25 }]);
addAsteroid('Rock Crystal' , [64, 75, 0.7, 5, 1, 0.5] , [{ <astralsorcery:blockcustomore>: 100 }, { <advancedrocketry:hotturf>: 25 }]);
addAsteroid('Rock Crystal' , [64, 75, 0.7, 5, 1, 0.5] , [{ <mysticalagriculture:rock_crystal_essence>: 100 }, { <advancedrocketry:hotturf>: 25 }]);
addAsteroid('Steel' , [64, 75, 0.3, 7, 1, 0.2] , [{ <thermalfoundation:storage_alloy>: 100 }, { <advancedrocketry:hotturf>: 25 }]);
addAsteroid('Moon Turf' , [64, 50, 0.9, 8, 1, 0.1] , [{ <advancedrocketry:moonturf>: 50 }, { <advancedrocketry:moonturf_dark>: 50 }]);
/**/
Expand Down
2 changes: 1 addition & 1 deletion scripts/jei/mod/thaumtweaks.zs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ MINER: [[
<thaumcraft:turret:2>,
<twilightforest:ore_magnet>,
], [
<astralsorcery:blockcustomore>,
<mysticalagriculture:rock_crystal_essence>,
<thaumicwonders:transmuter_stone>,
<twilightforest:twilight_sapling:7>,
<cyclicmagic:storage_bag>,
Expand Down
2 changes: 1 addition & 1 deletion scripts/mods/mysticalagriculture.zs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ remakeFluid ('mysticalagriculture:obsidian' , <fluid:obsidian>
// remakeFluid ("mysticalagriculture:stone" , <fluid:stone> , [<mysticalagriculture:stone_essence>]);
remakeBlock ('mysticalagriculture:gemquartzblack' , <blockstate:actuallyadditions:block_misc:type=ore_black_quartz> , [<mysticalagriculture:black_quartz_essence> * 7]);
remakeBlock ('mysticalagriculture:crystalcertusquartz' , <blockstate:appliedenergistics2:quartz_ore> , [<mysticalagriculture:certus_quartz_essence>]);
remakeAltair ('mysticalagriculture:blockcustomore' , <astralsorcery:blockcustomore> , [<mysticalagriculture:rock_crystal_essence>]);
remakeBlock ('mysticalagriculture:blockcustomore' , <blockstate:astralsorcery:blockcustomore:oretype=rock_crystal>, [<mysticalagriculture:rock_crystal_essence>]);
// remakeBlock ("mysticalagriculture:itemcraftingcomponent", <blockstate:astralsorcery:blockcustomsandore> , [<mysticalagriculture:aquamarine_essence>]);
remakeBlock ('mysticalagriculture:gem' , <blockstate:biomesoplenty:gem_ore:variant=amethyst> , [<mysticalagriculture:ender_amethyst_essence>]);
remakeBlock ('mysticalagriculture:gemruby' , <blockstate:biomesoplenty:gem_ore:variant=ruby> , [<mysticalagriculture:ruby_essence>]);
Expand Down

0 comments on commit 9321ecd

Please sign in to comment.