PrairieWind
|
a98f79763b
|
Remove unused digger variable that I forgot
|
2023-04-02 11:22:26 -05:00 |
PrairieWind
|
9c83755f53
|
Make banners drop when support node is dug and when banner node is dug
|
2023-04-02 11:22:26 -05:00 |
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
|
acfcb7528c
|
Merge pull request 'Don't drop beds in creative' (#3602) from beds into master
Reviewed-on: MineClone2/MineClone2#3602
Reviewed-by: PrairieWind <prairiewind@noreply.git.minetest.land>
|
2023-04-02 16:18:50 +00:00 |
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
|
771044236f
|
Don't drop beds in creative
|
2023-04-02 11:06:37 -05:00 |
ancientmarinerdev
|
bfea20dd00
|
Merge pull request 'Mapgen optimisations' (#3607) from mapgen_optimisation into master
Reviewed-on: MineClone2/MineClone2#3607
|
2023-04-01 19:03:09 +00:00 |
ancientmarinerdev
|
0abc0ffc48
|
Mapgen optimisations
|
2023-04-01 18:53:51 +00:00 |
ancientmarinerdev
|
4205915a0b
|
Merge pull request 'Update ruined portal loot table' (#3595) from ruined_portal_loot into master
Reviewed-on: MineClone2/MineClone2#3595
Reviewed-by: Nicu <kneekoo@noreply.git.minetest.land>
|
2023-04-01 02:27:11 +00:00 |
PrairieWind
|
f7bdf7481c
|
Update ruined portal loot table
|
2023-04-01 00:11:56 +00:00 |
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
|
6e107a77b5
|
Merge pull request 'Hopper minecart optimisation' (#3596) from hopper_minecart_optimisation into master
Reviewed-on: MineClone2/MineClone2#3596
Reviewed-by: 𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 <mrrar@noreply.git.minetest.land>
|
2023-03-31 18:43:16 +00:00 |
ancientmarinerdev
|
53923dd5fa
|
Move on_step code to functions to help see profiling impact
|
2023-03-31 13:40:36 -05:00 |
ancientmarinerdev
|
59f4a62fd6
|
Move hopper minecarts off item entity. Do not run every on_step. Use more accurate object search location. Cut down object search distance.
|
2023-03-31 13:40:36 -05:00 |
ancientmarinerdev
|
f8e994ae78
|
Create new dtime timer utility.
|
2023-03-31 13:40:36 -05:00 |
ancientmarinerdev
|
deb393ae32
|
Merge pull request 'Remove mcl_player_init' (#3594) from player_init into master
Reviewed-on: MineClone2/MineClone2#3594
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
|
2023-03-30 18:27:08 +00:00 |
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
|
bef204f548
|
Remove mcl_player_init
|
2023-03-30 18:18:57 +00:00 |
ancientmarinerdev
|
80225bb8df
|
Merge pull request 'Add texture making & optimization documentation' (#3588) from Add-texture-documentation into master
Reviewed-on: MineClone2/MineClone2#3588
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
|
2023-03-30 02:26:06 +00:00 |
SmokeyDope
|
8a1c885faf
|
Update optipng command to ACFMS' recommendation
|
2023-03-30 02:18:46 +00:00 |
SmokeyDope
|
c3e37cb840
|
One more formatting adjust
|
2023-03-30 02:18:46 +00:00 |
SmokeyDope
|
4226b2a8ba
|
Add link to optipng in textures.md and fix some formatting
|
2023-03-30 02:18:46 +00:00 |
SmokeyDope
|
b08b6034ac
|
Add texture making documentation
|
2023-03-30 02:18:46 +00:00 |
PrairieWind
|
2a3fbdead0
|
Merge pull request 'Make Lecterns use wooden slabs for crafting' (#3605) from lectern_slab_issues into master
Reviewed-on: MineClone2/MineClone2#3605
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
|
2023-03-30 02:09:48 +00:00 |
PrairieWind
|
f284b1ca0e
|
Fix minor issue with mcl_stairs.register_stair function
|
2023-03-30 02:03:08 +00:00 |
PrairieWind
|
2bd36b5d66
|
Make lecterns require wood slabs for crafting
Otherwise you can use stone slabs to craft lecterns, which doesn't make sense
|
2023-03-30 02:03:08 +00:00 |
ancientmarinerdev
|
d5c150d46c
|
Merge pull request 'Add slab and stair groups to crimson and warped slabs and stairs' (#3603) from crimson_slab_fix into master
Reviewed-on: MineClone2/MineClone2#3603
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
|
2023-03-30 01:37:46 +00:00 |
PrairieWind
|
8a129fa00c
|
Add slab and stair groups to crimson and warped slabs and stairs
|
2023-03-29 09:47:29 -06:00 |
ancientmarinerdev
|
12b9def9ad
|
Merge pull request 'Fix dark day right and light night rain' (#3592) from rain_light_level_fix into master
Reviewed-on: MineClone2/MineClone2#3592
|
2023-03-29 02:45:39 +00:00 |
ancientmarinerdev
|
61a4595c1b
|
Fix rain light levels so that day rain is brighter and night rain is darker
|
2023-03-29 02:21:16 +00:00 |
ancientmarinerdev
|
2426570871
|
Fix for light night rain and dark day rain issue
|
2023-03-29 02:21:16 +00:00 |
PrairieWind
|
ce1393af0c
|
Merge pull request 'Fixed. Add polished blackstone button and pressure plate' (#3590) from Wbjitscool/MineClone2:master into master
Reviewed-on: MineClone2/MineClone2#3590
Reviewed-by: PrairieWind <prairiewind@noreply.git.minetest.land>
|
2023-03-27 00:30:34 +00:00 |
Wbjitscool
|
bfa5662421
|
Update 'mods/ITEMS/REDSTONE/mesecons_pressureplates/locale/template.txt'
|
2023-03-27 00:24:40 +00:00 |
Wbjitscool
|
87ca144c4e
|
Update 'mods/ITEMS/REDSTONE/mesecons_button/locale/template.txt'
|
2023-03-27 00:23:53 +00:00 |
Wbjitscool
|
a10235f330
|
Update 'mods/ITEMS/REDSTONE/mesecons_button/init.lua'
added in a Polished Blackstone Button
|
2023-03-27 00:07:48 +00:00 |
Wbjitscool
|
e3978c4d22
|
Update 'mods/ITEMS/REDSTONE/mesecons_button/locale/template.txt'
updated template.txt for buttons
|
2023-03-27 00:05:52 +00:00 |
Wbjitscool
|
c0fa2c38bd
|
Update 'mods/ITEMS/REDSTONE/mesecons_pressureplates/init.lua'
added polished blackstone pressure plate
|
2023-03-27 00:02:29 +00:00 |
Wbjitscool
|
049a4a11f4
|
Update 'mods/ITEMS/REDSTONE/mesecons_pressureplates/locale/template.txt'
updated template.txt
|
2023-03-27 00:00:09 +00:00 |
PrairieWind
|
114e640132
|
Merge pull request 'Remove deprecated usages of image property in tile defs' (#3582) from dumpnodes into master
Reviewed-on: MineClone2/MineClone2#3582
Reviewed-by: PrairieWind <prairiewind@noreply.git.minetest.land>
|
2023-03-26 23:06:50 +00:00 |
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
|
692758bd6d
|
Remove deprecated usages of image property in tile defs
|
2023-03-26 22:56:33 +00:00 |
ancientmarinerdev
|
08990207cf
|
Merge pull request 'Fix slime and some nether mob speeds' (#3575) from nether_mob_speeds into master
Reviewed-on: MineClone2/MineClone2#3575
|
2023-03-26 15:46:37 +00:00 |
ancientmarinerdev
|
3bdc77a1aa
|
Hoglins should only spawn in crimson forest
|
2023-03-26 13:03:46 +00:00 |
ancientmarinerdev
|
7f3734b6cb
|
Ensure hoglins and piglins aren't faster than player.
|
2023-03-26 13:03:46 +00:00 |
ancientmarinerdev
|
b7079e8b19
|
Fix slime and some nether mob speeds
|
2023-03-26 13:03:46 +00:00 |
ancientmarinerdev
|
9887958e4e
|
Merge pull request 'Fix crash stripping unregistered block' (#3585) from fix_crash_noddef into master
Reviewed-on: MineClone2/MineClone2#3585
|
2023-03-25 02:14:42 +00:00 |
ancientmarinerdev
|
a806833e4a
|
Fix crash stripping unregistered block
|
2023-03-25 02:05:30 +00:00 |
ancientmarinerdev
|
46eb4d11dc
|
Merge pull request 'Fixing multiple crashes on the German server.' (#3587) from crashes_on_german_server into master
Reviewed-on: MineClone2/MineClone2#3587
|
2023-03-25 02:04:40 +00:00 |
ancientmarinerdev
|
6c8113dec8
|
Fix crash when cannot get wear for tool
|
2023-03-25 01:55:52 +00:00 |
ancientmarinerdev
|
b72dbf17a6
|
Crash for dropper failing as potentially cannot get pos.
|
2023-03-25 01:55:52 +00:00 |
ancientmarinerdev
|
049406162e
|
Fix crash when skeleton tries to jock when there is no pos, maybe because pos is unloaded.
|
2023-03-25 01:55:52 +00:00 |
ancientmarinerdev
|
924d999ec2
|
Merge pull request 'Fix mcl_skins crash' (#3584) from skins into master
Reviewed-on: MineClone2/MineClone2#3584
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
|
2023-03-25 01:47:50 +00:00 |
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
|
a52931f986
|
Fix mcl_skins crash
|
2023-03-24 15:53:07 -05:00 |
ancientmarinerdev
|
c499d20d25
|
Merge pull request 'Add lantern functions for adding nodes to allowed placement list' (#3567) from lanterns-add-allowed-functions into master
Reviewed-on: MineClone2/MineClone2#3567
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
|
2023-03-23 22:23:16 +00:00 |
SmokeyDope
|
47b6e54dad
|
Add comments explaining new lantern functions
|
2023-03-23 22:18:04 +00:00 |