MinecraftModDevelopmentMods / BaseMetals

Base Metals Mod
https://www.curseforge.com/minecraft/mc-mods/base-metals
GNU Lesser General Public License v2.1
15 stars 18 forks source link

new version #347

Closed ghost closed 6 years ago

ghost commented 6 years ago

in the new version of the mod you will make the function of turning on the craft of ingots with the help of a metal block and lworkbench????

jriwanek commented 6 years ago

You can already put a block into a crafting table to turn them into ingots, I'm not sure what you're asking for.

ghost commented 6 years ago

but it doesn't work

dshadowwolf commented 6 years ago

The current release version is in the MMD Public Server pack and has no issue and the current -dev is running on our private testing server and there is no issue.

So what, exactly, is "not working" supposed to tell us ?

ghost commented 6 years ago

2018-06-14_17 56 05

KiriCattus commented 6 years ago

It would help greatly if you specified the following things:

Mod Name & Version: ?
Forge Version: ?
Any Dependent Mods: ?
What you expected to happen: ?
What happened instead: ?

That way people can find the exact cause of the issue and assist you much better rather than being silly and just saying "Oh this doesn't work. Make it work!" for example.

ghost commented 6 years ago

BaseMetals 2.5.0-beta4 Forge 1.10.2 no mods except this im a expected 9 ingots but nothing happened

jriwanek commented 6 years ago

And the bit after the . which follows beta4?

Edit: Actually, lets save the game of 20 million questions which will get vague answers: Just upload your log to gists, pastebin or hastebin and link it in the issue.

ghost commented 6 years ago

What am I to do? how to solve this block problem ?

KiriCattus commented 6 years ago

Provide your logs and the full version name of the mod

ghost commented 6 years ago

I did not understand what logs

dshadowwolf commented 6 years ago
/logs/ will have dated files with names, in 1.10.2, like "fml-client-latest.log", "fml-junk-earlystartup.log" and maybe some others, depending on the launcher used. Please note that if you are using a copy of the mod not downloaded from either our Maven or from CurseForge - that is, one that does not have the correct cryptographic signature or hash - we cannot support it or handle bugs in it as we do not know what was done to the source before it was built.
ghost commented 6 years ago

where to find these logs ?

KiriCattus commented 6 years ago

Open the folder that has the mods and config folder in it and you should see the logs folder in there too.

ghost commented 6 years ago

latest.log

ghost commented 6 years ago

latest.log fml-junk-earlystartup.log fml-client-latest.log bootstrapper_data.log tlaucnher_data.log

dshadowwolf commented 6 years ago

almost right - we need "client.log"/"fml-client-latest.log" or "debug.log"... In recent 1.12 versions of Forge "latest.log" isn't useful and it seems that in 1.10, for the version you're running, it again, is not useful

EDIT: ah, there are the rest, thanks for that :)

ghost commented 6 years ago

I do not have it

dshadowwolf commented 6 years ago

Okay, signature looks good, version is correct... hrm... odd... @jriwanek I don't have a current 1.10.2 instance - this is from our last CF release - is it possible something got munged in the recipe code ?

dshadowwolf commented 6 years ago

...you have a custome recipe that isn't parsing properly and is causing something else to fail (just spotted this in fml-client-latest.log)

Is there a reason you are trying to add a block to ingot recipe using the crackhammer/sledgehammer ?

ghost commented 6 years ago

I don't know.

dshadowwolf commented 6 years ago

The recipe is almost valid, but you need to do the item as, say, "ore:ingotCopper" or "basemetals:copper_ingot" (and, of course, "ore:blockCopper" or "basemetals:copper_block") -- beyond that... hrm... Did you turn off the "upgrade a shield using metal plates" and the "repair armor using metal plates" recipes?

ghost commented 6 years ago

I didn't turn anything off

dshadowwolf commented 6 years ago

Alright - points to there possibly being an issue because of the custom crackhammer recipe not working - I'm looking at the code now, please give me a few minutes

dshadowwolf commented 6 years ago

okay... I still cannot see where this issue is coming from, other than something causing the config system to have a fault causing recipes not to get properly registered - however, for the recipe you appear to have attempted to add, you'd want:

basemetals:copper_block->9*basemetals:copper_ingot

And... Looks like I'm going to have to do some deep debugging to see if I can figure out this issue otherwise.

ghost commented 6 years ago

and why there мithril ore ?

dshadowwolf commented 6 years ago

Completeness. Thermal Expansion 4 provides it, but only in "magic" biomes, so for completeness and to have a provider for each material that other mods add, it exists. I think we've removed it entirely in more recent versions and it might even be a bug (that I thought we'd squashed) still hiding in 1.10

ghost commented 6 years ago

but why don't you make it in this ?

dshadowwolf commented 6 years ago

huh ?

I'm sorry, something must be getting lost in translation there as I have no idea what you mean

ghost commented 6 years ago

I'm talking about мithril ore

dshadowwolf commented 6 years ago

Ah! Okay, yeah - Issue in translation, apparently. Mithril is an alloy - mix the right materials, you get Mithril. It has some support to be generated as an ore, but it actually generating as one is not enabled - and not capable of being enabled - anywhere.

The recipe is 1 mercury blob, 2 silver dust and 1 cold-iron dust to make 3 "Mithril Blend" that can be smelted to get Mithril Ingots. Or 1 mB of cold-iron, 1 mB of mercury and 2 mB of silver in a Tinkers' Construct Smeltery to get 3 mB of mithril

ghost commented 6 years ago

what about the fact that I can't craft blocks?

dshadowwolf commented 6 years ago

is it only Mithril you are having the issue with or is it all blocks ?

ghost commented 6 years ago

in general all

ghost commented 6 years ago

that there ?

ghost commented 6 years ago

well as a success

jriwanek commented 6 years ago

Un-reproducable, abusive poster.