Everything posted by Luis_ST
-
[1.16.4] Custom Anvil Help
look at the vanilla examples CraftingRecipe, FurnaceRecipe, ... search in the forum, for custom Recipes there are a lot of threads about this kind of topic
-
[1.16.5] NullPointerException: Registry Object not present
try this
-
[1.16.5] NullPointerException: Registry Object not present
- [1.16.5] NullPointerException: Registry Object not present
replace "EFFECTIVE_ON" with the Set- [1.16.4] Custom Anvil Help
- [1.16.5] NullPointerException: Registry Object not present
where do you use the Set? you need to use a Supplier when using RegistryObjects before they are initialized (or RegistryObjects) create a Set of RegistryObjects and use RegistryObject#get when you want to use the Set- [1.16.4] Custom Anvil Help
why not extends the Anvil Block?- Pull request to MinecraftForge
thanks, btw the Event will make your "nasty hack number 703" easier😁- Pull request to MinecraftForge
simple question i currently try to implement a new Event I read in the contributing wiki of Forge that a new Event needs an Example Mod now my question what exactly does this Example Mod have to contain? because the simple implementation should actually be known, and what the event does is explained in the associated java doc- [1.16.5] How do i change a mob's texture on spawn
define "does not work"- optifine not working with forge 1.17+
did you tried the latest versions of optifine and forge?- error forge 1.12.2
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.- BlockInit Error
join the forge discord server via link, go to the #bot-commands text channel typ in the command above and replace "<class-name>" with the class name you want to know for example: !mcp -c moj AbstractBlock the bot returns: MC 1.16.5: net/minecraft/world/level/block/state/BlockBehaviour Name: ceg => net/minecraft/world/level/block/state/BlockBehaviour Side: BOTH AT: public net.minecraft.block.AbstractBlock the new name of AbstractBlock is now net.minecraft.world.level.block.state.BlockBehaviour- Forge Server 1.16.4 Not Showing Mods Folder When Made
you need to create a new .bat file inside of the server folder- BlockInit Error
forge use since 1.17 mojang class names, this is why the error occurs, you can use forge bot on discord to convert from mcp to mojang mappings names command: !mcp -c moj <class-name> -> retruns the mojang name- Event triggered on item durability loss?
simple question why is there no Event for this? an implementation for such an event is really easy (one new Class and a new line in the patch file of ItemStack)- I have incomplete set of tags problem when i try to open modded minecraft server and idk how to fix it.
click on "discord server", in my last post an you will get one- I have incomplete set of tags problem when i try to open modded minecraft server and idk how to fix it.
forge has its own discord server you can ask there- I have incomplete set of tags problem when i try to open modded minecraft server and idk how to fix it.
yes this is the log part of the server, now post the full log and the client log- Event triggered on item durability loss?
there are the PlayerDestroyItemEvent (which is fierd when a Player destroys a Item) and the LivingEntityUseItemEvent.Finish (which is fierd after a Item is used) unfortunately there is no Event which is directly fierd when a Item is damaged Edit: you can combine a Start and Finish SubEvents of LivingEntityUseItemEvent check the difference (you need to store the data in a Capability)- Forge Server 1.16.4 Not Showing Mods Folder When Made
inside of the server folder there should be a forge-1.16.4-x.x.x.jar use the name of this jar file- I have incomplete set of tags problem when i try to open modded minecraft server and idk how to fix it.
example? you find the client log in .minecraft/logs/debug.log and the server log in server_folder/logs/debug.log- Forge Server 1.16.4 Not Showing Mods Folder When Made
you need to run the forge.jar file, you can try double click but I think you need to use a .bat file, the command for that bat file is: java -jar <name_of_forge_jar>.jar- Forge Server 1.16.4 Not Showing Mods Folder When Made
how do you start the server- Can someone help me, it breaks when I join the server
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. - [1.16.5] NullPointerException: Registry Object not present
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.