Posted November 3, 20186 yr i need fix this https://github.com/Railcraft/Railcraft/commit/045f9ce78a372973e4e32cc09b75e82fdba766ec but i dont know how can someone do this for me?https://drive.google.com/open?id=1-Nd6hwZNTN_SkoDkGkl5g-nU7vZQ0kJ2
November 3, 20186 yr What do you mean "fix this"? You've linked a commit, not an issue. A commit that is fixing an issue. What do you need to do exactly?
November 3, 20186 yr Author 7 minutes ago, V0idWa1k3r said: What do you mean "fix this"? You've linked a commit, not an issue. A commit that is fixing an issue. What do you need to do exactly? that commit i linked its about the issue i am having i need to change if (RailcraftConfig.boreDestroysBlocks() || !worldObj.getGameRules().getBoolean("doTileDrops")) { to if (!RailcraftConfig.boreDestroysBlocks() && worldObj.getGameRules().getBoolean("doTileDrops")) { in the attached file
November 3, 20186 yr 25 minutes ago, CristianDrift said: can someone do this for me? No, talk to the mod author. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
November 3, 20186 yr 16 minutes ago, CristianDrift said: that commit i linked its about the issue i am having But that commit fixes the issue. You don't need to fix what's already fixed. If a new version isn't released yet then wait for it to be released(although that commit is more than a year old so I would imagine a new version is already out). Or compile the mod from sources yourself, they even have a documentation on how to do that on their github.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.