Hello, I am wondering if Harder wildlife is compatible with biome mods? (the ones i am using are Realistic world gen with Biomes o plenty) from what i read of how it calculates temp i think it is, but i just want to check before i commit to a survival world. Thanks!
EDIT: also, Pam's Harvestcraft crops. does the mod affect them in any way, or are they just left alone?
Hi, not sure if you know this yet(you likely do ;p ) but just in case, ProjectE vesions of 1.8.0 and up(the ones with the "new api") crash with your mods(i am guessing issues with your emc code). just letting you know for the next update
EDIT: from ProjectE 1.8.0 changelog "NOTICE: A new and proper API has been introduced with this update, addon authors will need to update to this new API."
0
Hello, I am wondering if Harder wildlife is compatible with biome mods? (the ones i am using are Realistic world gen with Biomes o plenty) from what i read of how it calculates temp i think it is, but i just want to check before i commit to a survival world. Thanks!
EDIT: also, Pam's Harvestcraft crops. does the mod affect them in any way, or are they just left alone?
0
.
whoops
0
Hi, not sure if you know this yet(you likely do ;p ) but just in case, ProjectE vesions of 1.8.0 and up(the ones with the "new api") crash with your mods(i am guessing issues with your emc code). just letting you know for the next update
EDIT: from ProjectE 1.8.0 changelog "NOTICE: A new and proper API has been introduced with this update, addon authors will need to update to this new API."
1
0
sorry, i forgot the recipe format
0
[16:57:54] [Client thread/ERROR] [HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: <null> <= {[minecraft]item.stick/0(ore), [minecraft]item.stick/0(ore), [minecraft]item.stick/0(ore), <empty>, [minecraft]item.ingotIron/0(ore), [minecraft]item.ingotIron/0(ore), <empty>, [minecraft]item.ingotIron/0(ore), [minecraft]item.ingotIron/0(ore)}
[16:57:54] [Client thread/ERROR] [HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: <null> <= {[minecraft]item.stick/0(ore), [minecraft]item.stick/0(ore), [minecraft]item.stick/0(ore), <empty>, [minecraft]item.ingotIron/0(ore), [minecraft]item.ingotIron/0(ore), <empty>, [minecraft]item.diamond/0(ore), [minecraft]item.diamond/0(ore)}
full log: http://paste.ee/p/T4HZN
0
how about wiki? https://github.com/0tho/CustomItems/wiki/Config-files
0
seems i cannot replicate the crash, although the recipe still doesn't work.
0
modtweaker 0.6-16
minetweaker 3.0.8b
mods.mariculture.Casting.removeBlockRecipe(<steamcraft:blockcopper:*>);
(crashy line) when i try it without the :* it does not remove the recipe/do anything at all.
0
0
(when i try to load a world, it dumps me back to the title screen.)
EDIT= sorry, i just saw it was already posted. :/
0
(this happens on 1.0.3 and 1.0.51)
0
as long as you let us specify what it melts into!
0
]
drops-self: false,
also, for some reason, the paste of the text removed all the other way around ]'s
0
{
"name": "RetentionOre",
"default-texture": "RetentionOre",
"material": "rock",
"hardness": 1,
"ore-dictionary": [
"oreRetention"
]
drops-self: false,
"drops": [[
{"item": "minecraft:cobblestone", "damage": 1, "amount": "1"}
],
}
this crashes with http://paste.ee/p/pl64w
it also crashes it i put
drops-self: "false",
or
"drops-self": false,