Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/09/19 in all areas

  1. This might help: https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/CogHelper.java#L29
    1 point
  2. Scratch isn't programming. Well, it is, but it is to programming what riding a tricycle is to riding a motorcycle. It holds your hand so much and hides away complex systems (like what classes are and how to use them) that saying "I made a game in scratch" is about as useful to making a Minecraft mod is by saying "I wrote a book about Minecraft." Second Life's scripting language similarly hides away those kinds of details (not due to making it easy-to-use, like Scratch, but rather due to the technical specifications of how Linden Labs wanted to insure that any code being executed on any object could be paused, serialized, and deserialized, and restarted at any point in its execution, including in the middle of a command), and thus, also rather useless. The fact that some (very smart) people have done very impressive things with LSL doesn't mean that because you know LSL you can write Java. That'd be like me saying that I've published a best selling novel in English, so next I'll try Chinese.
    1 point
  3. IBlockState torchBlock = Blocks.WALL_TORCH.getDefaultState(); iuc.getWorld().setBlockState(torchPos, torch_state.with(HORIZONTAL_FACING, iuc.getFace())); I changed facing in this way.
    1 point
  4. If you make a tutorial while you are still making basic mistakes you inevitably pass these mistakes down to those who follow your tutorial, often resulting in Cargo Cult Programming.
    1 point
  5. As of 1.13.2, recipes are no longer stored in assets/<mod_id>/recipes, but rather data/<mod_id>/recipes. For reference (the resources folder of my mod in 1.13.2) : https://github.com/davidmaamoaix/TinyMobFarm/tree/1.13.2/src/main/resources
    1 point
  6. It’s not “You must do it my way” it’s “this is how this tool is designed to be used”.
    1 point
  7. My Forge wont open. ive got the latest version and same with java. ive tried searching up answers but all rather wont work or i cant understand, any help would be gratefully appriciated and i have many mods. ive tried uninstalling both mods and minecraft and forge but nothing
    0 points
  8. there's entire code. And also what do you mean by i didnt assign a value?? I assigned everything correctly... Or else there would be error's wouldnt there? And I name things to where i know what they are...
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.