Skip to content

Commit

Permalink
Tinkers' Construct support resources
Browse files Browse the repository at this point in the history
For upcoming Tinkers' Construct support.
  • Loading branch information
IcarussOne committed Oct 26, 2024
1 parent 2466a24 commit d1ef38a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/assets/harkenscythe/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,16 @@ cfg.harkenscythe.recipes=Recipes
patchouli.harkenscythe.landing_text=A guide for Harken Scythe, a magic mod about the art of reaping and channeling blood and souls.
patchouli.harkenscythe.name=Reaper's Guidebook
patchouli.harkenscythe.subtitle=Harbinger's Edition

# TINKERS CONSTRUCT
material.biomass.name=Biomass
material.livingmetal.name=Livingmetal

modifier.blood_conjuration.name=Blood Conjuration
modifier.blood_conjuration.desc=§oBloody murder!§r\nThere is a 5% chance for blood essence to spawn when a target is hit.
modifier.blood_intervention.name=Blood Intervention
modifier.blood_intervention.desc=§oProtect the colony!§r\nNearby blood essence will slowly restore your tool and will constantly provide you the Strength effect.
modifier.soul_conjuration.name=Soul Conjuration
modifier.soul_conjuration.desc=§oTime's up!§r\nThere is a 15% chance for soul essence to spawn when a target is killed.
modifier.soul_intervention.name=Soul Intervention
modifier.soul_intervention.desc=§oYour soul is bound to me!§r\nNearby soul essence will slowly restore your tool and will constantly provide you the Resistance effect.
6 changes: 6 additions & 0 deletions src/main/resources/assets/harkenscythe/materials/biomass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "block",
"parameters": {
"texture": "harkenscythe:blocks/block_biomass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "multicolor",
"parameters": {
"dark": "004058",
"mid": "57AFB8",
"bright": "DDF2F6"
}
}

0 comments on commit d1ef38a

Please sign in to comment.