
Sotsuu
Members-
Posts
24 -
Joined
-
Last visited
Everything posted by Sotsuu
-
Everything is good now , thank you again you really helped me I couldn't find what was wrong without you
-
Actually , yes but no , the texture when I place the block is here and I can break hit with the good pickaxe and it'll give me the block , but when I have it in my inventory , the name is block.mdg.ruby_block and it's invisible (But I can place it)
-
Tysm for the help , I'm sure you'll soon be a really good programmer keep up the works you do and never give up , you are a nice person
-
Oh , just put "." instead of ":" , that was a mistake so dumb from myself
-
I launched the game , go in the world , but it tells me I can't because there is an error , in the console the errors are : Couldn't read tag list minecraft:needs_iron_tool from minecraft:tags/blocks/needs_iron_tool.json in data pack main com.google.gson.JsonSyntaxException: Missing values, expected to find a JsonArray Couldn't load tag minecraft:mineable/pickaxe as it is missing following references: minecraft:mdg.ruby_block (from main) Missing required tags: ResourceKey[minecraft:root / minecraft:block]:minecraft:mineable/pickaxe so the problem seems to be in pickaxe and needs_iron_tool but they should both be fine And hope you get replies on your thread , I can't help you with that i'm a complete noob as you can see
-
I deleted the old SubscribeEvent and replaced it with the one you sent me , I also changed the ModBlocks by BlockInit and it don't show any errors now , thanks And what problems can it lead for creating tools ?
-
Hey , first , thanks for your help and your explanation are very clear, but ModBlocks.RUBY_BLOCK.get() gives me an error Once again , thank you for the help I really appreciate it
-
Hey , I make a topic because I created a block but when I try to break it with the needed tool , it takes a long time to break and don't drop the block , also the block has no texture, i've been trying to figure out what's wrong but I don't find if someone can help me here's my git repo : https://github.com/Sotsuu/Mod-MC/tree/main/MDG
-
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
When i'm breaking the block with an iron pickaxe , the blocks takes a really long time to break and don't drop , also he has no texture but that's another problem I certainly messed up somewhere but yea , i will work on that later -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
Oh yea my bad , but it's still not working , everything should be good -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
It should be good now , sorry for that I thought with the link you could saw it, it's in public now -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
https://github.com/Sotsuu?tab=repositories -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
What do I import in the git repo ? I mean what files do i put in ?? -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
What is a git repo ?? I think it's something from google as I saw on internet ? but I never used it and I don't know where I can instal it -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
The exact path is on the screenshot , it's data/minecraft/tags/blocks/mineable/pickaxe.json and for need iron tool it's data/minecraft/tags/blocks/need_iron_tool.json -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
-
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
-
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
It's still not working , the block takes a really long time to break and don't drop with an iron pickaxe i'm sooo lost -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
Oh so I create a package name minecraft.tags.blocks.mineable.pickaxe and then create a pickaxe.json file in it and another package minecraft.tags.blocks.mineable.need_iron_tool and then create a need_iron_tool.json in it ?? -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
-
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
So what do I need to write in pickaxe.json ?? I searched for so long and I can't find anything that would help me -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
Oh my bad I meant in pickaxe.json not need iron tool -
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
-
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
Sotsuu replied to Noah40's topic in Modder Support
What do you write in need_iron_tool.json ??