Skip to content

Commit

Permalink
main commit (CleverRaven#75492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git authored Aug 8, 2024
1 parent fe2d376 commit d74e076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
27 changes: 0 additions & 27 deletions data/json/recipes/chem/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,6 @@
"tools": [ [ [ "surface_heat", 3, "LIST" ] ] ],
"components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "bone_any", 10, "LIST" ], [ "skewer_bone", 500 ] ] ]
},
{
"result": "superglue",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_OTHER",
"skill_used": "chemistry",
"difficulty": 3,
"time": "12 m",
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_intro_chemistry" } ],
"qualities": [ { "id": "CHEM", "level": 1 } ],
"tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
"components": [
[ [ "water", 1 ], [ "water_clean", 1 ] ],
[
[ "bone_any", 20, "LIST" ],
[ "skewer_bone", 1000 ],
[ "cured_hide", 2 ],
[ "pine_bough", 10 ],
[ "raw_dandelion", 20 ],
[ "biollante_bud", 1 ],
[ "ant_egg", 1 ],
[ "slime_scrap", 1 ]
]
]
},
{
"result": "rubber_cement",
"type": "recipe",
Expand Down
7 changes: 7 additions & 0 deletions data/mods/innawood/migration_items.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": "superglue",
"type": "MIGRATION",
"replace": "bone_glue"
}
]

0 comments on commit d74e076

Please sign in to comment.