Commit f99f407
committed
Replace hyphens in mod IDs with underscores
NeoForge doesn't support hyphens in mod IDs1 parent e1efed3 commit f99f407
252 files changed
Lines changed: 190 additions & 190 deletions
File tree
- buildSrc/src/main/kotlin
- com/teamwizardry/gradle
- dist
- modules
- albedo
- common/src/main
- kotlin/com/teamwizardry/librarianlib/albedo
- base
- buffer
- state
- shader
- resources/assets/liblib_albedo
- shaders
- base
- builtin
- include
- textures
- testmod/src/main
- kotlin/com/teamwizardry/librarianlib/albedo/test/shaders
- resources/assets/liblib_albedo_test
- shaders
- textures
- core
- common/src/main/kotlin/com/teamwizardry/librarianlib/core
- testmod/src/main/resources/assets/liblib_core_test
- models/item
- textures/item
- courier/src
- main/kotlin/com/teamwizardry/librarianlib/courier
- test/kotlin/com/teamwizardry/librarianlib/courier/test
- etcetera
- common/src/main/kotlin/com/teamwizardry/librarianlib/etcetera
- testmod/src/main/resources/assets
- liblib-etcetera-test/particles
- liblib_etcetera_test
- particles
- textures/particle
- facade/src
- main
- kotlin/com/teamwizardry/librarianlib/facade
- container/messaging
- input
- layer/supporting
- pastry
- layers
- text
- resources/assets/liblib_facade
- fonts
- shaders
- textures
- cursors
- pastry
- test
- kotlin/com/teamwizardry/librarianlib/facade/test
- controllers/base
- screens
- resources/assets/liblib_facade_test/textures
- glitter
- common/src/main
- kotlin/com/teamwizardry/librarianlib/glitter
- modules
- resources/assets/liblib_glitter/shaders
- testmod/src/main
- kotlin/com/teamwizardry/librarianlib/glitter/test/systems
- resources/assets/liblib_glitter_test/textures/glitter
- mosaic
- common/src/main
- kotlin/com/teamwizardry/librarianlib/mosaic
- resources/assets/liblib_mosaic/textures
- testmod/src/main
- kotlin/com/teamwizardry/librarianlib/mosaic/test
- resources/assets/liblib_mosaic_test/textures/gui
- scribe/src
- main/kotlin/com/teamwizardry/librarianlib/scribe
- test/kotlin/com/teamwizardry/librarianlib/scribe/test
- nbt
- testcore/common/src/main
- kotlin/com/teamwizardry/librarianlib/testcore
- content/impl
- junit
- module
- resources
- resources/assets
- liblib-testcore/models
- block/test_block
- directional
- normal
- item
- liblib_testcore
- blockstates/test_block
- directional
- normal
- lang
- models
- block/test_block
- directional
- normal
- item
- textures
- block/test_block
- directional
- solid
- transparent
- normal
- solid
- transparent
- entity
- item
- test_tool
- handle
- head
- tail
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments