Draco18s / HarderStuff

Tweaking vanilla and making it more interesting
8 stars 2 forks source link

Sluice config not working #1

Closed Dominance closed 9 years ago

Dominance commented 9 years ago

Using ReasonableRealism-4.10.0aaaaa In the config if this

The Container-Sluice holds items, has a GUI, and supports comparator output. Non-container-sluice

# uses faux water flow mechanics, item entities, does not store items, and does not support the
# comparator. [default: false]
B:useContainerSluice=false

Is set to false the container sluice still replaces the non container sluice in game.

Also

Set to false to disable the sluice recipe. [default: true]

B:enableSluice=true
Draco18s commented 9 years ago

The config for which sluice to use tells the game which TileEntity to register for the block. What's wrong with the other one?

Dominance commented 9 years ago

Oh the other one was just to show you I didnt mess up :)

Draco18s commented 9 years ago

Ah, gotcha. Anyway, the config option just switches between the two TEs. So yes, the behavior you describe is intended.

Dominance commented 9 years ago

No the container sluice for instance with thoughts configs is still enabled and not the normal sluice.

Draco18s commented 9 years ago

Ah! I see what you're saying now. My mistake.

And it looks like it's a leftover debug thing I did a while back. Just set it to the opposite value that you want, that'll get it back. I'll push a new version here in a minute fixing it.