Jump to content

Mega4oSS

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mega4oSS's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thank you very much, I’ll take this information into account, but for now I’ve solved this with my implementation of animation with interpolation, it looks good
  2. Hello, one easy question. Can i use textures with mcmeta in my custom menu with animations, or i need to self realize animations? It’s just that in mcmeta there is an "interpolate" parameter, but in render idk how to use it and whether I have to write my own solution for this. (Forge for MC 1.20.4)
  3. Thank you very much, it works.
  4. For about 2 weeks now I can't figure out what my mistake is. In general, at first I just made a block on which I pulled an oriented texture, and it worked perfectly, but then when I started trying to add functionality to the block (ripping it off the furnace functionality) Minecraft started complaining that it couldn't find the required parameter in the block, I checked everything, it looks correct (and before that it worked), it seems to be registered during installation. The only thing I can blame is that it was necessary to somehow register abstract classes or somehow think about blockentity. I forgot to mention, this happens when placing a block in the world, the texture on the item itself is normal. Error: java.lang.IllegalArgumentException: Cannot set property DirectionProperty{name=facing, clazz=class net.minecraft.core.Direction, values=[north, east, south, west, up, down]} as it does not exist in Block{infernaltech:geothermal_generator} at net.minecraft.world.level.block.state.StateHolder.setValue(StateHolder.java:122) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading} at ru.artem.alaverdyan.infernaltech.common.block.Mechanism.getStateForPlacement(Mechanism.java:69) ~[main/:?] {re:classloading} at net.minecraft.world.item.BlockItem.getPlacementState(BlockItem.java:119) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading} at net.minecraft.world.item.BlockItem.place(BlockItem.java:65) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading} at net.minecraft.world.item.BlockItem.useOn(BlockItem.java:46) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading} at net.minecraft.world.item.ItemStack.lambda$useOn$10(ItemStack.java:274) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading,xf:fml:forge:itemstack} at net.minecraft.world.item.ItemStack.onItemUse(ItemStack.java:289) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading,xf:fml:forge:itemstack} at net.minecraft.world.item.ItemStack.useOn(ItemStack.java:274) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading,xf:fml:forge:itemstack} at net.minecraft.client.multiplayer.MultiPlayerGameMode.performUseItemOn(MultiPlayerGameMode.java:337) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.multiplayer.MultiPlayerGameMode.lambda$useItemOn$4(MultiPlayerGameMode.java:292) ~[forge-1.20.4-49.1.13_mapped_official_1.20.4.jar:?] {re:classloading,pl:runtimedistcleaner:A} Mechanism.java GeothermalGenerator.java blockstates\geothermal_generator.json
×
×
  • Create New...

Important Information

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