Everything posted by nov4e
-
Questions About My Mod.
How? The directory of the json recipes?
-
Questions About My Mod.
no the recipe return minecraft:clock.
-
Questions About My Mod.
Yes but i need the item string beacuse if i have to add a smelting recipe it needs a itemstack It has to be in client proxy?
-
Questions About My Mod.
So for fix that i have to register recipes that has a vanilla item output in code?
-
How to add a permanent action bar?
ok, thanks!
-
How to add a permanent action bar?
I found this example.
-
How to add a permanent action bar?
Hi, how I can set a permanent action bar that indicates the armor points? I have to add the action bar on player join? Thanks in advice
-
Questions About My Mod.
ItemList: ItemRegistry: IHasModel: Client Proxy Registry: Item Class Example:
-
Questions About My Mod.
Can i send the code here via spoilers?
-
Questions About My Mod.
No, I can't sorry. You need the code for this?
-
Questions About My Mod.
getAttackDamage not exists. Maybe is getDamage? @Override public int getDamage(ItemStack stack) { return 3; }
-
Questions About My Mod.
Hello. I've got some questions about the mod I'm developing. The first thing is why this string appears in my log? Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `nex`. This could be a intended override, but in most cases indicates a broken mod. Basically I maked a json recipe with output minecraft:clock, it works but i want to remove this string from the log because with a lot of crafting can be result annoying. This is the json recipe file: NEX is The Mod ID(Yeah, I'm going to change it) I've got another question about my mod. public static final ToolMaterial WOOD_KNIFE = EnumHelper.addToolMaterial("knife_wood", 1, 29, 3F, -3F, 6); public static final ItemSword woodenKnife = new BasicKnife("wooden_knife", WOOD_KNIFE, CreativeTabs.COMBAT); Is this the best way to set the damage of a sword? Thanks for your reply. - Nov4e
-
How I can add use jei api?
Thanks for the help guys @Sunser @V0idWa1k3r
-
How I can add use jei api?
How I can use jei api for make a compact?? I want to add a recipe category that has 1 input and 1 output. Someone can link here tutorials or something?? Thanks.
-
1.12.2 Mob Drops Problems [Read topic]
yeah is here the file.
-
1.12.2 Mob Drops Problems [Read topic]
Ok so i have to remove inject/ ?? I found inject in the documentation
-
1.12.2 Mob Drops Problems [Read topic]
So it has to be: HDropsLiving.tableScales = LootTableList.register(new ResourceLocation("nex:inject/bone_drop")); ?
-
1.12.2 Mob Drops Problems [Read topic]
Is this correct?
-
1.12.2 Mob Drops Problems [Read topic]
okok but i need help for loottables.
-
1.12.2 Mob Drops Problems [Read topic]
okok but we are here for talking about loot tables. If I would do that i have to rewrite a lot of models, recipes ufff
-
1.12.2 Mob Drops Problems [Read topic]
Why?????
-
1.12.2 Mob Drops Problems [Read topic]
HDropsLiving.tableScales = LootTableList.register(new ResourceLocation("nex:bone_drop")); nex is the mod id
-
1.12.2 Mob Drops Problems [Read topic]
It's just for make a base. Tomorrow I will change the code. What you mean? I would it drops minecraft:bone. Now eclipse tell me this is not correct.
-
1.12.2 Mob Drops Problems [Read topic]
@SubscribeEvent public static void onLootTable(LootTableLoadEvent event) { if (event.getName().toString().equals("minecraft:entities/pig")) { LootEntry entry = new LootEntryTable(tableScales, 1, 0, new LootCondition[0], "bone_drop"); LootPool pool = new LootPool(new LootEntry[] { entry }, new LootCondition[0], new RandomValueRange(1), new RandomValueRange(0, 1), "bone_drop"); event.getTable().addPool(pool); } } { "pools": [ { "rolls": 1, "name": "bone", "entries": [ { "type": "item", "weight": 1, "name": "minecraft:bone", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 2 } }, { "function": "looting_enchant", "count": { "min": 1, "max": 2 }, "limit": 2 } ] } ] } ] } HDropsLiving.tableScales = LootTableList.register(new ResourceLocation("bone_drop")); Thi is correct?
-
1.12.2 Mob Drops Problems [Read topic]
why I have to use loot tables?
IPS spam blocked by CleanTalk.