Skip to content

Commit e32f915

Browse files
committed
plopped the docs
1 parent f9b51ef commit e32f915

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

src/main/java/carpet/script/CarpetExpression.java

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,35 +2647,45 @@ public String getString()
26472647
* <li><code>oceanruin, oceanruin_small, oceanruin_tall</code>: Stone variants of ocean ruins.</li>
26482648
* <li><code>oceanruin_warm, oceanruin_warm_small, oceanruin_warm_tall</code>: Sandstone variants of ocean ruins.</li>
26492649
* <li><code>treasure</code>: A treasure chest. Yes, its a whole structure.</li>
2650+
* <li><code>pillager_outpost</code>: A pillager outpost.</li>
26502651
* <li><code>mineshaft</code>: A mineshaft.</li>
26512652
* <li><code>mineshaft_mesa</code>: A Mesa (Badlands) version of a mineshaft.</li>
26522653
* <li><code>village</code>: Plains, oak village.</li>
26532654
* <li><code>village_desert</code>: Desert, sandstone village.</li>
26542655
* <li><code>village_savanna</code>: Savanna, acacia village.</li>
26552656
* <li><code>village_taiga</code>: Taiga, spruce village.</li>
2657+
* <li><code>village_snowy</code>: Resolute, Canada.</li>
26562658
* </ul>
26572659
* <p>Feature list:</p>
26582660
* <ul>
26592661
* <li><code>oak</code></li>
2662+
* <li><code>oak_beehive</code>: oak with a hive (1.15+).</li>
26602663
* <li><code>oak_large</code>: oak with branches.</li>
2664+
* <li><code>oak_large_beehive</code>: oak with branches and a beehive (1.15+).</li>
26612665
* <li><code>birch</code></li>
26622666
* <li><code>birch_large</code>: tall variant of birch tree.</li>
26632667
* <li><code>shrub</code>: low bushes that grow in jungles.</li>
2664-
* <li><code>shrub_acacia</code>: low bush but configured with acacia</li>
2665-
* <li><code>shrub_snowy</code>: low bush with white blocks</li>
2668+
* <li><code>shrub_acacia</code>: low bush but configured with acacia (1.14 only)</li>
2669+
* <li><code>shrub_snowy</code>: low bush with white blocks (1.14 only)</li>
26662670
* <li><code>jungle</code>: a tree</li>
2667-
* <li><code>spruce_matchstick</code>: tall spruce with minimal leafage.</li>
2671+
* <li><code>jungle_large</code>: 2x2 jungle tree</li>
2672+
* <li><code>spruce</code></li>
2673+
* <li><code>spruce_large</code>: 2x2 spruce tree</li>
2674+
* <li><code>pine</code>: spruce with minimal leafage (1.15+)</li>
2675+
* <li><code>pine_large</code>: 2x2 spruce with minimal leafage (1.15+)</li>
2676+
* <li><code>spruce_matchstick</code>: see 1.15 pine (1.14 only).</li>
2677+
* <li><code>spruce_matchstick_large</code>: see 1.15 pine_large (1.14 only).</li>
26682678
* <li><code>dark_oak</code></li>
26692679
* <li><code>acacia</code></li>
2670-
* <li><code>spruce</code></li>
26712680
* <li><code>oak_swamp</code>: oak with more leaves and vines.</li>
2672-
* <li><code>jungle_large</code>: 2x2 jungle tree</li>
2673-
* <li><code>spruce_matchstick_large</code>: 2x2 spruce tree with minimal leafage</li>
2674-
* <li><code>spruce_large</code>: 2x2 spruce tree</li>
2681+
*
2682+
*
26752683
* <li><code>well</code>: desert well</li>
26762684
* <li><code>grass</code>: a few spots of tall grass</li>
2677-
* <li><code>grass_jungle</code>: little bushier grass feature</li>
2678-
* <li><code>fern</code>: a few random ferns</li>
2685+
* <li><code>grass_jungle</code>: little bushier grass feature (1.14 only)</li>
2686+
* <li><code>lush_grass</code>: grass with patchy ferns (1.15+)</li>
2687+
* <li><code>tall_grass</code>: 2-high grass patch (1.15+)</li>
2688+
* <li><code>fern</code>: a few random 2-high ferns</li>
26792689
* <li><code>cactus</code>: random cacti</li>
26802690
* <li><code>dead_bush</code>: a few random dead bushi</li>
26812691
* <li><code>fossils</code>: underground fossils, placement little wonky</li>
@@ -2684,7 +2694,9 @@ public String getString()
26842694
* <li><code>ice_spike</code>: ice spike. Require snow block below to place.</li>
26852695
* <li><code>glowstone</code>: glowstone cluster. Required netherrack above it.</li>
26862696
* <li><code>melon</code>: a patch of melons</li>
2697+
* <li><code>melon_pile</code>: a pile of melons (1.15+)</li>
26872698
* <li><code>pumpkin</code>: a patch of pumpkins</li>
2699+
* <li><code>pumpkin_pile</code>: a pile of pumpkins (1.15+)</li>
26882700
* <li><code>sugarcane</code></li>
26892701
* <li><code>lilypad</code></li>
26902702
* <li><code>dungeon</code>: Dungeon. These are hard to place, and fail often.</li>

0 commit comments

Comments
 (0)