customstuff4 icon indicating copy to clipboard operation
customstuff4 copied to clipboard

A Minecraft mod for adding content

Results 41 customstuff4 issues
Sort by recently updated
recently updated
newest added

Hi, I know you can make custom materials for armor and there is a decently long list of ones for blocks howerver is there any way to create custom materials...

Hello, i am making a mod, and want to make a custom inventory for the player like you did in https://www.curseforge.com/minecraft/mc-mods/advanced-inventory but i can not find the source can you...

{ "type":"armorMaterial","entries":[{ "id":"spider_armor_material", "durability": 12, "enchantability":9, "armorHelmet": 2, "armorChest": 5, "armorLegs": 5, "armorBoots": 2, "repairItem": "minecraft:leather" }]},{ "type":"item:legs","entries":[{ "creativeTab":"Bat_Style_Humor", "id":"spider_armor_legs", "material":"spider_armor_material", "armorTexture": "bat_style_humor:textures/armor/spider_armor_material_layer_2.png" }]} I only get leggings that can't...

**I looked at the whole Internet, but no where is no "information gathering" at 1.7.10. (CS3) I would like to understand how to make blocks in the format .json also...

I am quite inexperienced with coding and modpack creation, decided to make a little project just for fun but ended up getting the desire to finish it, i would really...

I set a block's "resistance" value to 6000, but it can't resist TNT explosion. Then I tried the values of lava and iron blocks, but it didn't achieve the same...

If not already possible, could it be added? Not to create power but to use one of these power APIs? If it would be to difficult to implement that is...

The wiki says "you need to create a new folder in the mods directory of you minecraft installation" but never says what to name the folder. That info should be...

I got this code. ``` { "ore_gen": [{ "type": "worldGen:ore", "entries": [ { "block": "rinstuff:oreblock_end_1_0", "meta": 1, "size": 10, "count": 10, "minHeight": 10, "maxHeight": 90, "dimension" : 0, "target": "minecraft:air"...

What version of Forge does the mod work on?