Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

tuskiomi

Forge Modder
  • Joined

  • Last visited

Everything posted by tuskiomi

  1. Minecraftforums.net is a better place for this.
  2. lol that's not hard. I beleive the radar gun in the ICBM mod will do that
  3. you want to modify the armor model, not the player.
  4. c'est ok si nous parlons en francais de temps en temps. je vais essayer de traduire. Moi, je vous préviens, je ne suis pas à traductions, ou francais. (its okay to speak french one in a while, I will try to translate, I warn you, i'm not the best at translating or french.)
  5. hello forge community! I have went into the code of minecraft's leather armor to find out how it takes a leather armor and shades it the color it needs to be. On my jounet i stumbledupon ItemArmor.java under the Item package. in this I found that in the method to update icons there are some funky arrays. @SideOnly(Side.CLIENT) public void updateIcons(IconRegister par1IconRegister) { super.updateIcons(par1IconRegister); if (this.material == EnumArmorMaterial.CLOTH) { this.field_94605_cw = par1IconRegister.registerIcon(field_94606_cu[this.armorType]); } this.field_94604_cx = par1IconRegister.registerIcon(field_94603_a[this.armorType]); } can someone please explain to me what these fields mean and what pourpose the serve in the game?
  6. no expert, but it is probobly the render entity suriken class. is anything bieng called twice? are your vectors correct? this seems similar to the ghast fireball glitch in vanilla. am i correct?
  7. okay, Last bump, then locking topic sadly .
  8. xmaybe make your own material, just copy water but screw it up a little? or maybe make an oncollide (or something simmilar, can't remember) with 2 double varibles 1 = last Y pos 2 = current Y pos if(1 < 2 && 2 != 0xF) { move the player back down;} else{//whatever you want} 1 = 2; 2 = 0xF;
  9. which is why i posted this on the forrge bugs before it was moved to mooder support >.>
  10. that's probobly the problem, because when i reload the world it was as if it was untouched. the thiing is: it works on the older versions of forge
  11. anyone have a clue here? i honestly don't.
  12. so, i have a mod, and in this mod and an Item i have will place a block using the following code: onItemUse(ItemStack tool, EntityPlayer player, World world, int x, int y, int z, int par7, float xFloat, float yFloat, float zFloat) { if (!player.canPlayerEdit(x, y, z, par7, tool))//can the player edit this block? if he cant then dont do anything { return false; } switch(world.getBlockId(x, y, z)){ case /*Block X*/: world.setBlockMetadataWithNotify(x, y, z, MyMod.MyBlock,0); the block places correctly but when i save and quit the block is not there when i reload. the block is 100% generic and no overrides are used.
  13. Thanks, Lex! I have done some searches and found that the 'PlayerControllerMP' has a direct link to calling this method. i went ahead for debuging pourposes put in a println statement after line 348 to print some thing out whe nthe method was called. The Item did something very pecuilar when i right clicked with it. the lines printed out like so fore every one click: 2013-04-18 16:28:34 [iNFO] [sTDOUT] access granted //one print statement in my item code 2013-04-18 16:28:46 [iNFO] [sTDOUT] Debug RightClick //debug print 2013-04-18 16:28:46 [iNFO] [sTDOUT] access start //another print in my item code 2013-04-18 16:28:46 [iNFO] [sTDOUT] access granted //repeat?? 2013-04-18 16:28:46 [iNFO] [sTDOUT] access start // it started again but didn't end??? i'm very confsed and would be happy if someone could explian why this happens!!
  14. Thanks, Lex! I have done some searches and found that the 'PlayerControllerMP' has a direct link to calling this method. i went ahead for debuging pourposes put in a println statement after line 348 to print some thing out whe nthe method was called. The Item did something very pecuilar when i right clicked with it. the lines printed out like so fore every one click: 2013-04-18 16:28:34 [iNFO] [sTDOUT] access granted //one print statement in my item code 2013-04-18 16:28:46 [iNFO] [sTDOUT] Debug RightClick //debug print 2013-04-18 16:28:46 [iNFO] [sTDOUT] access start //another print in my item code 2013-04-18 16:28:46 [iNFO] [sTDOUT] access granted //repeat?? 2013-04-18 16:28:46 [iNFO] [sTDOUT] access start // it started again but didn't end??? i'm very confsed and would be happy if someone could explian why this happens!!
  15. As far as forge modding goes, im here to apply the basics of my java understanding to use. Minecraft is a big game and I'm trying to learn the aspects of it, as far as ticks, rendering, ETC. so, the most advanced thing im going to try to do with forge is forbidden in minecraft. im going to make a..... circle.
  16. As far as forge modding goes, im here to apply the basics of my java understanding to use. Minecraft is a big game and I'm trying to learn the aspects of it, as far as ticks, rendering, ETC. so, the most advanced thing im going to try to do with forge is forbidden in minecraft. im going to make a..... circle.
  17. okay, i think im going to report this to bugs if nobody has the input.
  18. okay, i think im going to report this to bugs if nobody has the input.
  19. nobody? common, there must be something wrong!!!
  20. Anyone else want to give it a shot? i'm stumped.
  21. correct method. not called with forge
  22. the error on line 79: expected { after the ;

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.