User Tools

Site Tools


tutorial:concepts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:concepts [2022/05/23 19:21] mehrcrafttutorial:concepts [2022/05/23 19:29] mehrcraft
Line 1: Line 1:
 ====== Essential Minecraft Concepts ====== ====== Essential Minecraft Concepts ======
  
-This section was designed as a 10,000m overview for beginners by a beginner, covering essential concepts and definitions needed as background knowledge before you start your first mod.  Some concepts relate to elements visible in game, others to used files or classes that are frequently used while modding.  +This section was designed as a 10,000m overview for beginners by beginners, covering essential concepts and definitions needed as background knowledge before you start your first mod.  Some concepts relate to elements visible in game, others to used files or classes that are frequently used while modding.  Understanding these terms and concepts will hopefully make it easier to understand the other sections of the Wiki.
  
 ^ Concept      ^ Description       ^ ^ Concept      ^ Description       ^
Line 18: Line 18:
 | Data Sync | Although you can store block data on its entity, such entity data does not travel automatically between the server and client threads.  You need to enable it yourself with a couple lines of code, again following the description in "Adding a BlockEntity". | | Data Sync | Although you can store block data on its entity, such entity data does not travel automatically between the server and client threads.  You need to enable it yourself with a couple lines of code, again following the description in "Adding a BlockEntity". |
  
-UNDER CONSTRUCTION  +This is an early version of the Essential Minecraft Concepts page.  There are certainly many concepts that still need to be added.  Beginners, if you come across a concept that was not described and that stumped you during your learning, please add it to this page.  Experts, please correct any errors you find, keeping the descriptions simple enough so that people that know nothing about Minecraft or Fabric modding will still be able to understand them.
-Please correct errors if you notice them.+
tutorial/concepts.txt · Last modified: 2022/05/24 11:06 by 127.0.0.1