Everything posted by prock51
-
[1.8.8] WorldRenderer Changes
Thanks! I got it to work!
-
[1.8.8] WorldRenderer Changes
That's GL11.glBegin(GL11.GL_QUADS), right?
-
[1.8.8] WorldRenderer Changes
I was messing around with a tutorial on WorldRenderer and it used some changed method names, but I managed to find the changes, but I couldn't for one. What is startDrawingQuads() changed to? Thanks .
-
[1.8.9] Drawing 3D Items on Blocks
I am currently making a block that allows you to put an item in it (by right clicking with it). I'm able to get the item, which is easy, but how do I actually start drawing the 3D model of the item into the block (it is going to be inside a glass case)? If you seen Tinkers' Construct's crafting station, it is sort of like that. I would guess you would use tessellator, but a lot of tutorials are either outdated or extremely confusing.
-
[1.7.10] Crafting Station/Project Table tutorial?
You could search around for creating containers with multiple slots, and then create a crafting matrix with a result, but as for direct tutorials, I have no idea.
-
Gun Mod
Where are you setting the damage? Damage the entity in onImpact. For example, look at the EntitySnowball class. That should give you a rough idea.
-
[1.8] get rotation P and Y from Vec3(player) to Vec3(entity) ?? <SOLVED>
Entities have a task to automatically look at other entities. Look at say the zombie class. this.tasks.addTask(8, new EntityAIWatchClosest(this, EntityPlayer.class, 8.0F)); Change EntityPlayer.class to the class of your custom villager. That should do it. No need for setting the pitch and yaw manually.
-
[SOLVED][1.7.10] Can't Teleport to Overworld
World#isRemote is false on the server and true on the client. Oh lol. Said it backwards . But getting rid of !world.isRemote, should fix it.
-
[SOLVED][1.7.10] Can't Teleport to Overworld
You're checking for client-side at else if ((!world.isRemote) && (nbtTagCompound.hasKey("bound")) && (nbtTagCompound.getBoolean("bound"))) , but changing dimension is server-side. Remove the !world.isRemote. That should fix it
IPS spam blocked by CleanTalk.