Everything posted by Animefan8888
-
Does anyone know how to make a dual imput furnace?
Think about it logically and take a singular input furnace as a frame. Look to see how input is handled, then modify it to your liking.
-
[1.10.2] ["SOLVED"] TE Model with "tinted" texture in some parts
You will need to do this in your model file where the rendering actually happens or create multiple models and do it in renderTileEntityAt ()
-
[1.10.2] ["SOLVED"] TE Model with "tinted" texture in some parts
Does your TE render dynamically?
-
Custom Bows and Arrows [1.10.2]
There are two the one that is deprecated and the one i said in my last post.
-
Custom Bows and Arrows [1.10.2]
I assume you have done RenderingRegistry.registerEntityRenderingHandler (EntityClass, IRenderFactory) Did you look though the bows JSON files?
-
Custom Bows and Arrows [1.10.2]
I suggest looking at the vanilla bow's code, JSONs, and EntityArrow. Learn what happens in those classes, and replicate them.
-
Does anyone know a tutorial for a custom door?
No nowhere in there did I say that. You should look through BlockDoor and see what it does and replicate it for your needs. Don't copy paste code, unless it is yours. ItemDoor is not durectly linked with BlockDoor it is just a way to place it in game.
-
Unable to set property PropertyDirection
Add "inventory": {"model": "modid:modelName"} to your blockstate file.
-
Does anyone know a tutorial for a custom door?
Not for 1.10, and i doubt it for 1.9. Best thing I know of would be to look at vanilla's.
-
how to ask for stone variant? [solved]
You should just use metadata. Metadata is the only way to persist BlockStates anyway. If blockstate1 and blockstate2 have the same metadata of 0, then it will default to the blockstate set to 0(if not setup correctly the defasult blockstate).
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
Are you sure it is fuel/last fuel and not the other way around?
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
Well if it only updates server side then we send the data to the client...The client has the same data. Well could you explain the problem.
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
I'm not sure if I understand the current problem, but is it that the current fuel can be greater than lastFuel? If so the problem is If not please explain it to me.
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
Could you post your entire TileEntity class it might not be functioning as intended.
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
Well you definitely could, but using the in place system is easier. And I assume it would be more internet intensive. Give me a minute to look at the code...
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
Always post all of the code even if you think it unnecessary. Was that all of the code in your container?
-
Custom shears not working 1.10.2
coppperShears = registerItem(new copperShears(...));
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
I believe it sends all of the properties aka the fields from server to client. Did you return 2 on getFieldCount?
-
Question regarding the VertexBuffer and the old Tesselator
I believe it is getWorldByID now.
-
Unable to set property PropertyDirection
Github would be better.
-
Unable to set property PropertyDirection
It says you do not have a blockstate named atomExtractor.json and why are you hardcoding the model name when you create a new ModelResourceLocation just do block.getRegistryName()
-
Unable to set property PropertyDirection
Post your code for ModelLoader.setCustomModelResourceLocation and the console log.
-
Unable to set property PropertyDirection
You can get the Item version of a block from Item.getItemFromBlock(block), the metadata is most of the time 0. model is a new ModelResourceLocation. But you should be able to look at that in eclipse by holding controll and clicking on setCustomModelResourceLocation
-
Unable to set property PropertyDirection
It is a replacement ItemModelMesher had some problems so forge created a better one. Are the parameters not obvious enough? Item is the Item the resource location goes to, and the metadata is the metadata of the item. What do you mean model?
-
Unable to set property PropertyDirection
It has to be called in preInit, it takes in three parameters the Item, the metadata of the item and a ModelResourceLocation. This works for blocks as well. a ModelResourceLocation takes in Strings one is the name of the JSON and the other is optional usually it is "inventory". You do not need to add your modid here.
IPS spam blocked by CleanTalk.