
Everything posted by Cadiboo
-
Why are people still coding for 1.7.10/1.8?
Correction, more than 4 years old
-
Why are people still coding for 1.7.10/1.8?
It should be noted that the code for those mods has been obsolete for almost 3 years
-
Question Related to 1.13.1
Usually programmers work on getting stuff working before moving on to optimisation, honestly though no one knows yet and no one will know until a forge 1.13(.1?) branch is made on GitHub
-
[1.12.2] Energy Cable Network
I've got everything working, except that my EnergyNetworkList is shared between the server & client. this isn't a problem when the sides are physically seperate... but I get concurrent modification exceptions & multiple versions of the same EnergyNetworks. How would I attach my networks (& lists) to specific worlds and have seperate instances for server & client?
-
[1.12/1.13] Use NBT data in crafting
You need a custom Recipe implementation I think
-
[1.12.2] Energy Cable Network
Thats what I though but jabelar said
-
How do I make a TileEntitySpecialRenderer? [SOLVED with IBakedModel]
Can you please post your code or a GitHub link for people in the future with the same problem?
-
how to create gui container with Kraft in it that it consumed the R F and there were 2 exits?
Can you restate your question with more detail? I assume you would just have a normal crafting GUI (look at containerWorkbench and guiWorkbench) and remove 2 energy from your storage when you craft something
-
[Solved]Help With TileEntity Render Not updating only in offhand
Have u tried the debugger? Is the spawned data synced between client & server?
-
1.12 Remove glowing overlay from custom potion
I’m not sure your question could be more unspecific, we need your code, a better description of what your trying to remove (screenshots?) and maybe your logs
-
[1.12.2] Energy Cable Network
Is there any event that is fired every time a block is destroyed?
-
[Solved] Screen blacking when rendering transparent entity as overlay
Don’t use GL directly, use GLStateManager
-
[1.12.2] Energy Cable Network
Would having a list of networks(energy storages) with a saved list of connected tile entity positions that are updated by the tile entitie in onblockplaced/destroyed work? Very simple & without pathfinding.
-
[1.12.2] Energy Cable Network
I want it to be a loss-less transfer, what do you mean by thermal energy flow?
-
Question Related to 1.13.1
Good question, probably 1.13 so as not to skip anything.
-
[Solved] Screen blacking when rendering transparent entity as overlay
Have you tried playing around and making sure transparency is off/on and texture2d is off/on? those probably aren't the rendering flags that you want, but their a good start
-
[1.12] Custom Entity lagging while moving every once in a while
Apparently I'm blind sorry.
-
Technical Issues: trying to load forge with the twitch app but instant crash. Never had any issues till today
Ok, not everything, and not actually, but Mojang's endorsement of it leaves a bit do be desired and as was seen with bukkit, copyright can get complicated. Also the legality of it depends on the country your in, etc.
-
How to retrieve the size of a model part
So whats wrong with this, its going to be a painful amount of reflection & possibly a core mod, but it will allow you to make a dynamic map of entity->scale.
-
[1.12.2]block problem ?
Let me just say first that I don't properly know java, but that does look like a static initialiser to me. I'll go google exactly what one is now. My bad, its not a static initialiser, but they should still be using the @ObjectHolder notation.
-
[1.12.2] Help with custom crafting table & chests (using wood OreDict)
If I remember correctly I never implemented this, but found a way to do it very easily. I think that you can just modify your onCraftMatrixChanged method and use code from net.minecraft.inventory#Container.slotChangedCraftingGrid and net.minecraft.item.crafting.CraftingManager.findMatchingRecipe. Never mind, I forgot that you're using the vanilla crafting table. You just have to reshuffle the recipe registry so that your recipes are before the vanilla ones so that the for loop in net.minecraft.item.crafting.CraftingManager.findMatchingRecipe chooses your recipe and not the vanilla ones.
-
[1.12.2] Energy Cable Network
I'm making a tech based mod involving a lot of energy and so far I've been using wires that have pretty abysmal performance. They each have an energy storage and they just transfer energy into all storages next to them every tick. This works ok when using under 10 wires, but it's useless for transferring energy over any range. I'm wondering how I would make an energy network for my wires. I've found this post which is someone trying to do the same thing, unfortunately there aren't any responses to the topic. I've also found their code here, but I would like to know the best way of making a network, rather than deducing a functional way from someone else's code. My current idea is to have an map of energy storages linked to a list of connected tile entities, stored in a worldSavedObject or something (I'll look into the saving part of it later).
-
[1.12.2] Custom minecart entity loads up properly but doesn't replace default minecart model
Give us a GitHub
-
Loading Screen Gif Crash
Forge doesn't support you changing the gif
-
Technical Issues: trying to load forge with the twitch app but instant crash. Never had any issues till today
Everything to do with modding is in a legal grey area. Forge discourages and frowns upon people even automating their install process (like MultiMC) so I assume that they definitely don't want it hosted on another CDN.
IPS spam blocked by CleanTalk.