-
Content Count
47 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Kikoz
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I'm so sorry, I've figured it out.
-
Is it possible to allow a custom door to attach to glass panes/ iron bars? If yes, how exactly?
-
1.16.4 - On right click, open the block container next to it
Kikoz replied to Kikoz's topic in Modder Support
Thanks! It works -
Kikoz started following Villagers can't open modded doors?, 1.16.4 - On right click, open the block container next to it, [ 1.16.4 ] Bookshelf Enchant method? and and 1 other
-
Basically all I want to do is, you have 2 blocks placed next to each other. A Chest and a special block, if you right click on the chest it opens it and if you click on the special block it opens the chest next to it. Is there any way of doing that feature for the special block?
-
Closed, got it.
-
Hello, is there a bookshelf method which makes it work with the Enchantment Table? Thanks!
-
[1.16.4] - compileJava FAILED / Build failed with an exception
Kikoz replied to Kikoz's topic in Modder Support
I just don't get it why it works in 1.16.2 but not in the newest. Thanks for your reply. -
Hello! I updated my mappings from 1.16.2 to 1.16.4 and I'm not able to run the client. Any help is welcome, thanks! error: DoubleBlockTypes is not abstract and does not override abstract method getString() in IStringSerializable public enum DoubleBlockTypes implements IStringSerializable ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error > Task :compileJava FAILED FAILURE: Build failed with an exception. import net.minecraft.util.IStringSerializable; public enum DoubleBlockTypes implements IStringSerializable { TOP("top"), BOTTOM("bottom"); private final String name; DoubleBlockTypes(String name) { this.name = name; } public String func_176610_l() { return this.name; } }
-
For some reason when I made custom doors by extending DoorBlock villagers are unable to open them.
-
Hello! I'm trying to make a custom model with glass. The issue is that when I place it next to a wall, then I can see through the wall just like an x-ray. Can someone help me please?
-
Very much appreciated thanks! Have a great day.
-
Is there a way to make Iron Bars to connect with custom model?
Kikoz replied to Kikoz's topic in Modder Support
Thanks! -
Is there a way to make a door, which can be placed on it self? With the vanila doors it is not possible to do this. Thanks!
-
Solved