Possible to make a block that adds the wither affect upon entity collision?
By
Aideux,
in Modder Support
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By ElTotisPro50 · Posted
yeah i know about that, thats why i said that i cant use that page, only translates between fabric and forge -
See your previous question: https://forums.minecraftforge.net/topic/115137-1192-translating-classesmethods-from-1165/ Translating from fabric isn't going to help you with old forge mods. Fabric uses a completely different mapping called "yarn".
-
By ElTotisPro50 · Posted
(this is an example), i found a mod that has code that could help me, but oh no the mod is made for minecraft 1.12/1.16, etc (versions lower that 1.18 that is where im now) For example in 1.16.5 there is a class named "Tessellator" with double L, and now they changed the name(i found a class named the same but with one L, but it doesnt have all the methods so i think they changed the class's name), so i want some kind of program, bot, page, anything that translates METHODS, FIELDS AND CLASSES from 2 different versions I found a page that does kind of that because it translates from fabric to forge or viceversa (https://linkie.shedaniel.me/mappings), but as i said i want to translate from 2 different versions both from forge I found out that there is a discord bot that does that, but i cant find it, but i could use another method to achieve what i want to -
Look at the code in GhastShootFireballGoal. You need to create the fireball, configure it, then level.addFreshEntity() to spawn it.
-
You can use https://gist.github.com/ to upload larger text files.
-
-
Topics
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.