Skip to content

Commit

Permalink
Add short grass to config
Browse files Browse the repository at this point in the history
Closes #33
  • Loading branch information
Gaz492 committed Jul 13, 2024
1 parent 87f359b commit d98387f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [21.0.3]

- Updated neo and fabric
- Added short grass to the default config


## [21.0.2]

- Fixed neoforge version issue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class SquatGrowConfig implements ConfigData {
public List<String> ignoreList = new ArrayList<>(Arrays.asList(
"minecraft:grass_block",
"minecraft:grass",
"minecraft:short_grass",
"minecraft:tall_grass",
"minecraft:netherrack",
"minecraft:warped_nylium",
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ minecraft_version=1.21
enabled_platforms=fabric,neoforge

archives_base_name=squatgrow
mod_version=21.0.2
mod_version=21.0.3
maven_group=dev.wuffs

architectury_version=13.0.2
architectury_version=13.0.4

fabric_loader_version=0.15.11
fabric_loader_version=0.16.0
fabric_api_version=0.100.1+1.21

# Neo
neo_version=21.0.37-beta
neo_gradle=[7.0.150,)
neo_version=21.0.87-beta
neo_gradle=[7.0.154,)

cloth_config_version=15.0.127

Expand Down

0 comments on commit d98387f

Please sign in to comment.