Closed RFTools Material Absorber won't take white sand

  • Thread starter Thread starter Lewel Stamp
  • Start date Start date
  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.
L

Lewel Stamp

Guest
Summary of the problem RFTools Material Absorber won't take white sand

Pack Version

What is the bug? Not a bug, a wishlist item; at worst it's an oversight. The fantastic white sand from Biomes O'plenty can't be absorbed in the RFTools Material Absorber.

Mod & Version RFTools Dimensions 1.12-5.05
Biomes O'Plenty 1.12.2-7.0.1.2310

Link to log file

Is it repeatable? yes

Known Fix Sadly, none. I'll have to mine the stuff
 
This is by design. All blocks that are affected by gravity cannot be created into a dimlet because it would cause an immense amount of lag. As such they're disabled. If you're really wanting them in your version of the pack you can go into the instance folder then config/rftools/dimlets.cfg and go to line ~281 where it has:

Code:
{
    "filter": {
      "mod": "biomesoplenty",
      "name": "sand",
      "type": "material"
    },
    "settings": {
      "rarity": 2,
      "create": 100,
      "maintain": 30,
      "ticks": 10,
      "worldgen": false,
      "dimlet": false
    }
  }

... and change dimlet and worldgen to true and that should allow you to create them. Bare in mind that doing this you'll void any future support from us as you've modified the pack.

Good luck, Snow.
 
Status
Not open for further replies.