* Added calcite related recipes.
Successfully tested.
* Rebalanced the centrifuge color output for coral blocks
The initial value came from thinking "this should be more than an extractor yield" which would be 60, but that way of thinking is wrong because we get methane from the block after all
* Of course, I forgot that calcite grinds to calcite dust...
Untested. Since skeleton skulls are not too easy to come by either and wither roses are usually locked behind the first wither summon, this seems balanced.
Balancing notes: 1 ender pearl dust can infuse 2 planks, leading to all the warped infusion recipes. Shroomlights should at least take as much glowstone dust as normal glowstone, hence 4. On the other hand, 2 Shroomlights giving 1 glowstone dust when centrifuged is a bit stingy, but we also have to take into account the methane, which we need only 8 blocks for, because shroomlights are less common than the wart blocks. Wart blocks were copied from mushroom blocks. Nylium was inspired by mycelium, but a bit changed with netherrack dust in mind.
Ah, and mushroom stems cannot be used to create shroomlights, because that would mean crimson/warped stems could be used too. I wanted to avoid that, since nether stems are more like wood than like mushroom blocks.
1 Blaze Rod gets grinded into 4 powders already, so compressing 5 powders into 1 rod shouldn't be a problem. The Ind Centrifuge magma block recipe is more interesting. Double normal water amount because half of that is used to cool the remains of the magma block down afterwards, the other half for usual centrifuge recipe. Magma is relatively soft, so one magma block only needs half as much time as an ore, but we have 5 to grind, so 2.5 that time amount, leading to a time of 250. Only one Magma Cream gets produced. 2 are needed to centrifuge to blaze powder, so 10 Magma blocks. Hence 120 Magma blocks or about 2 stacks to get enough blaze powder to create 12 Ender Eyes, or just half of that (1 stack) if chemical reactor is used. Sounds balanced to me.
Steel's durability is about between iron and diamond, it is almost as tough as diamond, half as tough as netherite, but has same knockback resistance as netherite (which diamond lacks completely). But because we mixed some dirty coal to our iron to make it this tough and resistant, the enchantability is down to 5, which is by far the worst enchantability of all vanilla and TR armors.
Not tested yet, but I basically did the same changes as in the silver armor commit line by line.
Minecraft tags indicate that iron pickaxe and above always yield 4 amethyst shards when used on a maxed out cluster. Therefore added drills and omnitool, which is part drill. Since jackhammer doesn't mine ores usually it felt right to leave it out of this too.
* Simplified crude storage unit recipe
The normal one was contained within the blockus one, given that the tag existed. This commit sees to that.
* Corrected the tag folder
Tags were missing and at least the walls didn't connect. Didn't test if the slabs/stairs were also malfunctioning before, but now they all behave properly.
Bug history: Cells were able to put out fluids which are not FlowableFluids, causing a textureless block to appear. First commit checked for FlowableFluid necessary in cell item to do anything with it. However since EMPTY is not a FlowableFluid that led to Cells being unable to pick up fluids any longer. Second commit attempted to fix but didn't because I checked it wrongly (tested with buckets instead of cells). In fact it doesn't do anything (because the same check was performed earlier), so I reverted it with this commit. And finally this commit adds EMPTY as an acceptable fluid inside a cell to do something with it.
Only cells, not buckets, yes. Because TR only creates cells from other mods' fluids, not buckets. If the other mods' buckets are not placeable, people will complain to the appropriate mod. But if they only use cells and some "TR" cells are not placeable without any indication they will come to us. This tooltip will hopefully keep them from doing that.
Because why not? 2 Ice are needed to vacuum freeze into 1 Packed Ice, and since Blue Ice is more sought out, I thought 4 Packed Ice into 1 Blue Ice for same energy is fair. This means instead of 81 Ice blocks to make 1 Blue Ice with TR only 8 are needed, about -90% for a task that usually takes extreme amounts of grinding/afk. Without the new recipe it would be 18 Ice Blocks, so about -80%.
Other balancing could be done with power or time, but I am not well versed enough in these to balance them right.
* Update ModFluids.java
update to add still textures.
* Add files via upload
add still models
* Add files via upload
all new textures including still
all based off vanilla water templates
* Add files via upload
updated animation files for flowing and still textures
Sunflower gives 2 dyes normally in-game and the extractor usually doubles the amount, so sunflower giving 2 dyes in Extractor was a bug. Also added dye from Wither Rose (gives 1 dye normally, so here 2).
Silver is 2 times as durable as gold (still less than iron), -5 of gold's enchantability (still more than diamond and netherite) and cannot pacify/distract piglins. Also, it looks very fancy.