From 93b9b35ca52439753909b063270fef7b8b6c50d0 Mon Sep 17 00:00:00 2001 From: GuiTaek <109903402+GuiTaek@users.noreply.github.com> Date: Thu, 30 May 2024 03:29:05 +0200 Subject: [PATCH] Update bloodvalues.md to reflect code and reality The paths given here don't work. Looking in the code, these should be the new paths. And they actually work. --- docs/data/bloodvalues.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data/bloodvalues.md b/docs/data/bloodvalues.md index c71be3a79..e9cbf8013 100644 --- a/docs/data/bloodvalues.md +++ b/docs/data/bloodvalues.md @@ -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": { @@ -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": { @@ -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. | \ No newline at end of file +| `conversionRate` | float | The conversion rate from the fluid to impure blood. e.g. `0.75` for 1 bucket to 0.75 buckets of blood. |