Everything posted by loordgek
-
Registry Event is not called (1.15.2)
you are using the wrong bus https://github.com/MinecraftForge/MinecraftForge/blob/1.15.x/mdk/src/main/java/com/example/examplemod/ExampleMod.java#L30
-
Get tool used in BlockEvent
it has
-
Changing block's texture to another
yes but you need to store the state somewhere hence why you need the tileEntity
-
How to do a Projectile like an egg 1.15.2
look at EggItem
-
Change displayname of a mod?
if i make something for free and you are going to say "look wat i made" that is not cool
-
Change displayname of a mod?
why?
-
[1.15.1] How to register a EntityType with the DeferredRegister
- [1.12.2] "Draw the rest of the owl" - getMetaFromState and getStateFromMeta
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.- [1.12.2] How Do I Register Items and Item Recipes?
1.12.2 is unsupported update to 1.15.2- [1.15.2 | SOLVED] TileEntityRenderer not rendering after rejoin.
dont do this use ItemStack.EMPTY- [General] Trouble setting up dev environment for IntelliJ in Linux
use gradlew when you wand to use the wrapper https://docs.gradle.org/current/userguide/gradle_wrapper.html- How do you make a item stay in the crafting grid?
override hasContainerItem(ItemStack stack) and getContainerItem(ItemStack stack)- [1.15.2] How to get more Blocks an the same time?
w/ server i mean logical/Physical server in a single player game is still a server running- [1.15.2] How to get more Blocks an the same time?
you have a LivingEntity in onBlockDestroyed check if the entity is a player and if you are on a server using !world.isremote then you can cast- [1.15.2] How to get more Blocks an the same time?
if you are on the server you can cast- [1.15.2] How to get more Blocks an the same time?
https://github.com/DragonGamerDevelopers/NewFantasyMod/blob/1.15.2/src/main/java/mod/dragonita/fantasymod/customthings/FullRainbowPickAxe.java#L50-L70 if only there was a better way to do it (hint: loop)- .
- Need Help With Capabilities
https://github.com/MisterProgrammer/DickMod/blob/master/src/main/java/com/example/DickMod/ForgeEventSubscriber.java#L17 you never add you cap to anything can you post that error- making guns
hmmm if there was a item that shoots things in minecraft that i can look at- [1.15.2] GatherDataEvent not firing
DeferredRegister has nothing to do w/ it. how do you run the data generator ?- 1.15.2 User Exits ore Core Mods
what on earth are you trying to do- Changing vanilla recipes, block drops, and hardness
https://minecraft.gamepedia.com/Data_pack- How can i add alot of almost identical json files fast?
https://www.geeksforgeeks.org/beginning-java-programming-with-hello-world-example/- AttachCapabilitiesEvent<Entity> not called
oops that is the correct bus- AttachCapabilitiesEvent<Entity> not called
https://github.com/DJ1TJOO/fantasy20/blob/master/src/main/java/nl/fantasynetworkmc/fantasy20/setup/GameEvents.java#L22 that is the wrong event bus and EventBusSubscriber only subscribes static methods - [1.12.2] "Draw the rest of the owl" - getMetaFromState and getStateFromMeta
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.