-
Notifications
You must be signed in to change notification settings - Fork 0
Bones Mechanic
#BioForge #BioForge_V2_0 #Build_V0_54T #Item #Bone #LegacyUpdated
#Bones Bone Saw
The bones mechanic allows you to extract Split Bones from skeletons using a Bone Saw. These bones contain blood data from the entity. Split bones can be further processed into Bone Marrow (via Centrifuge) or Withered Bone Marrow (via Decalcification Fluid). Bone marrow can then be used with reagents to determine the blood type of the source entity.
All bone items store the blood data (type, amount, source UUID) of the entity they were taken from.
You can add or remove entities from the bone sources via datapack tags in data/bioforge/tags/entity_types/.
Entities that drop normal Split Bone:
{
"replace": false,
"values": [
"minecraft:skeleton",
"minecraft:stray",
"minecraft:skeleton_horse"
]
}Entities that drop withered Split Bone:
{
"replace": false,
"values": [
"minecraft:wither_skeleton"
]
}Note: The bone saw also takes 10 blood from the target.
BioForge V2.0
Catalogues
- Item Catalogue
- Block and Machine Catalogue
- Mechanics Index
- Mutation Catalogue
- Symptom Catalogue
- Transmission Catalogue
- Command Catalogue
Research
- Research Tablet Progression
- CRISPR Programming
- Vaccine Maker Pages and Inventory
- Vaccines and Immunity
- Containment and PPE
Customization
- Modpack Maker Guide
- Addon Developer Guide
- BioForge addon creation guide
- Localization and Translation
Project