Skip to content

Commit

Permalink
Merge pull request #1373 from GuiTaek/patch-1
Browse files Browse the repository at this point in the history
Update bloodvalues.md to reflect code and reality
  • Loading branch information
Cheaterpaul authored May 30, 2024
2 parents fee547c + 93b9b35 commit 7ff0dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/data/bloodvalues.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Item blood values are used by the [Grinder](../wiki/content/blocks#grinder) to d
A configured value of `20` means that the grinder will produce 20mb impure blood when grinding the item.

### Schema
```json title="data/vampirism/data_maps/item/item_blood_value.json"
```json title="data/vampirism/data_maps/item/item_blood.json"
{
"replace": false,
"values": {
Expand All @@ -38,7 +38,7 @@ A configured value of `10` means that the creature can fill 10 half-blood / 5 bl
A value of `0` means that the creature cannot be bitten.

### Schema
```json title="data/vampirism/data_maps/item/entity_blood_value.json"
```json title="data/vampirism/data_maps/entity_type/entity_blood.json"
{
"replace": false,
"values": {
Expand Down Expand Up @@ -82,4 +82,4 @@ But this also supports third party fluids if configured. A configured value of `
|------------------|------------------|---------------------------------------------------------------------------------------------------------------|
| `replace` | bool | If the values should replace the existing values. If `false` the values will be added to the existing values. |
| `fluid-id` | ResourceLocation | The id of the fluid to convert to blood |
| `conversionRate` | float | The conversion rate from the fluid to impure blood. e.g. `0.75` for 1 bucket to 0.75 buckets of blood. |
| `conversionRate` | float | The conversion rate from the fluid to impure blood. e.g. `0.75` for 1 bucket to 0.75 buckets of blood. |

0 comments on commit 7ff0dbd

Please sign in to comment.