Everything posted by Luis_ST
-
[1.18.1] How to add tree Features ?
the Features class from 1.17 has been split into separate classes, the Tree Features are now in net.minecraft.data.worldgen.features.TreeFeatures in 1.18 you need also a PlacedFeature for each ConfiguredFeature, you can find the vanilla Tree examples in net.minecraft.data.worldgen.placement.TreePlacements
-
Error code -1 when I load up minecraft with forge.
create your own thread and post full debug log
-
Minecraft crashing after loading world
delete this server config
-
Error code -1 when I load up minecraft with forge.
delete this config file
-
Minecraft world stuck on, "Reading World Data"
delete this server config
-
Forge fails to start (1.18.1-39.0.9)
post full debug log
-
(1.16.5 MPC Mappings)g et the name of my item
What do you want to do with the name of the item? What's yor goal?
-
my server won't start with mods
Minecraft 1.16 requires java 8-15, you currently using java 16, downgrade your java to 8 and the problem should be fixed.
-
Server does not start with mods
post debug log
-
my server won't start with mods
post debug log
-
1.17.1 how can i make a block always light level 15
define not working, also show your code
-
1.17.1 how can i make a block always light level 15
this should work, but only for: isValidSpawn isRedstoneConductor isSuffocating isViewBlocking but for lightLevel you need a method with BlockState as parameter and an int as retrun value
-
1.17.1 how can i make a block always light level 15
yeah the method does not exist in your class, learn basic java
-
1.17.1 how can i make a block always light level 15
take a look into the GlassBlock the methode is not inside your Block class, for an example you can take a look at the Blocks.BEACON
-
How to change isImmuneToFire from custom item tool? 1.16.5
you don't need to set it, there is the fireResistant method in Item.Properties which you should called here:
-
How to change isImmuneToFire from custom item tool? 1.16.5
MCP mappings are the old one, the newer versions use the offical Mojang mappings (the offical Mappings contains the names of methods, fields and classes which mojnag use)
-
1.16.5 Crash Modded
error in Thermal Expansion, make sure you use the latest version of the Mod, if you already use it, report the Bug to the Mod author
-
How to change isImmuneToFire from custom item tool? 1.16.5
it's called fireResistant in MCP mappings
-
(HELP) Get Player Name and Change Player Game Mode
first of all you need the KeyBinding, register it in FMLClientSetupEvent via ClientRegistry.registerKeyBinding subscribe to the TickEvent.Client, check the pahse of the event and KeyBinding#isDown. if this is the case send a custom Packet to the Server, on server-side check if the player can perform this command then execute the it for the Commands you want to perform, you can look at the vanilla Commands
-
(1.16.5 MPC Mappings)g et the name of my item
you need to call getName after getDisplayName
-
How to change isImmuneToFire from custom item tool? 1.16.5
^
-
Game crashing on launch 1.18.1
please post the full debug log
-
How to change isImmuneToFire from custom item tool? 1.16.5
add it to your Item.Properties
-
how can i use forge 36.2.X along with Optifine??
post debug log, also the exact forge version you are using (something like: 1.xx-36.2.x) also the optifine version you are using
-
1.17.1 how can i make a block always light level 15
add lightLevel to your Block.Properties, inside of the ToIntFunction retrun the light value you want, in your case 15
IPS spam blocked by CleanTalk.