Everything posted by Luis_ST
-
[ 1.14.4 ] two screen rendered the first always render whereas the second one is not rendering when it was rendered before
1.14 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
How to send packets back to the client after sending a packet to the server?
https://forge.gemwire.uk/wiki/SimpleChannel#Sending_to_Clients what D7 means is why you send a packet from the client to the server to get a structure location
-
[release 1.18] Forge And OptiFine seem to be incompatible.
Optifine has at the moment no compatible version with Forge in 1.18
-
help! exit code -1
delete this client config file
-
Linux / forge crash
no Architectury is the mod that caused the error, the mod does not work on a dedicated server, i would recommend you to report the bug to the Mod author
-
Why no ore generate?
did you read the doc? since you forgot the @Mod.EventBusSubscriber annotation
-
Why no ore generate?
post update code
-
Why no ore generate?
https://mcforge.readthedocs.io/en/latest/events/intro/#automatically-registering-static-event-handlers
-
Minecraft with create mod crashing
Error in Create, make sure you use the latest version. If you already use it, report the bug to the Mod author.
-
Error while making spawn egg of a skeleton
a Supplier with the EntityType you want to spawn with it
-
Error while making spawn egg of a skeleton
show the complete RegistryObject, you tried to create
-
Error while making spawn egg of a skeleton
you need to create a new ForgeSpawnEggItem and not a SpawnEggItem!
-
[1.18] Does custom biomes generates?
this is at the moment not implemented, since vanilla changed the Biome generation, and the old Forge patch doesn't work anymore you need to wait till it's will be added back
-
Linux / forge crash
Error in Architectury, make sure you use the latest version of the Mod. If you already use it, report the bug to the Mod author.
-
Logger.log vs System.out.println
for simple testing if a method is called is System.out enough, the Logger first gives information about the time and the thread, which is sometimes useful for debugging and second if you want to check some parameters the Logger is the better option than System.out, since you can do things like that: public void foo(int x, int, y, int z) { LogManager.getLogger().log("Do foo at X:{}, Y:{}, Z:{}", x, y, z); //some code } i also would recommend you to use the Logger instead of System.out, simply to match with vanilla
-
Error while making spawn egg of a skeleton
What's then the problem? As uSkizzik already mentioned Forge has their own SpawnEggItem use it
-
[SOLVED] [1.17.1] How to/Fluids not working
Did you create your own LiquidBlock and did you replace all vanilla fluid Field with the getter for the Forge Field? If yes show your code (fo this in your town thread)
-
I'm not sure what serialize/deserialize is?
serialize will save data of for example a Capability into a Tag and deserialize will read the data from the Tag into the Capability Basically you can say serialize save things (to disk) and deserialize read things (from disk)
-
How to make my sword bigger
define "bigger"
-
[1.17.1] Forge Capability - How to save?
are the serializeNBT and deserializeNBT method called, use Debbuger?
-
Minecraft 1.16.5 custom modpack occasionally freezes world generation and crashes during exploration.
post full debug log
-
why Inferred type 'I' for type parameter 'I' is not within its bound; should extend 'net.minecraft.potion.Effect'.
Did you check that?
-
Sth. keeps generating a .gitignore file in bin/main
there is only one .gitignore file which comes with the mdk. It can be that there was another .gitignore file create when you create the git repo
-
flower state error
you need to register a RenderType for your Block, call ItemBlockRenderTypes#setRenderLayer in FMLClientSetupEvent and use cutout as RenderType
-
[1.17.1] Forge Capability - How to save?
Is that a question? If yes, your capability should be saved since your CapabilityProvider implements ICapabilitySerializable
IPS spam blocked by CleanTalk.