Everything posted by Animefan8888
-
Furnace Dude
Now what do you mean by in?
-
Furnace Dude
What do you mean by 3D model in the furnace?
-
Prevent Hopper input/extraction
There are two ways. You can assign your own ID to each slot and handle the implementation your self or add internal methods that only your TE will use in a custom IItemHandlerModifiable.
-
Prevent Hopper input/extraction
Oops I see that your hasCapability always returns true when they are looking for a IItemHandler one. You need to make the same checks and return false.
-
Prevent Hopper input/extraction
return super.getCapability(capability, facing);
-
Prevent Hopper input/extraction
You cannot return null.
-
[1.11] Register Entities mobs help
@SideOnly(Side.CLIENT) public boolean hasEffect(ItemStack stack) { return true; }
-
[1.11] Accessing the amount of items in a EntityItem
EntityItem#getEntityItem().getCount();
-
Prevent Hopper input/extraction
Post your code.
-
[1.11] Moving an EntityItem
Look at the teleport command, you will need to do what it does to move the player.
-
[1.10.2] Starter Items // After eating get item
if (entityLiving instanceof EntityPlayer) { ((EntityPlayer) entityLiving).inventory.addItemStackToInventory(new ItemStack(...); }
-
[1.11] Moving an EntityItem
Do you know the definition of the word move? Look at the method you are using.
-
[1.7.10] Crash Report
Two things 1.7.10 is not supported on this forum, and you posted it in the wrong place anyways, you should have posted it is Support and Bugs
-
[1.11]texturex not working after update
Mojang has enforced all lowercase file names. The methods signature has changed these are the new ones. public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, EntityPlayer playerIn, EnumHand hand, EnumFacing facing, float hitX, float hitY, float hitZ){} public void onBlockPlacedBy(World worldIn, BlockPos pos, IBlockState state, EntityLivingBase placer, ItemStack stack){} public void getSubBlocks(Item itemIn, CreativeTabs tab, NonNullList<ItemStack> list){} public void onNeighborChange(IBlockAccess world, BlockPos pos, BlockPos neighbor){}
-
[1.8+]Rendering Armor Differently
No I do not, you will also need to create custom models that render over the arms. And you may not have to create a new RenderLayer and add that to the player, my mistake if so.
-
[1.10.2][SOLVED] My own mod API crashes outside of workspace
You need to use the "gradlew build" command instead of the IntelliJ gradle build.
-
[1.10.2] Understanding Capabilities
Post the crash.
-
[1.8.9] Modify the playerlist for the client.
The idea behind the mod is for YouTuber's to nickname themselves on servers (when they are on alts) so they can record without targeting. So I have a question, what will happen if I run this on a server whilst I am playing on a server? I doubt that it will change my display name on the server. This is why I wish to avoid this method and just be shown to a Collection or something where the playerlist is stored. If the mod is on the server and you run the command it will indeed change your name. But if it is not on the server and you have it and run it, it will not change your name to others, why? Because other players do not have the information. This may be done only server side, but i do not know if that would work.
-
(1.11)(SOLVED)ItemBlock Models Acting Strangely
"parent": "modid:block/fast_cooker"
-
[1.8+]Rendering Armor Differently
You will have to add your own render layer to the player and have it render when your items are in the armor slots.
-
[1.10.2] {Solved} Chest GUI [Another Question though!, please look {Solved too}]
You add those slots the same way, but intead you need to use SlotItemHandler and your ItemHandler (ItemStackHandler) instead of InventoryPlayer.
-
[1.10.2] {Solved} Chest GUI [Another Question though!, please look {Solved too}]
Alright! Got the whole GUI on, and the whole container is working! Now, new problem! Whenever I put an item into my chest, it puts it to ALL slots. http://gifmaker.cc/PlayGIFAnimation.php?folder=2016122007Qwb7lW4kOtkg67s24yWT82&file=output_bafjiL.gif I feel I made another stupid error Code...
-
[1.10.2] Custom Signs
Then try returning null, and if that doesnt work return a new Container or if you have one a new CustomContainer.
-
Alternate methods for opening a GUI
What interface, where is it stored?
-
[1.10.2] {Solved} Chest GUI [Another Question though!, please look {Solved too}]
The full file is 256x256 What about the actual image you want to display. Ie most vanilla guis are only actually 176x166. And
IPS spam blocked by CleanTalk.