tutorial:structures_old

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
tutorial:structures_old [2024/08/25 13:35] – ↷ Page name changed from tutorial:structures to tutorial:structures_old solidblocktutorial:structures_old [2024/08/25 13:52] (current) – ↷ Links adapted because of a move operation 52.167.144.180
Line 1: Line 1:
-:!: //**For versions 1.18 and beyond, the Fabric Structure API no longer exists and structures can be done entirely in datapacks. [[https://misode.github.io/guides/adding-custom-structures/|Please read this gist for more information.]] ** // 
- 
 ====== Adding Structure Features [1.16.3] ====== ====== Adding Structure Features [1.16.3] ======
 +:!: //**For versions 1.18 and beyond, the Fabric Structure API no longer exists and structures can be done entirely in datapacks. See [[https://minecraft.wiki/w/Tutorials/Custom_structures|tutorials in Minecraft Wiki]]. ** //
 +
 We’re going to look at registering and placing structures in your world. We’re going to look at registering and placing structures in your world.
  
-To view examples of vanilla structures in action, ''IglooFeature'' and ''IglooGenerator'' are a good place to start. However, the growing standard for making new structures is using Jigsaw Structures which can be easier to work with and lets you deal with less structure code. [[https://fabricmc.net/wiki/tutorial:jigsaw|Read more on Jigsaw Structures here and how to make them.]]+To view examples of vanilla structures in action, ''IglooFeature'' and ''IglooGenerator'' are a good place to start. However, the growing standard for making new structures is using Jigsaw Structures which can be easier to work with and lets you deal with less structure code. [[jigsaw_old|Read more on Jigsaw Structures here and how to make them.]]
  
 You are going to need a feature and generator for the most basic structure. You are going to need a feature and generator for the most basic structure.
Line 11: Line 11:
  
 Note that this tutorial depends on [[https://github.com/FabricMC/fabric/pull/1097|Biome Modification API in Fabric API]] which is marked as experimental. Note that this tutorial depends on [[https://github.com/FabricMC/fabric/pull/1097|Biome Modification API in Fabric API]] which is marked as experimental.
-If the API doesn't work, consider using [[?rev=1599808070|the mixin version]].+If the API doesn't work, consider using [[start?rev=1599808070|the mixin version]].
  
 ===== Creating a Feature ===== ===== Creating a Feature =====
tutorial/structures_old.1724592902.txt.gz · Last modified: 2024/08/25 13:35 by solidblock