
sham1
Forge Modder-
Posts
80 -
Joined
-
Last visited
sham1's Achievements

Stone Miner (3/8)
13
Reputation
-
[UNSOLVED] [1.10.2] How do I user other mod's API?
sham1 replied to Djeezuss's topic in Modder Support
I think you don't have the correct version of ValkyrienWarfareBase. -
[1.11] [Client-Mod] Get itemstack name being wierd
sham1 replied to SHsuperCM's topic in Modder Support
Just do what he says. I think he knows a little more about this than you do. -
[1.11] [Client-Mod] Get itemstack name being wierd
sham1 replied to SHsuperCM's topic in Modder Support
But are you sure that the NBT data gets actually synced between the client and the server? Also, you should work with that attitude of yours. -
[1.11] [Client-Mod] Get itemstack name being wierd
sham1 replied to SHsuperCM's topic in Modder Support
And what have you tried in respect of "getting the right string". How do you sync the string. -
[ForgeGradle] Access Transformer + Intellij IDEA
sham1 replied to isavegas's topic in Modder Support
Reflection incurs overhead that I'd like to avoid, as I'm accessing a field on each of a list of entities, every tick. MethodHandles (that work with fields as well, don't let the name confuse you) have no oberhead as they get optimised by the JIT into just direct access. Also, premature optimisation is the root of all evil. -
Wouldn't it be 2 bytes per character since java uses UTF-16.
-
But when one starts with git all they really need is "commit", "push", "pull", "checkout", and "add". And using those is easy. @OP, please don't give up. While git may look daunting, getting to know it is so worth it. Also, if you want to close a thread, lock it.
-
I disagree with others in this thread. One should not use any kinds of wrapers around GIT while they don't even understand it. I find the command-line version to be easier to understand as it gives you more feedback instead of obscuring the actual process of using git behind a pretty GUI. I know there is a steep learning curve, but the most basic git commands one needs are not that hard. Anyway, here is a tutorial.
-
Show your block code.
-
Show what you have tried.
-
He gave you the outline of what you have to do, now you as the developer have to actually implement it in code. There is no way around that.
-
INB4. "It's the version I use" or "Everyone else is doing it".
-
Also, don't use BlockContainer. It is deprecated and not meant to be used by modders.
-
[1.9.4] Redstone connecting to custom bluestone
sham1 replied to MCrafterzz's topic in Modder Support
Well, I guess that before anyone is willing to help you, you should make your code readable. Try putting code-tags around your code, or better yet, put it to pastebin. Then we shall talk about your problem. Also, be patient. It has been 2 hours since you started this thread and you are already bumping it.