-
Content Count
33 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout relaxingleg
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
i managed to find it thanks for the help
-
relaxingleg started following gradle problems, crop rendering and baby entity
-
hi i am trying to make a custom crop in 1.15 and the tutorial i am following says to change the render method in the client setup but when i do that i get this error Cannot resolve method 'setRenderLayer(net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block>, net.minecraft.client.renderer.RenderType)' here is my client setup method: @OnlyIn(Dist.Client) @SubscribeEvent public static void onClientSetup(FMLClientSetupEvent event) { RenderTypeLookup.setRenderLayer(ModBlocks.TOMATO_CROP, RenderType.getCutout()); } if you know what to do please help
-
Zombified piglins keep spawning the nether portal
relaxingleg replied to GamersBlade's topic in Support & Bug Reports
thats just a vanilla feature -
i cant find the is child method in any of the vanilla examples could you please tell me what class it should be in and how to use it
-
this is in 1.15.2 btw
-
hi so i am making a penguin but when i try and make the baby it doesnt work and just shows up as an adult. here is the model class: package com.relaxingleg.randomthingsmod.client.models; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.blaze3d.vertex.IVertexBuilder; import com.relaxingleg.randomthingsmod.entities.PenguinEntity; import net.minecraft.client.renderer.entity.model.EntityModel; import net.minecraft.client.renderer.model.ModelRenderer; import net.minecraft.util.math.MathHelper; public class PenguinModel <T extends PenguinEntity> extends EntityModel<
-
cool it work thx alot
-
where is the gradle cache.
-
Starting Gradle Daemon... Gradle Daemon started in 658 ms > Configure project : New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1 Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 8s Error getting artifact: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1:null@jar from MinecraftUserRepo
-
in intellij at the bottom in the build tab.
-
i cant find any log files and that is the full error i get in the console.
-
hi when i try to load in a new prodject from the gradle it gives me this error: Could not find net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1. Required by: project : Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html it is in online mode and is using the recommended mappings on the forge website for 1.15.2 if u know how to fix it pls help -relaxing leg
-
no what should i do to make it pop up
-
i cant find the button do i have to have something else selected to see it