yeah good pointnot all of them. imagine trying to use some of the GT stuff withought GUIs. geh.
yeah good pointnot all of them. imagine trying to use some of the GT stuff withought GUIs. geh.
not all of them. imagine trying to use some of the GT stuff withought GUIs. geh.
Dem custom croops thoToday's Progress:
[Added] Various small tweak mods
[Removed] Plant Mega Pack, I was having trouble changing plant rates per biome and decided I'd much rather use my own custom croops
[Config] Various tweaks to the health, hunger and ore gen systems
[Config] Added MineTweaker Recipes for Wood Tough Rods (and Wood Tool Rods in the alternate difficulty settings) To be used for various tools, weapons and the sieve
[Note to Self] Find some poor sap to make a food/hunger minetweaker-like thingy
[Fun] Played around with the pack to understand the mods better
Not much got done today, I was at a birthday party for most of it.
1. I'm using the iPhone5...Stupid iPod 5
I have coded in an option to add custom crops in @Otho 's Custom Item's build, I have sent him the code, all that has to happen now is to wait for him to compile a new version and add it to his curseforge project and for me or him to update the wiki.
PhoenixConfigs?Since I have the configs at a point where I'm content and today's schedule is pretty much free I'll be devoting a large portion of my day to Minetweakering NAM. Expect a lot of progress. Starting tonight, I will also put out weekly MineTweaker packages with my current scripts so you can try them out in your own games.
PhoenixConfigs?
Maybe instead of using cobble in the asteroids use a block made using custom items? Call it Shale perhaps since it's a type of rock which can be broken easily?Update: I have decided a course of action for early game:
- Players break leaves for saplings (Logs require a flint Axe (No idea on how to do that. Please help))
- Convert 2 Saplings into 1 stick until you have 3 sticks
- Craft a Crook out of 3 sticks
- Break more Leaves
- Use a Silkworm on a tree
- Use 8 string into 1 Wire Mesh twice
- Craft 2 Sticks into 1 Tough Rod twice
- Craft a Sieve with 2 Wire Mesh and 2 Tough Rods
- Explore the world until you find a Asteroid
- Break the Cobblestone at the crash site with your fists (Also unsure on how to do so that the Cobble would drop... would Iguana Tinker's Tweaks work?)
- Sieve the Cobble for 1 Stone each.
- Craft 2 stone into one Stone Toolhead
- Craft a Tough Rod with a Stone Toolhead for a Stone Shovel
- Mine Sand for more stone
- Find Gravel and Mine it with your Shovel
- Sieve Gravel for a 1/7 chance to get a Flint Shard
- Combine 4 flint shards into one flint
- Craft 3 Flint and a Tough Rod for a Flint Hatchet
- ???
- PROFIT!
Maybe instead of using cobble in the asteroids use a block made using custom items? Call it Shale perhaps since it's a type of rock which can be broken easily?
Woops, totally didn't realize you meant the AE2 onesWell, I have no idea how to make a custom block part of the AE2 asteroids.
This exists in Hunger Overhaul but it is largely untested and completely undocumented.[Note to Self] Find some poor sap to make a food/hunger minetweaker-like thingy
[
{
"name": "<mod>:<itemName>",
"meta": <metadata>,
"hunger": <hunger>,
"saturationModifier": saturationModifier
},
{
"name": "<mod>:<itemName>",
"meta": <metadata>,
"hunger": <hunger>,
"saturationModifier": saturationModifier
},
// etc
]
It's probably worth looking into/keeping an eye on KitchenCraft by @tterrag1098, which will allow you to add new foods (with accompanying seeds/crops) using json files. Not sure when it'll be released, though.Well, I mainly meant a crop version of customItems or Tabula Rasa, preferably the former. But thanks for the heads up, it seems like an interesting mod and I'll definitely look into it.