That's what I get for not looking up the wiki again when I wrote those. Thanks heaps for that.- Revert Nether Osmium processing requiring the Blast Furnace until I can figure out why the heck its giving rutile ore instead of osmium ore
I flipped the recipes around to see what would happen and it made osmium the output for both since it was the first defined, meaning it wasn't keeping track of the meta. This is happening because the blast furnace recipes are set to ignore "damage" values (the first boolean, probably intended for smelting tools/armor), and since the ores share the same ID but different meta/"damage" they're being treated as the same item, overwriting whatever other recipes are added for that nether ore ID later.
BlastFurnace.addRecipe(oreNetherRutile, true, false, 300, oreRutile * 2);
BlastFurnace.addRecipe(oreNetherOsmium, true, false, 300, oreOsmium * 2);
These gave the correct ore outputs in my quick test. Hope this helps.
got mana on ya? they wont work without it now. and the eye has been nerfed - you dont get the spinny-zodiac list anymore, just 1 spot. right click it on a block, and then right click -> hold pointing at the air to tp yourself back to it.
It actually doesn't eat the bucket, it just (quite successfully!) hides it by going into stealth mode until you open your inventory. Then, the bucket auto-magically appears in your inventory, not on your hot bar. And it didn't stack it on the other bucket that was in the inventory, it put it in a new empty slot. I'm not sure what will happen if there isn't an empty slot for it to go to. Computers are stupider than dragons!!not sure if this is a bug, but it's repeatable, when I use a clay bucket to put water in a waterpad (for the artichokes) it eats the clay bucket
Edited for spelling (hopefully correct now!)
It actually doesn't eat the bucket, it just (quite successfully!) hides it by going into stealth mode until you open your inventory. Then, the bucket auto-magically appears in your inventory, not on your hot bar. And it didn't stack it on the other bucket that was in the inventory, it put it in a new empty slot. I'm not sure what will happen if there isn't an empty slot for it to go to. Computers are stupider than dragons!!
- Revert Nether Osmium processing requiring the Blast Furnace until I can figure out why the heck its giving rutile ore instead of osmium ore
I flipped the recipes around to see what would happen and it made osmium the output for both since it was the first defined, meaning it wasn't keeping track of the meta. This is happening because the blast furnace recipes are set to ignore "damage" values (the first boolean, probably intended for smelting tools/armor), and since the ores share the same ID but different meta/"damage" they're being treated as the same item, overwriting whatever other recipes are added for that nether ore ID later.
BlastFurnace.addRecipe(oreNetherRutile, true, false, 300, oreRutile * 2);
BlastFurnace.addRecipe(oreNetherOsmium, true, false, 300, oreOsmium * 2);
These gave the correct ore outputs in my quick test. Hope this helps.
aw thanks I didn't have any in my tiny field (just started a new world for this new version...) I thought the water pads were considered a water block since my field looked hydrated. guess I'll have to come up with a different plan for how it my fields will be.Do you have water source block next to them?
Interesting. Where can I change that ?
You need to use the mattock on dirt to farmland, and then use it again on the farmland and you have a empty water pad. You cant forget that you need to fill each one with water and have a water source near byCan someone post a pic of a water pad - I don't understand the instructions on the tooltip (I saw a post here but didn't understand that either - doh!).