Leximon / Fluidlogged

Allows waterlogging for any fluid such as lava
https://modrinth.com/mod/fluidlogged
MIT License
8 stars 1 forks source link

General Bug Collection #28

Open BioTechproject27 opened 3 months ago

BioTechproject27 commented 3 months ago

Hey, so first of all I wanna say that this is a really cool mod, I wish this concept was in the base game.

There seem to be quite a few bugs still even in vanilla which I'd document here. And while I realize that this is still a beta, a comprehensive list may be able to help. Tested using 2.0.1-beta.2 in 1.20.1:

Lava related

General Fluid dynamics

Config

General improvements

BioTechproject27 commented 3 months ago

Related to config:

Here is an example of the vanilla, alphabetically sorted list of block tags that I feel like belong:

{
  "fluid_permeability_enabled": true,
  "fluidloggable_blocks": {
    "blacklist": false,
    "blocks": [
      "#minecraft:anvil",
      "#minecraft:all_signs",
      "#minecraft:banners",
      "#minecraft:beds",
      "#minecraft:buttons",
      "#minecraft:campfires",
      "#minecraft:candles",
      "#minecraft:corals",
      "#minecraft:doors",
      "#minecraft:fence_gates",
      "#minecraft:fences",
      "#minecraft:leaves",
      "#minecraft:pressure_plates",
      "#minecraft:rails",
      "#minecraft:slabs",
      "#minecraft:stairs",
      "#minecraft:trapdoors",
      "#minecraft:walls",
      "#minecraft:wool",
      "#minecraft:wool_carpets"
    ]
  },
  "fluid_permeable_blocks": {
    "blacklist": false,
    "blocks": [
      "#minecraft:anvil",
      "#minecraft:all_signs",
      "#minecraft:beds",
      "#minecraft:buttons",
      "#minecraft:doors",
      "#minecraft:pressure_plates",
      "#minecraft:slabs",
      "#minecraft:stairs",
      "#minecraft:trapdoors",
      "#minecraft:walls"
    ]
  },
  "shape_independent_fluid_permeable_blocks": {
    "blacklist": false,
    "blocks": [
      "#minecraft:banners",
      "#minecraft:campfires",
      "#minecraft:candles",
      "#minecraft:corals",
      "#minecraft:fence_gates",
      "#minecraft:fences",
      "#minecraft:leaves",
      "#minecraft:rails",
      "#minecraft:wool",
      "#minecraft:wool_carpets"
    ]
  }
}