Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Jun 27, 2022
1 parent 5a518ae commit 12abf9e
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 15 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@

An extension Mod for [gnembon's Carpet Mod](https://github.com/gnembon/fabric-carpet) that adds all vanilla gamerules to the carpet settings.

## Related or Recommended Minecraft Mods and Tools
## Related Mods and Tools

[![Carpet Mod](https://github-readme-stats.vercel.app/api/pin/?username=gnembon&repo=fabric-carpet&theme=dracula&show_owner=true)](https://github.com/gnembon/fabric-carpet)

[![Rug](https://github-readme-stats.vercel.app/api/pin/?username=RubixDev&repo=Rug&theme=dracula&show_owner=true)](https://github.com/RubixDev/Rug)

[![CarpetConfigCreator](https://github-readme-stats.vercel.app/api/pin/?username=RubixDev&repo=CarpetConfigCreator&theme=dracula&show_owner=true)](https://github.com/RubixDev/CarpetConfigCreator)

[![Ledger](https://github-readme-stats.vercel.app/api/pin/?username=QuiltServerTools&repo=Ledger&theme=dracula&show_owner=true)](https://github.com/QuiltServerTools/Ledger)

[![jline4mcdsrv](https://github-readme-stats.vercel.app/api/pin/?username=chirs241097&repo=jline4mcdsrv&theme=dracula&show_owner=true)](https://github.com/chirs241097/jline4mcdsrv)

## Lists of Categories
- [`CHAT`](markdown/CHAT_Category.md)
- [`DROPS`](markdown/DROPS_Category.md)
Expand All @@ -34,7 +30,7 @@ An extension Mod for [gnembon's Carpet Mod](https://github.com/gnembon/fabric-ca
- [`WORLD_UPDATES`](markdown/WORLD_UPDATES_Category.md)

## Index
Count: 35
Count: 36
- [announceAdvancements](#announceadvancements)
- [commandBlockOutput](#commandblockoutput)
- [disableElytraMovementCheck](#disableelytramovementcheck)
Expand All @@ -50,6 +46,7 @@ Count: 35
- [doPatrolSpawning](#dopatrolspawning)
- [doTileDrops](#dotiledrops)
- [doTraderSpawning](#dotraderspawning)
- [doWardenSpawning](#dowardenspawning)
- [doWeatherCycle](#doweathercycle)
- [drowningDamage](#drowningdamage)
- [fallDamage](#falldamage)
Expand Down Expand Up @@ -208,6 +205,15 @@ Whether wandering traders can spawn
- Required options: `true`, `false`
- Categories: `GAMERULE`, `SPAWNING`

### doWardenSpawning
Spawn wardens

Whether wardens can spawn
- Type: `boolean`
- Default value: `true`
- Required options: `true`, `false`
- Categories: `GAMERULE`, `SPAWNING`

### doWeatherCycle
Update weather

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx2G
carpet_core_version=1.4.79+v220607

# Mod Properties
mod_version = 1.1.0
mod_version = 1.2.0
maven_group = de.rubixdev.carpetgamerules
archives_base_name = carpetgamerules

Expand Down
6 changes: 1 addition & 5 deletions markdown/README-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@

An extension Mod for [gnembon's Carpet Mod](https://github.com/gnembon/fabric-carpet) that adds all vanilla gamerules to the carpet settings.

## Related or Recommended Minecraft Mods and Tools
## Related Mods and Tools

[![Carpet Mod](https://github-readme-stats.vercel.app/api/pin/?username=gnembon&repo=fabric-carpet&theme=dracula&show_owner=true)](https://github.com/gnembon/fabric-carpet)

[![Rug](https://github-readme-stats.vercel.app/api/pin/?username=RubixDev&repo=Rug&theme=dracula&show_owner=true)](https://github.com/RubixDev/Rug)

[![CarpetConfigCreator](https://github-readme-stats.vercel.app/api/pin/?username=RubixDev&repo=CarpetConfigCreator&theme=dracula&show_owner=true)](https://github.com/RubixDev/CarpetConfigCreator)

[![Ledger](https://github-readme-stats.vercel.app/api/pin/?username=QuiltServerTools&repo=Ledger&theme=dracula&show_owner=true)](https://github.com/QuiltServerTools/Ledger)

[![jline4mcdsrv](https://github-readme-stats.vercel.app/api/pin/?username=chirs241097&repo=jline4mcdsrv&theme=dracula&show_owner=true)](https://github.com/chirs241097/jline4mcdsrv)

12 changes: 11 additions & 1 deletion markdown/SPAWNING_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

For a list of all implemented Rules go [here](../README.md)
## Index
Count: 4
Count: 5
- [doInsomnia](#doinsomnia)
- [doMobSpawning](#domobspawning)
- [doPatrolSpawning](#dopatrolspawning)
- [doTraderSpawning](#dotraderspawning)
- [doWardenSpawning](#dowardenspawning)

## Rules in SPAWNING Category

Expand Down Expand Up @@ -45,3 +46,12 @@ Whether wandering traders can spawn
- Default value: `true`
- Required options: `true`, `false`
- Categories: `GAMERULE`, `SPAWNING`

### doWardenSpawning
Spawn wardens

Whether wardens can spawn
- Type: `boolean`
- Default value: `true`
- Required options: `true`, `false`
- Categories: `GAMERULE`, `SPAWNING`
3 changes: 2 additions & 1 deletion markdown/curseforge.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Extension Mod for [gnembon's Carpet Mod](https://github.com/gnembon/fabric-carpe
**Visit the [GitHub page](https://github.com/RubixDev/CarpetGamerules) for a more detailed explanation.**

## List of Gamerules
Count: 35
Count: 36
- announceAdvancements
- commandBlockOutput
- disableElytraMovementCheck
Expand All @@ -21,6 +21,7 @@ Count: 35
- doPatrolSpawning
- doTileDrops
- doTraderSpawning
- doWardenSpawning
- doWeatherCycle
- drowningDamage
- fallDamage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.Map;

public class CarpetGamerulesServer implements CarpetExtension, ModInitializer {
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.2.0";
public static final Logger LOGGER = LogManager.getLogger("CarpetGamerules");

public static boolean ruleChangeIsFromGameruleCommand = false;
Expand Down

0 comments on commit 12abf9e

Please sign in to comment.