Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Naadn and github-actions[bot] authored Sep 1, 2024
1 parent 8adadea commit 1386111
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions data/mods/Magiclysm/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"delete": { "entries": [ { "drop": "raw_fur", "type": "skin", "mass_ratio": 0.02 } ] },
"extend": {
"entries": [
{ "drop": "owlbear_stone", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "raw_fur", "type": "skin", "mass_ratio": 0.015 },
{ "drop": "feather", "type": "skin", "mass_ratio": 0.005 },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
{ "drop": "owlbear_stone", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "raw_fur", "type": "skin", "mass_ratio": 0.015 },
{ "drop": "feather", "type": "skin", "mass_ratio": 0.005 },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
]
}
},
Expand All @@ -22,23 +22,23 @@
"delete": { "entries": [ { "drop": "raw_fur", "type": "skin", "mass_ratio": 0.02 } ] },
"extend": {
"entries": [
{ "drop": "owlbear_stone", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "raw_fur", "type": "skin", "mass_ratio": 0.015 },
{ "drop": "feather", "type": "skin", "mass_ratio": 0.005 }
]
}
{ "drop": "owlbear_stone", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "raw_fur", "type": "skin", "mass_ratio": 0.015 },
{ "drop": "feather", "type": "skin", "mass_ratio": 0.005 }
]
}
},
{
"id": "bulette",
"type": "harvest",
"copy-from": "mammal_large_leather",
"extend": {
"entries": [
{ "drop": "bulette_plate", "scale_num": [ 2, 5 ], "max": 1, "type": "skin" },
{ "drop": "bulette_pearl", "scale_num": [ 1, 4 ], "max": 1, "type": "offal" },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
]
}
{ "drop": "bulette_plate", "scale_num": [ 2, 5 ], "max": 1, "type": "skin" },
{ "drop": "bulette_pearl", "scale_num": [ 1, 4 ], "max": 1, "type": "offal" },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
]
}
},
{
"id": "demon_spider",
Expand Down Expand Up @@ -95,24 +95,24 @@
"type": "harvest",
"copy-from": "mammal_large_wool",
"delete": { "entries": [ { "drop": "wool_staple", "type": "skin", "mass_ratio": 0.21 } ] },
"extend": {
"entries": [
{ "drop": "parabolan_wool_staple", "type": "skin", "mass_ratio": 0.05 },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
]
}
"extend": {
"entries": [
{ "drop": "parabolan_wool_staple", "type": "skin", "mass_ratio": 0.05 },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
]
}
},
{
"id": "human_large_leather",
"type": "harvest",
"copy-from": "human_large_fur",
"delete": { "entries": [ { "drop": "raw_hfur", "type": "skin", "mass_ratio": 0.02 } ] },
"extend": {
"entries": [
{ "drop": "raw_hleather", "type": "skin", "mass_ratio": 0.02 },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
]
}
"extend": {
"entries": [
{ "drop": "raw_hleather", "type": "skin", "mass_ratio": 0.02 },
{ "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
]
}
},
{
"id": "animal_large_noskin",
Expand Down

0 comments on commit 1386111

Please sign in to comment.