Skip to content

Commit 8dc3be2

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e4f6e36 + 112e418 commit 8dc3be2

22 files changed

Lines changed: 516 additions & 2 deletions
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#oneoffs-bobbyallowlist config file
2+
#
3+
#Note that this mod only does anything if `no-block-entities` is `true` in Bobby's config.
4+
#
5+
#allowTypes: Semicolon-separated list of block entity types to allow in Bobby fake chunks.
6+
# (You can add block entities to this list by looking at them and running '/bobbyallowlist type'.)
7+
#
8+
#allowPos: Semicolon-separated list of x,y,z positions. Any block entities in these positions
9+
# are allowed in Bobby fake chunks. (You can add positions to this list by looking at them and
10+
# running '/bobbyallowlist pos'.)
11+
#
12+
#debug: Spam a lot of debug information when a Bobby fake chunk is loaded or unloaded.
13+
#
14+
#Wed May 14 21:12:00 PDT 2025
15+
allowPos=
16+
allowTypes=glowcase\:screen_block;glowcase\:text_block;missingwilds\:fallen_log;templates\:slope
17+
debug=false

pack/config/simpleupdatechecker_modpack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project_id": "bc25",
3-
"version_id": "1.0.5",
3+
"version_id": "1.0.6",
44
"display_name": "BlanketCon '25",
55
"display_version": "",
66
"release_type": [

pack/pack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlanketCon '25"
22
author = "ModFest"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
pack-format = "packwiz:1.1.0"
55

66
[index]

0 commit comments

Comments
 (0)