Skip to content

Commit 53c9032

Browse files
a shit ton of compat
1 parent 3e1e36f commit 53c9032

File tree

7 files changed

+1803
-12
lines changed

7 files changed

+1803
-12
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
# Changes
1313

1414
- Stockroom catalogs can now be put into lecterns
15+
- Added ominous bottles to the allowed items for potion shelves
16+
- Compatibility:
17+
- Added a wide range of new compatible items to the bookcase, the cookie jar and the potion shelf
18+
- Wax from Modern Industrialization or Productive Bees is now supported for waxing fancy signs
1519

1620
# Fixes
1721

1822
- Fix a dupe bug with fancy crafters
1923
- Fix the remove container button in the stockroom catalog GUI not working
2024
- Fix some minor bugs with the fancy sign GUI
21-
- Minor networking-related cleanups fixes
25+
- Minor networking-related cleanups and fixes

src/data/java/com/github/minecraftschurlimods/bibliocraft/datagen/data/BCItemTagsProvider.java

Lines changed: 363 additions & 5 deletions
Large diffs are not rendered by default.

src/main/generated/data/bibliocraft/tags/item/bookcase_books.json

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,87 @@
33
"#minecraft:bookshelf_books",
44
"#minecraft:lectern_books",
55
{
6-
"id": "patchouli:guide_book",
6+
"id": "actuallyadditions:booklet",
7+
"required": false
8+
},
9+
{
10+
"id": "aether:book_of_lore",
11+
"required": false
12+
},
13+
{
14+
"id": "akashictome:tome",
15+
"required": false
16+
},
17+
{
18+
"id": "chipped:alchemy_book",
19+
"required": false
20+
},
21+
{
22+
"id": "cookingforblockheads:crafting_book",
23+
"required": false
24+
},
25+
{
26+
"id": "cookingforblockheads:recipe_book",
27+
"required": false
28+
},
29+
{
30+
"id": "ftbquests:book",
31+
"required": false
32+
},
33+
{
34+
"id": "livingthings:lexicon",
35+
"required": false
36+
},
37+
{
38+
"id": "mahoutsukai:funbook",
39+
"required": false
40+
},
41+
{
42+
"id": "modern_industrialization:guidebook",
43+
"required": false
44+
},
45+
{
46+
"id": "minecolonies:ancient_tome",
47+
"required": false
48+
},
49+
{
50+
"id": "railcraft:routing_table_book",
51+
"required": false
52+
},
53+
{
54+
"id": "rftoolsbase:manual",
55+
"required": false
56+
},
57+
{
58+
"id": "silentgear:blueprint_book",
59+
"required": false
60+
},
61+
{
62+
"id": "solcarrot:food_book",
63+
"required": false
64+
},
65+
{
66+
"id": "tombstone:book_of_magic_impregnation",
67+
"required": false
68+
},
69+
{
70+
"id": "tombstone:book_of_oblivion",
71+
"required": false
72+
},
73+
{
74+
"id": "tombstone:book_of_recycling",
75+
"required": false
76+
},
77+
{
78+
"id": "tombstone:book_of_repairing",
79+
"required": false
80+
},
81+
{
82+
"id": "tombstone:book_of_scribe",
83+
"required": false
84+
},
85+
{
86+
"id": "tombstone:book_of_soulbound",
787
"required": false
888
}
989
]
Lines changed: 272 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,285 @@
11
{
22
"values": [
33
"minecraft:cookie",
4+
{
5+
"id": "ars_nouveau:source_berry_roll",
6+
"required": false
7+
},
8+
{
9+
"id": "arsdelight:source_berry_cookie",
10+
"required": false
11+
},
12+
{
13+
"id": "create:sweet_roll",
14+
"required": false
15+
},
16+
{
17+
"id": "eggdelight:egg_cookie",
18+
"required": false
19+
},
20+
{
21+
"id": "endersdelight:uncanny_cookies",
22+
"required": false
23+
},
24+
{
25+
"id": "ends_delight:chorus_cookie",
26+
"required": false
27+
},
28+
{
29+
"id": "expandeddelight:berry_sweet_roll",
30+
"required": false
31+
},
32+
{
33+
"id": "expandeddelight:chocolate_cookie",
34+
"required": false
35+
},
36+
{
37+
"id": "expandeddelight:glow_berry_sweet_roll",
38+
"required": false
39+
},
40+
{
41+
"id": "expandeddelight:sugar_cookie",
42+
"required": false
43+
},
44+
{
45+
"id": "expandeddelight:sweet_roll",
46+
"required": false
47+
},
48+
{
49+
"id": "extradelight:apple_cookie",
50+
"required": false
51+
},
52+
{
53+
"id": "extradelight:chocolate_cookie",
54+
"required": false
55+
},
56+
{
57+
"id": "extradelight:gingerbread_cookie",
58+
"required": false
59+
},
60+
{
61+
"id": "extradelight:glow_berry_cookie",
62+
"required": false
63+
},
64+
{
65+
"id": "extradelight:nut_butter_cookie",
66+
"required": false
67+
},
68+
{
69+
"id": "extradelight:pumpkin_cookie",
70+
"required": false
71+
},
72+
{
73+
"id": "extradelight:sugar_cookie",
74+
"required": false
75+
},
76+
{
77+
"id": "extradelight:sugar_cookie_alex",
78+
"required": false
79+
},
80+
{
81+
"id": "extradelight:sugar_cookie_creeper",
82+
"required": false
83+
},
84+
{
85+
"id": "extradelight:sugar_cookie_diamond",
86+
"required": false
87+
},
88+
{
89+
"id": "extradelight:sugar_cookie_emerald",
90+
"required": false
91+
},
92+
{
93+
"id": "extradelight:sugar_cookie_pickaxe",
94+
"required": false
95+
},
96+
{
97+
"id": "extradelight:sugar_cookie_steve",
98+
"required": false
99+
},
100+
{
101+
"id": "extradelight:sugar_cookie_sword",
102+
"required": false
103+
},
104+
{
105+
"id": "extradelight:sugar_cookie_villager",
106+
"required": false
107+
},
108+
{
109+
"id": "farmers_delight_christmas_editio:black_sugar_cookie",
110+
"required": false
111+
},
112+
{
113+
"id": "farmers_delight_christmas_editio:blue_sugar_cookie",
114+
"required": false
115+
},
116+
{
117+
"id": "farmers_delight_christmas_editio:brown_sugar_cookie",
118+
"required": false
119+
},
120+
{
121+
"id": "farmers_delight_christmas_editio:cyan_sugar_cookie",
122+
"required": false
123+
},
124+
{
125+
"id": "farmers_delight_christmas_editio:gray_sugar_cookie",
126+
"required": false
127+
},
128+
{
129+
"id": "farmers_delight_christmas_editio:green_sugar_cookie",
130+
"required": false
131+
},
132+
{
133+
"id": "farmers_delight_christmas_editio:light_blue_sugar_cookie",
134+
"required": false
135+
},
136+
{
137+
"id": "farmers_delight_christmas_editio:light_gray_sugar_cookie",
138+
"required": false
139+
},
140+
{
141+
"id": "farmers_delight_christmas_editio:lime_sugar_cookie",
142+
"required": false
143+
},
144+
{
145+
"id": "farmers_delight_christmas_editio:magenta_sugar_cookie",
146+
"required": false
147+
},
148+
{
149+
"id": "farmers_delight_christmas_editio:orange_sugar_cookie",
150+
"required": false
151+
},
152+
{
153+
"id": "farmers_delight_christmas_editio:pink_sugar_cookie",
154+
"required": false
155+
},
156+
{
157+
"id": "farmers_delight_christmas_editio:purple_sugar_cookie",
158+
"required": false
159+
},
160+
{
161+
"id": "farmers_delight_christmas_editio:red_sugar_cookie",
162+
"required": false
163+
},
164+
{
165+
"id": "farmers_delight_christmas_editio:sugar_cookie",
166+
"required": false
167+
},
168+
{
169+
"id": "farmers_delight_christmas_editio:white_sugar_cookie",
170+
"required": false
171+
},
172+
{
173+
"id": "farmers_delight_christmas_editio:yellow_sugar_cookie",
174+
"required": false
175+
},
4176
{
5177
"id": "farmersdelight:honey_cookie",
6178
"required": false
7179
},
8180
{
9181
"id": "farmersdelight:sweet_berry_cookie",
10182
"required": false
183+
},
184+
{
185+
"id": "frightsdelight:cookie_cobweb",
186+
"required": false
187+
},
188+
{
189+
"id": "frightsdelight:cookie_flesh",
190+
"required": false
191+
},
192+
{
193+
"id": "frightsdelight:cookie_ghast_tear",
194+
"required": false
195+
},
196+
{
197+
"id": "frightsdelight:cookie_slime",
198+
"required": false
199+
},
200+
{
201+
"id": "frightsdelight:cookie_slimeapple",
202+
"required": false
203+
},
204+
{
205+
"id": "frightsdelight:cookie_soul_berry",
206+
"required": false
207+
},
208+
{
209+
"id": "frightsdelight:cookie_spidereye",
210+
"required": false
211+
},
212+
{
213+
"id": "frightsdelight:cookie_wither_berry",
214+
"required": false
215+
},
216+
{
217+
"id": "fruitsdelight:bayberry_cookie",
218+
"required": false
219+
},
220+
{
221+
"id": "fruitsdelight:cranberry_cookie",
222+
"required": false
223+
},
224+
{
225+
"id": "fruitsdelight:lemon_cookie",
226+
"required": false
227+
},
228+
{
229+
"id": "fruitsdelight:persimmon_cookie",
230+
"required": false
231+
},
232+
{
233+
"id": "merrymaking:gingerbread_cookie",
234+
"required": false
235+
},
236+
{
237+
"id": "merrymaking:mitten_christmas_cookie",
238+
"required": false
239+
},
240+
{
241+
"id": "merrymaking:stocking_christmas_cookie",
242+
"required": false
243+
},
244+
{
245+
"id": "merrymaking:tree_christmas_cookie",
246+
"required": false
247+
},
248+
{
249+
"id": "rusticdelight:cherry_blossom_cookie",
250+
"required": false
251+
},
252+
{
253+
"id": "rusticdelight:coffee_cookie",
254+
"required": false
255+
},
256+
{
257+
"id": "rusticdelight:syrup_cookie",
258+
"required": false
259+
},
260+
{
261+
"id": "seeddelight:rose_cookie",
262+
"required": false
263+
},
264+
{
265+
"id": "tofucraft:tofucookie",
266+
"required": false
267+
},
268+
{
269+
"id": "twilightdelight:torchberry_cookie",
270+
"required": false
271+
},
272+
{
273+
"id": "ubesdelight:cookie_ginger",
274+
"required": false
275+
},
276+
{
277+
"id": "ubesdelight:cookie_ube",
278+
"required": false
279+
},
280+
{
281+
"id": "vampiresdelight:orchid_cookie",
282+
"required": false
11283
}
12284
]
13285
}

0 commit comments

Comments
 (0)