
drok0920
Forge Modder-
Posts
443 -
Joined
-
Last visited
Everything posted by drok0920
-
oh ok then how will i get it to always move you towards the block in the shortest path?
-
i want it to slowly move not instantly move to the block. I would like it to be as if water was moving the entity but towards the block... if you need more info i may be able to supply a mod that does something like this.
-
Hello, I would like to know how i could make a block suck all entities within a 5 block radius around it toward itself unless the entity is a custom entity. i dont know where to even start making this so please help. Thank you, Drok
-
No i cant do that because i still need the gravity to pull you down(-y coords)
-
Hello, I have not try much at making this as i dont understand the code that is used for dimensions. But i would like to know how i would make an up-side down over world dimension? i would like it to generate with all the vanilla biomes (plus any custom ones i make and excluding ones such as desert ocean and any other biome that has gravity-based blocks) but upside down. If you need any more info just ask. I dont expect you to write the mod for me like some people do i just want to be pointed in the right dirrection. Thank you, Drok
-
[1.7.10] Trying to make an api and a few question about an api.
drok0920 replied to drok0920's topic in Modder Support
Ok thank you jabelar that helped alot so i now know that i need to put actual classes in the api -
oh ok im sry... Derp
-
ok it works now but when i make the method: public void onPlayerTickEvent(PlayerTickEvent event, World world) { so i can use world#getBlock it crashes what am i supposed to do?
-
ok so then what would i use? FMLCommonHandler.instance().bus().register(new VillageEventHandlerBFM()); woudl this work?
-
I would use this to register the handler correct? MinecraftForge.EVENT_BUS.register(new VillageEventHandlerBFM()); in my init method?
-
What would i use to check what block he is standing on?
-
Hello, I would like to know when a player steps on a certain block using events i believe i have the to LivingUpdateEvent but i dont know what to do from there. Thank you, Drok
-
[1.7.10] Trying to make an api and a few question about an api.
drok0920 replied to drok0920's topic in Modder Support
ok i got it now but lets say this is an entity can you give some examples for an api for that? -
[1.7.10] Trying to make an api and a few question about an api.
drok0920 replied to drok0920's topic in Modder Support
Ok i think i understand now i will post another reply if i still need help? But i do still have one question. Do i have to only use Interfaces for an api or can i also use classes? -
ok thank you
-
can you explain more? I'm not good with events/spawning entities
-
Ok did i not say that i need it for vanilla mobs? EDIT: Looking back at the post it seems i did not make that clear sorry.
-
Hello, All i would like to know is how to set "rare" drops for vanilla mobs. By "rare" i mean as rare maybe ever rarer than getting iron from a zombie. Thank you, Drok
-
[1.7.10] Trying to make an api and a few question about an api.
drok0920 replied to drok0920's topic in Modder Support
Oh that is why i did make it an actual interface so i should make it a class? and because you asked here is what i have in there so far: http://pastebin.com/AbKv4PA8 -
[1.7.10] Trying to make an api and a few question about an api.
drok0920 replied to drok0920's topic in Modder Support
So can you help me with the error? -
[1.7.10] Trying to make an api and a few question about an api.
drok0920 replied to drok0920's topic in Modder Support
By the "can i use it in my mod" statement all i mean was when I want to make a mob based on the api i make can i actually implement IElemental or do i have to do it a different way? -
Hello, I would like to make an api for my medieval/battle themed mod i'm working on. But i'm not sure how to make an api and can i use the api in my own mod? In the api i think i know what im doing but it gives an error. I have this method in my api: public void registerElemental(IBFMEntityElemental elemental) { } and it gives me this error: Illegal modifier for the interface method registerElemental; only public & abstract are permitted I have folowed the Creating an api topic but it gives me an error. Please help. Thank you, Drok
-
@jabelar ok i will try that
-
ok so i found what you are talking about... now if i DONT want it in my forge folder i would just do something liek "C:\Test123\123"
-
i will look at the build.gradle file