Néstor Amador

Results 54 comments of Néstor Amador

@RazzyJ: It may cause the same problem, but that thing you're getting now isn't even caused by the same mod and the crashes themselves don't have anything to do with...

There aren't 32 types of lamps. Block metadata can only go from 0 to 15. Replace "0-31" with "0-15" and it should work.

This is most likely caused by KCauldron, but how do you know it's an issue with FMP if there's nothing in that crashlog that points to it?

There are javadocs on all the major classes you'll be working with if you support MCMP, but I do agree that there should be something in the wiki about it....

> I think BlockSlot can use ForgeRegistry instead of cache? There's no point in using a Forge registry if I'm not going to allow custom types to be added (and...

Yes, that is planned. However, it won't be part of MCMultiPart, it'll be in MCMicroBlock, the official microblock mod for MCMultiPart. MCMP is only meant to let people add multiparts,...

I'd suggest waiting until MCMP 2.0.0 drops (in 1.11) for any kind of vanilla compat or mod compatibility in general. I'm rewriting the API so it's extremely easy to turn...

Yeah, everything inside an MCMultiPart block is still fully functional. The problem is adapting already existing blocks (vanilla signs in this case) to work as multiparts. In 1.10 MCMP it's...

Right. I should probably reply to this in here since we continued the conversation on Discord. I'm currently working on my thesis and I have about a month and a...