In regards to what Minecraft is (from my perspective anyway), I'd say it's a medium for near-infinite creativity. Unmodded it's rather limited, but add in some mods (or even better, make your own), and it can become a really awesome creative experience.
Granted, I'm not going to lie. A lot of the reason Minecraft is still really popular is because of the modders. There are some really awesome mods out there, like ThaumCraft or Ars Magica, which manage to extend the game so much without being repetitive.
But more to the point, with some of these mods (notably ones like Chisel or Tinker's Construct), your ability to be creative skyrockets. With only a few mods and a good imagination (and Creative mode of course), you can make amazing things- and depending on what you're doing, you might not even need mods to do it. (It entirely depends, though.)
While vanilla is still a bit lacking, I can tell that Mojang are trying to make up for that (albeit slowly), and they definitely seem to be catching up. Just, slowly.
1
Here's the crash report.
11
That's where the similarities end.
I personally made note of a couple significant differences between the code just from what I can see right off the bat with JD-GUI. I won't be copying any source here directly out of respect for IC2's license, but I will be naming key differences.
First off: Starting from the bottom, the energy-handling methods are very different. Granted, part of this is because, well, it uses RF instead of EU. But the big difference I've noted is Simply Jetpacks has a very notable (and somewhat excessive) usage of variables, part of which comes from the customizability of these jetpacks. The functions are also very different- and again, this is apparent immediately just based on quantity. (Most notable is how adding and subtracting energy is handled, part of which is, granted, because the IC2 Electric Jetpack is literally a slightly modified extension of the regular gas-powered Jetpack, whereas the Simply Jetpacks ones are built from the ground up to use RF.)
Second, the way the thrusting of the Jetpack is handled is rather different. As mentioned, it uses individual variables to determine thrust, speed, etc., whereas IC2's jetpack code has that information hardcoded. It also uses a very different (and probably more reliable) method for tracking keypresses, and also happens to be a lot easier to understand. The core code, namely the useJetpack() function, is also completely different.
I could bore you with a bunch of Java shenanigans that maybe half of the people reading this will understand, but I think I've made my point. Essentially, the two Jetpacks are about as similar as, say, a pulverizer and a macerator. Their function is more or less the same, and their code is undoubtedly rather similar (I'm not about to go look right now), but they're different enough that you can't say the Pulverizer is a copy of a Macerator.
tl;dr: "Not everyone who has a built a nice chair owes money to the guy that invented chairs" sums this up pretty nicely, as quoted by DZCreeper. The IC2 devs' claims are, unfortunately (for them), bogus. In fact, to be honest, I fail to see how anyone could've assumed the code was copied, as even someone without coding experience would be able to tell that's not the case.
Just reinforcing what's already been said, with more clarification as to what exactly's different (which is all the code that would actually matter enough to warrant accusations of plagiarism).
Also, if I'm to voice my personal opinion on the matter, even if there is code in Simply Jetpacks that's copied from IC2, it's been changed enough there's no solid proof it ever happened, and to add onto that, Simply Jetpacks does Jetpacks a lot better than IC2 does, as stated by several people, including, most notably, Etho. As such, there is really no good reason that the project would have to be shut down.
0
0
Granted, I'm not going to lie. A lot of the reason Minecraft is still really popular is because of the modders. There are some really awesome mods out there, like ThaumCraft or Ars Magica, which manage to extend the game so much without being repetitive.
But more to the point, with some of these mods (notably ones like Chisel or Tinker's Construct), your ability to be creative skyrockets. With only a few mods and a good imagination (and Creative mode of course), you can make amazing things- and depending on what you're doing, you might not even need mods to do it. (It entirely depends, though.)
While vanilla is still a bit lacking, I can tell that Mojang are trying to make up for that (albeit slowly), and they definitely seem to be catching up. Just, slowly.
0
(I'm not even kidding either, pretty much the entire time I was reading the post I was just like "want. WANT")
0
My other complaint is really more trivial than anything else, and not entirely your fault, but with the crafting recipes for some ore (the metals particularly), if you have a mod such as Thermal Expansion that adds some form of ore doubling mechanic, you can infinitely duplicate iron and gold, as well as in some cases nether quartz. Might be something worth keeping in mind; adding alternate recipes when ore-doubling mods are present might be a viable option. (You can also infinitely duplicate nether quartz with a simple fortune pick and enough netherrack.)
Other than that, most of these are definitely recipes that should really be in vanilla minecraft, so you get a thumbs-up in that category.
0
As a side note, thanks for providing a solution to the spigot issue. It was driving me insane for a bit.
0
0
At the very least, you need a mirror. Just giving us a link to an unreliable service is not a good idea, because 1. It gives users a bad impression, and 2. It prevents said users from downloading it, and that's not cool.
(Oh and by "unreliable" I mean "slow and prone to 503's". The latter because it's thrown that error 3 times in the past five minutes.)
EDIT: Emphasis on "unreliable". It just told me that the file doesn't exist.
0
0
Try using MinecraftError and replicating what caused the error and it should catch it. If it doesn't throw the error while MCError's open (which it's done to me before), then try command line.
0
I did notice this as well, but I was lucky enough to hit F before I hit the ground, since I have Zombe installed alongside this mod.
Speaking of mods, I should note that this one is incompatible with Forge. Install them side-by-side and you can't generate worlds. (I learned that one the hard way, if you can't tell)
0
...all joking aside, a PumpkinTopia option would be fantastic. And if we got the Lava Ocean back that'd be even more fantastic.
0
Doubtful, I tested it by installing on a clean .jar and it still crashed when I attempted to change texture packs. I had to do it manually. :S
0