Started by
ricardo2100
on
Topic category: Help with MCreator software
Sorry for my english and the "big text" is because my eyes hurt trying to see the tiny texts
Ok so i want to make a Roblox mod and idk how to make a kill brick like roblox
I want to make a block that when you touch it kill you. i use MCreator 1.7.4 for 1.10.2
i already tried to put on mob/player colides block deal damage 100 but nothing
Edited by ricardo2100 on Mon, 01/07/2019 - 15:45
PD("1.7.4 dont have procedures")
Well I don't know why it don't happen when touch the block :P Try to report on the issue tracker
that works for you?
/kill @p
ill try :)
Try to use CODE tab. Use cacti system, and try to make it instant-kill?
hey i just know code of LUA and VB not Java
Try do this: in code, open Minecraft source > block > BlockCactus, then lock your mod element, and paste in beginning of your block import net.minecraft.util.DamageSource and import net.minecraft.entity.Entity
and copy-n-paste from Cactus OnEntityCollided code.
Idek, i'm bad at explaining :(
yea you bad explaining
Collision doesn't work for solid blocks.
*As far as I know, it didn't work when I tried it but did when I made one you could walk through.
Try to reduce the hitbox of the block and then make a procedure/event that damages entity/players that collide the block
how do i reduce da hitbox :P.