Skip to content

Commit 611cce0

Browse files
Readme
1 parent db0406c commit 611cce0

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,42 @@ WesterosCraftEssentials is a custom Fabric mod that handles various requirements
44

55

66
## Features
7+
A /ptime command to allow players to set their own time without affecting the server's time
78

9+
A /pweather command to allow players to set their own weather without affecting the server's weather
10+
11+
A registry that tracks the opening and closing of doors, gates and trapdoors. When a guest opens or closes a door, after some time, it is reset to it's original condition
12+
13+
A large array of mixins to prevent randomTick events:
14+
15+
| Config | Default | Notes |
16+
|---------------------------|---------|----------------------------------------------------------------------------|
17+
| disableIceMelt | true | Disables ice melting |
18+
| disableSnowMelt | true | Disables snow melt |
19+
| snowLayerSurviveAny | true | Allows snow layers to be placed in places ordinarily not allowed |
20+
| doPreventLeafDecay | true | Prevents leaf decay |
21+
| disableCropGrowth | true | Prevents crop growth |
22+
| cropSurviveAny | true | Allows crops to be placed in places ordinarily not allowed |
23+
| disableBambooSpread | true | Prevents bamboo spread |
24+
| bambooSurviveAny | true | Allows bamboo to be placed in places ordinarily not allowed |
25+
| disableGrassSpread | true | Prevents grass spread |
26+
| disableFluidTicking | true | Prevents water and lava to spread normally |
27+
| blockWitherSpawn | true | Prevents wither spawning |
28+
| disableMushroomGrowFade | true | Prevents mushroom growth |
29+
| mushroomSurviveAny | true | Allows mushrooms to be placed in places ordinarily not allowed |
30+
| forceAdventureMode | true | Enforces adventure mode on dimension changes |
31+
| disableCactusGrowth | true | Prevents Cactus growth |
32+
| cactusSurviveAny | true | Allows cactus to be placed in places ordinarily not allowed |
33+
| disableFallingBlocks | true | Prevents blocks such as sand and gravel from experiencing gravity |
34+
| disableFarmStomping | true | Prevents jumping on crops causing the farmland to dry |
35+
| disableHunger | true | Disables hunger |
36+
| disablePlantGrowFade | true | Prevents plant growth |
37+
| blockHangingItemChanges | true | Prevents hanging items such as paintings and item frames from being broken |
38+
| disableTNTExplode | true | Disables TNT explosions, |
39+
| disableNetherWartGrowFade | true | Prevents nether wart growth |
40+
| disableStemGrowFade | true | Prevents stem growth |
41+
| disableSugarCaneGrowFade | true | Prevents sugar cane growth |
42+
| sugarCaneSurviveAny | true | Allows sugar cane to be placed in places ordinarily not allowed |
43+
| disableVineGrowFade | true | Prevents Vine growth |
44+
| vineSurviveAny | true | Allows vines to be placed in places ordinarily not allowed |
45+
| disableDripstoneTransfer | true | Prevents dripstone from drying mud and lava farming |

0 commit comments

Comments
 (0)