Skip to content

Commit

Permalink
Merge pull request #504 from AllTheMods/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
oly2o6 authored Jul 22, 2021
2 parents 098dbe6 + ce14f43 commit 21e6100
Show file tree
Hide file tree
Showing 14 changed files with 503 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"BreedData": {
"isBreedable": false,
"parent1": "Quartz",
"parent2": "Rocky",
"parent2": "Stoned",
"breedWeight": 10,
"breedChance": 0.6,
"feedItem": "tag:forge:storage_blocks/allthemodium",
Expand All @@ -99,4 +99,4 @@
"TraitData": {
"hasTraits": false
}
}
}
4 changes: 2 additions & 2 deletions config/resourcefulbees/bees/Breed/bees_ingot/Iron.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"mutationCount": 1,
"mutations": [{
"type": "BLOCK_TO_ITEM",
"inputID": "resourcefulbees:lead_honeycomb_block",
"inputID": "resourcefulbees:iron_honeycomb_block",
"outputs": [{
"outputID": "minecraft:iron_ingot",
"weight": 80
},
{
"outputID": "resourcefulbees:lead_bee_spawn_egg",
"outputID": "resourcefulbees:iron_bee_spawn_egg",
"weight": 20
}
]
Expand Down
2 changes: 1 addition & 1 deletion config/resourcefulbees/bees/Breed/bees_misc/Obsidian.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mutationCount": 1,
"mutations": [{
"type": "BLOCK_TO_ITEM",
"inputID": "resourcefulbees:obsiadian_honeycomb_block",
"inputID": "resourcefulbees:obsidian_honeycomb_block",
"outputs": [{
"outputID": "minecraft:obsidian",
"weight": 80
Expand Down
4 changes: 2 additions & 2 deletions config/resourcefulbees/bees/Breed/bees_misc/Stoned.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"mutationCount": 1,
"mutations": [{
"type": "BLOCK_TO_ITEM",
"inputID": "resourcefulbees:rocky_honeycomb_block",
"inputID": "resourcefulbees:stoned_honeycomb_block",
"outputs": [{
"outputID": "minecraft:stone",
"weight": 80
},
{
"outputID": "resourcefulbees:rocky_bee_spawn_egg",
"outputID": "resourcefulbees:stoned_bee_spawn_egg",
"weight": 20
}
]
Expand Down
4 changes: 2 additions & 2 deletions config/resourcefulbees/bees/Breed/bees_mob/Dragonic.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"secondaryOutputWeight": 0.2,
"secondaryOutputCount": 1,
"secondaryNBTData": {},
"bottleOutput": "minecraft:honey_bottle",
"bottleOutputWeight": 0.25,
"bottleOutput": "minecraft:dragon_breath",
"bottleOutputWeight": 0.05,
"bottleOutputCount": 1,
"bottleNBTData": {},
"recipeTime": 200,
Expand Down
10 changes: 10 additions & 0 deletions config/skyblockbuilder/starter_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
"patchouli:book": "industrialforegoing:industrial_foregoing"
}
},
"psi": {
"id": "patchouli:guide_book",
"Count": 1,
"tag": {
"akashictome:displayName": {
"text": "EncylopaediaPsionica"
},
"patchouli:book": "psi:encyclopaedia_psionica"
}
},
"tconstruct": {
"id": "tconstruct:materials_and_you",
"Count": 1,
Expand Down
Loading

0 comments on commit 21e6100

Please sign in to comment.