@@ -77,87 +77,87 @@ object EurekaBlocks {
77
77
// region Balloons
78
78
val BALLOON = BLOCKS .register(" balloon" ) {
79
79
BalloonBlock (
80
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .WOOL ).sound(SoundType .WOOL )
80
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .WOOL ).strength( 0.8F ). sound(SoundType .WOOL )
81
81
)
82
82
}
83
83
val WHITE_BALLOON = BLOCKS .register(" white_balloon" ) {
84
84
BalloonBlock (
85
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .SNOW ).sound(SoundType .WOOL )
85
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .SNOW ).strength( 0.8F ). sound(SoundType .WOOL )
86
86
)
87
87
}
88
88
val LIGHT_GRAY_BALLOON = BLOCKS .register(" light_gray_balloon" ) {
89
89
BalloonBlock (
90
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_LIGHT_GRAY ).sound(SoundType .WOOL )
90
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_LIGHT_GRAY ).strength( 0.8F ). sound(SoundType .WOOL )
91
91
)
92
92
}
93
93
val GRAY_BALLOON = BLOCKS .register(" gray_balloon" ) {
94
94
BalloonBlock (
95
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_GRAY ).sound(SoundType .WOOL )
95
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_GRAY ).strength( 0.8F ). sound(SoundType .WOOL )
96
96
)
97
97
}
98
98
val BLACK_BALLOON = BLOCKS .register(" black_balloon" ) {
99
99
BalloonBlock (
100
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_BLACK ).sound(SoundType .WOOL )
100
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_BLACK ).strength( 0.8F ). sound(SoundType .WOOL )
101
101
)
102
102
}
103
103
val RED_BALLOON = BLOCKS .register(" red_balloon" ) {
104
104
BalloonBlock (
105
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_RED ).sound(SoundType .WOOL )
105
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_RED ).strength( 0.8F ). sound(SoundType .WOOL )
106
106
)
107
107
}
108
108
val ORANGE_BALLOON = BLOCKS .register(" orange_balloon" ) {
109
109
BalloonBlock (
110
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_ORANGE ).sound(SoundType .WOOL )
110
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_ORANGE ).strength( 0.8F ). sound(SoundType .WOOL )
111
111
)
112
112
}
113
113
val YELLOW_BALLOON = BLOCKS .register(" yellow_balloon" ) {
114
114
BalloonBlock (
115
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_YELLOW ).sound(SoundType .WOOL )
115
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_YELLOW ).strength( 0.8F ). sound(SoundType .WOOL )
116
116
)
117
117
}
118
118
val LIME_BALLOON = BLOCKS .register(" lime_balloon" ) {
119
119
BalloonBlock (
120
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_LIGHT_GREEN ).sound(SoundType .WOOL )
120
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_LIGHT_GREEN ).strength( 0.8F ). sound(SoundType .WOOL )
121
121
)
122
122
}
123
123
val GREEN_BALLOON = BLOCKS .register(" green_balloon" ) {
124
124
BalloonBlock (
125
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_GREEN ).sound(SoundType .WOOL )
125
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_GREEN ).strength( 0.8F ). sound(SoundType .WOOL )
126
126
)
127
127
}
128
128
val LIGHT_BLUE_BALLOON = BLOCKS .register(" light_blue_balloon" ) {
129
129
BalloonBlock (
130
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_LIGHT_BLUE ).sound(SoundType .WOOL )
130
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_LIGHT_BLUE ).strength( 0.8F ). sound(SoundType .WOOL )
131
131
)
132
132
}
133
133
val CYAN_BALLOON = BLOCKS .register(" cyan_balloon" ) {
134
134
BalloonBlock (
135
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_CYAN ).sound(SoundType .WOOL )
135
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_CYAN ).strength( 0.8F ). sound(SoundType .WOOL )
136
136
)
137
137
}
138
138
val BLUE_BALLOON = BLOCKS .register(" blue_balloon" ) {
139
139
BalloonBlock (
140
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_BLUE ).sound(SoundType .WOOL )
140
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_BLUE ).strength( 0.8F ). sound(SoundType .WOOL )
141
141
)
142
142
}
143
143
val PURPLE_BALLOON = BLOCKS .register(" purple_balloon" ) {
144
144
BalloonBlock (
145
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_PURPLE ).sound(SoundType .WOOL )
145
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_PURPLE ).strength( 0.8F ). sound(SoundType .WOOL )
146
146
)
147
147
}
148
148
val MAGENTA_BALLOON = BLOCKS .register(" magenta_balloon" ) {
149
149
BalloonBlock (
150
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_MAGENTA ).sound(SoundType .WOOL )
150
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_MAGENTA ).strength( 0.8F ). sound(SoundType .WOOL )
151
151
)
152
152
}
153
153
val PINK_BALLOON = BLOCKS .register(" pink_balloon" ) {
154
154
BalloonBlock (
155
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_PINK ).sound(SoundType .WOOL )
155
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_PINK ).strength( 0.8F ). sound(SoundType .WOOL )
156
156
)
157
157
}
158
158
val BROWN_BALLOON = BLOCKS .register(" brown_balloon" ) {
159
159
BalloonBlock (
160
- BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_BROWN ).sound(SoundType .WOOL )
160
+ BlockBehaviour .Properties .of(Material .WOOL , MaterialColor .COLOR_BROWN ).strength( 0.8F ). sound(SoundType .WOOL )
161
161
)
162
162
}
163
163
// endregion
0 commit comments