-
Posts
727 -
Joined
-
Last visited
Everything posted by Drachenbauer
-
What exactly i have to change there?
-
now i found this in my error-log: what does that mean?
-
Actually i get this error-log: It includes two areas, wich include java-files in my mod: and but i don´t know, what that means... here is my BalloonBlock: my BlockInit: and my Main:
-
[1.13.2] how do i load my my custom block-models?
Drachenbauer replied to Drachenbauer's topic in Modder Support
Actually i have nothing like new ResourceLocation(angrybirdsmod, balloonblock) in my java-files Where must i place it? -
[1.13.2] how do i load my my custom block-models?
Drachenbauer replied to Drachenbauer's topic in Modder Support
i have this blockstate.json files for all of my blocks. i just don´t know, what exactly i must code for version 1.13.2 to connect theese json-files to my blocks to register -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
This is the actual mods.toml: What do i have to change? and what is the right content there? (updated my files in Gidhub too) -
Hello I found this as an itembase: They created a class ItemProperties in it to set stacksize and ItemGroup in the ItemInit class, where the items are listed. but if i try to setup a BlockProperties-class in a blockbase the same way, it´s seccond line is red underscored: public BlockProperties(float hardness, float resistance, SoundType sound) and i get the error how do i correct setup a blockbase, that lets me set block properties in the BlockInit class, where my blocks are listed
-
[1.13.2] how do i load my my custom block-models?
Drachenbauer replied to Drachenbauer's topic in Modder Support
I mean, i made custom models with Blockbench as jsons. how do i moad them for my blocks now? -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
What i must change here? what means this: version="${file.jarVersion}" -
Hello This does not work any more for 1.13.2: ModelLoader.setCustomModelResourceLocation(item, meta, new ModelResourceLocation(item.getRegistryName(), id)); What is now the right way to load custom block-models?
-
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
Here are my mod-files: https://github.com/Drachenbauer/Angry-Birds-Mod may include some java-files, that are not needed any more. And here is the actuall error-log: -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
Do i need to modify the mods.toml file, to make it fit for my mod? -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
Oops wrong console. this is it: -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
i found someome talking about a mods.toml and i found it in a fonder META_INF in the forge 1.13.2 mdk zip. So i added this META_INF folder at the same place in my mod. but now no game window appears and i get an error "AL lib: (EE) alc_cleanup: 1 device not closed" at the end of my console in eclipse. Dit i place the mods.toml wrong? -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
my mod still still does not show up. -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
must i do it every thime with that command-thing? -
[1.13.2] converting mod from 1.12.2 How to fix the errors?
Drachenbauer replied to Drachenbauer's topic in Modder Support
Now the method itself is there, but i need some help with the command-line, that runs the method with the entity-specific vaules: I don´t know, what i have to fill in at "IForgeRegistry<Item> itemRegistry" and "Function<? super World, T> factory" -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
i used Meldexun´s Methode, Must i use it for every launch, or can i launch it with a simple click on the green button now? my mod does not show up in the game-window... -
how can i launch my mod? and minecraft javadocs not found
Drachenbauer replied to Drachenbauer's topic in Modder Support
i have no log. it does not even try to launch it and so it makes no log. seems like it cannot find the minecraft application, that it needs to launch it